| Intuitionistic Logic Explorer Theorem List (p. 138 of 172) | < Previous Next > | |
| Browser slow? Try the
Unicode version. |
||
|
Mirrors > Metamath Home Page > ILE Home Page > Theorem List Contents > Recent Proofs This page: Page List |
||
| Type | Label | Description |
|---|---|---|
| Statement | ||
| Theorem | lidrideqd 13701* |
If there is a left and right identity element for any binary operation
(group operation) |
| Theorem | lidrididd 13702* |
If there is a left and right identity element for any binary operation
(group operation) |
| Theorem | grpidd 13703* | Deduce the identity element of a magma from its properties. (Contributed by Mario Carneiro, 6-Jan-2015.) |
| Theorem | mgmidsssn0 13704* |
Property of the set of identities of |
| Theorem | grpinvalem 13705* | Lemma for grpinva 13706. (Contributed by NM, 9-Aug-2013.) |
| Theorem | grpinva 13706* | Deduce right inverse from left inverse and left identity in an associative structure (such as a group). (Contributed by NM, 10-Aug-2013.) (Proof shortened by Mario Carneiro, 6-Jan-2015.) |
| Theorem | grprida 13707* | Deduce right identity from left inverse and left identity in an associative structure (such as a group). (Contributed by NM, 10-Aug-2013.) (Proof shortened by Mario Carneiro, 6-Jan-2015.) |
| Theorem | fngzsum 13708 | Iterated sum has a universal domain. (Contributed by Jim Kingdon, 28-Jun-2025.) |
| Theorem | gzsumvalx 13709* | Expand out the substitutions in df-gzsum 13613. (Contributed by Mario Carneiro, 18-Sep-2015.) |
| Theorem | gzsumval 13710* | Expand out the substitutions in df-gzsum 13613. (Contributed by Mario Carneiro, 7-Dec-2014.) |
| Theorem | gzsumfzval 13711 |
An expression for |
| Theorem | gzsumress 13712* |
The group sum in a substructure is the same as the group sum in the
original structure. The only requirement on the substructure is that it
contain the identity element; neither |
| Theorem | gzsum0 13713 | Value of the empty group sum. (Contributed by Mario Carneiro, 7-Dec-2014.) |
| Theorem | gzsumval2 13714 | Value of the group sum operation over a finite set of sequential integers. (Contributed by Mario Carneiro, 7-Dec-2014.) |
| Theorem | gzsumsplit1r 13715 | Splitting off the rightmost summand of a group sum. This corresponds to the (inductive) definition of a (finite) product in [Lang] p. 4, first formula. (Contributed by AV, 26-Dec-2023.) |
A semigroup (Smgrp, see df-sgrp 13717) is a set together with an associative binary operation (see Wikipedia, Semigroup, 8-Jan-2020, https://en.wikipedia.org/wiki/Semigroup 13717). In other words, a semigroup is an associative magma. The notion of semigroup is a generalization of that of group where the existence of an identity or inverses is not required. | ||
| Syntax | csgrp 13716 | Extend class notation with class of all semigroups. |
| Definition | df-sgrp 13717* | A semigroup is a set equipped with an everywhere defined internal operation (so, a magma, see df-mgm 13676), whose operation is associative. Definition in section II.1 of [Bruck] p. 23, or of an "associative magma" in definition 5 of [BourbakiAlg1] p. 4 . (Contributed by FL, 2-Nov-2009.) (Revised by AV, 6-Jan-2020.) |
| Theorem | issgrp 13718* | The predicate "is a semigroup". (Contributed by FL, 2-Nov-2009.) (Revised by AV, 6-Jan-2020.) |
| Theorem | issgrpv 13719* | The predicate "is a semigroup" for a structure which is a set. (Contributed by AV, 1-Feb-2020.) |
| Theorem | issgrpn0 13720* | The predicate "is a semigroup" for a structure with a nonempty base set. (Contributed by AV, 1-Feb-2020.) |
| Theorem | isnsgrp 13721 | A condition for a structure not to be a semigroup. (Contributed by AV, 30-Jan-2020.) |
| Theorem | sgrpmgm 13722 | A semigroup is a magma. (Contributed by FL, 2-Nov-2009.) (Revised by AV, 6-Jan-2020.) |
| Theorem | sgrpass 13723 | A semigroup operation is associative. (Contributed by FL, 2-Nov-2009.) (Revised by AV, 30-Jan-2020.) |
| Theorem | sgrpcl 13724 | Closure of the operation of a semigroup. (Contributed by AV, 15-Feb-2025.) |
| Theorem | sgrp0 13725 | Any set with an empty base set and any group operation is a semigroup. (Contributed by AV, 28-Aug-2021.) |
| Theorem | sgrp1 13726 | The structure with one element and the only closed internal operation for a singleton is a semigroup. (Contributed by AV, 10-Feb-2020.) |
| Theorem | issgrpd 13727* | Deduce a semigroup from its properties. (Contributed by AV, 13-Feb-2025.) |
| Theorem | sgrppropd 13728* | If two structures are sets, have the same base set, and the values of their group (addition) operations are equal for all pairs of elements of the base set, one is a semigroup iff the other one is. (Contributed by AV, 15-Feb-2025.) |
According to Wikipedia ("Monoid", https://en.wikipedia.org/wiki/Monoid, 6-Feb-2020,) "In abstract algebra [...] a monoid is an algebraic structure with a single associative binary operation and an identity element. Monoids are semigroups with identity.". In the following, monoids are defined in the second way (as semigroups with identity), see df-mnd 13730, whereas many authors define magmas in the first way (as algebraic structure with a single associative binary operation and an identity element, i.e. without the need of a definition for/knowledge about semigroups), see ismnd 13732. See, for example, the definition in [Lang] p. 3: "A monoid is a set G, with a law of composition which is associative, and having a unit element". | ||
| Syntax | cmnd 13729 | Extend class notation with class of all monoids. |
| Definition | df-mnd 13730* | A monoid is a semigroup, which has a two-sided neutral element. Definition 2 in [BourbakiAlg1] p. 12. In other words (according to the definition in [Lang] p. 3), a monoid is a set equipped with an everywhere defined internal operation (see mndcl 13736), whose operation is associative (see mndass 13737) and has a two-sided neutral element (see mndid 13738), see also ismnd 13732. (Contributed by Mario Carneiro, 6-Jan-2015.) (Revised by AV, 1-Feb-2020.) |
| Theorem | ismnddef 13731* | The predicate "is a monoid", corresponding 1-to-1 to the definition. (Contributed by FL, 2-Nov-2009.) (Revised by AV, 1-Feb-2020.) |
| Theorem | ismnd 13732* | The predicate "is a monoid". This is the defining theorem of a monoid by showing that a set is a monoid if and only if it is a set equipped with a closed, everywhere defined internal operation (so, a magma, see mndcl 13736), whose operation is associative (so, a semigroup, see also mndass 13737) and has a two-sided neutral element (see mndid 13738). (Contributed by Mario Carneiro, 6-Jan-2015.) (Revised by AV, 1-Feb-2020.) |
| Theorem | sgrpidmndm 13733* | A semigroup with an identity element which is inhabited is a monoid. Of course there could be monoids with the empty set as identity element, but these cannot be proven to be monoids with this theorem. (Contributed by AV, 29-Jan-2024.) |
| Theorem | mndsgrp 13734 | A monoid is a semigroup. (Contributed by FL, 2-Nov-2009.) (Revised by AV, 6-Jan-2020.) (Proof shortened by AV, 6-Feb-2020.) |
| Theorem | mndmgm 13735 | A monoid is a magma. (Contributed by FL, 2-Nov-2009.) (Revised by AV, 6-Jan-2020.) (Proof shortened by AV, 6-Feb-2020.) |
| Theorem | mndcl 13736 | Closure of the operation of a monoid. (Contributed by NM, 14-Aug-2011.) (Revised by Mario Carneiro, 6-Jan-2015.) (Proof shortened by AV, 8-Feb-2020.) |
| Theorem | mndass 13737 | A monoid operation is associative. (Contributed by NM, 14-Aug-2011.) (Proof shortened by AV, 8-Feb-2020.) |
| Theorem | mndid 13738* | A monoid has a two-sided identity element. (Contributed by NM, 16-Aug-2011.) |
| Theorem | mndideu 13739* | The two-sided identity element of a monoid is unique. Lemma 2.2.1(a) of [Herstein] p. 55. (Contributed by Mario Carneiro, 8-Dec-2014.) |
| Theorem | mnd32g 13740 | Commutative/associative law for monoids, with an explicit commutativity hypothesis. (Contributed by Mario Carneiro, 21-Apr-2016.) |
| Theorem | mnd12g 13741 | Commutative/associative law for monoids, with an explicit commutativity hypothesis. (Contributed by Mario Carneiro, 21-Apr-2016.) |
| Theorem | mnd4g 13742 | Commutative/associative law for commutative monoids, with an explicit commutativity hypothesis. (Contributed by Mario Carneiro, 21-Apr-2016.) |
| Theorem | mndidcl 13743 | The identity element of a monoid belongs to the monoid. (Contributed by NM, 27-Aug-2011.) (Revised by Mario Carneiro, 27-Dec-2014.) |
| Theorem | mndbn0 13744 | The base set of a monoid is not empty. (It is also inhabited, as seen at mndidcl 13743). Statement in [Lang] p. 3. (Contributed by AV, 29-Dec-2023.) |
| Theorem | hashfinmndnn 13745 | A finite monoid has positive integer size. (Contributed by Rohan Ridenour, 3-Aug-2023.) |
| Theorem | mndplusf 13746 | The group addition operation is a function. (Contributed by Mario Carneiro, 14-Aug-2015.) (Proof shortened by AV, 3-Feb-2020.) |
| Theorem | mndlrid 13747 | A monoid's identity element is a two-sided identity. (Contributed by NM, 18-Aug-2011.) |
| Theorem | mndlid 13748 | The identity element of a monoid is a left identity. (Contributed by NM, 18-Aug-2011.) |
| Theorem | mndrid 13749 | The identity element of a monoid is a right identity. (Contributed by NM, 18-Aug-2011.) |
| Theorem | ismndd 13750* | Deduce a monoid from its properties. (Contributed by Mario Carneiro, 6-Jan-2015.) |
| Theorem | mndpfo 13751 | The addition operation of a monoid as a function is an onto function. (Contributed by FL, 2-Nov-2009.) (Revised by Mario Carneiro, 11-Oct-2013.) (Revised by AV, 23-Jan-2020.) |
| Theorem | mndfo 13752 | The addition operation of a monoid is an onto function (assuming it is a function). (Contributed by Mario Carneiro, 11-Oct-2013.) (Proof shortened by AV, 23-Jan-2020.) |
| Theorem | mndpropd 13753* | If two structures have the same base set, and the values of their group (addition) operations are equal for all pairs of elements of the base set, one is a monoid iff the other one is. (Contributed by Mario Carneiro, 6-Jan-2015.) |
| Theorem | mndprop 13754 | If two structures have the same group components (properties), one is a monoid iff the other one is. (Contributed by Mario Carneiro, 11-Oct-2013.) |
| Theorem | issubmnd 13755* | Characterize a submonoid by closure properties. (Contributed by Mario Carneiro, 10-Jan-2015.) |
| Theorem | ress0g 13756 |
|
| Theorem | submnd0 13757 | The zero of a submonoid is the same as the zero in the parent monoid. (Note that we must add the condition that the zero of the parent monoid is actually contained in the submonoid, because it is possible to have "subsets that are monoids" which are not submonoids because they have a different identity element. (Contributed by Mario Carneiro, 10-Jan-2015.) |
| Theorem | mndinvmod 13758* | Uniqueness of an inverse element in a monoid, if it exists. (Contributed by AV, 20-Jan-2024.) |
| Theorem | imasmnd2 13759* | The image structure of a monoid is a monoid. (Contributed by Mario Carneiro, 24-Feb-2015.) |
| Theorem | imasmnd 13760* | The image structure of a monoid is a monoid. (Contributed by Mario Carneiro, 24-Feb-2015.) |
| Theorem | imasmndf1 13761 | The image of a monoid under an injection is a monoid. (Contributed by Mario Carneiro, 24-Feb-2015.) |
| Theorem | mnd1 13762 | The (smallest) structure representing a trivial monoid consists of one element. (Contributed by AV, 28-Apr-2019.) (Proof shortened by AV, 11-Feb-2020.) |
| Theorem | mnd1id 13763 | The singleton element of a trivial monoid is its identity element. (Contributed by AV, 23-Jan-2020.) |
| Syntax | cmhm 13764 | Hom-set generator class for monoids. |
| Syntax | csubmnd 13765 | Class function taking a monoid to its lattice of submonoids. |
| Definition | df-mhm 13766* | A monoid homomorphism is a function on the base sets which preserves the binary operation and the identity. (Contributed by Mario Carneiro, 7-Mar-2015.) |
| Definition | df-submnd 13767* | A submonoid is a subset of a monoid which contains the identity and is closed under the operation. Such subsets are themselves monoids with the same identity. (Contributed by Mario Carneiro, 7-Mar-2015.) |
| Theorem | ismhm 13768* | Property of a monoid homomorphism. (Contributed by Mario Carneiro, 7-Mar-2015.) |
| Theorem | mhmex 13769 | The set of monoid homomorphisms exists. (Contributed by Jim Kingdon, 15-May-2025.) |
| Theorem | mhmrcl1 13770 | Reverse closure of a monoid homomorphism. (Contributed by Mario Carneiro, 7-Mar-2015.) |
| Theorem | mhmrcl2 13771 | Reverse closure of a monoid homomorphism. (Contributed by Mario Carneiro, 7-Mar-2015.) |
| Theorem | mhmf 13772 | A monoid homomorphism is a function. (Contributed by Mario Carneiro, 7-Mar-2015.) |
| Theorem | mhmpropd 13773* | Monoid homomorphism depends only on the monoidal attributes of structures. (Contributed by Mario Carneiro, 12-Mar-2015.) (Revised by Mario Carneiro, 7-Nov-2015.) |
| Theorem | mhmlin 13774 | A monoid homomorphism commutes with composition. (Contributed by Mario Carneiro, 7-Mar-2015.) |
| Theorem | mhm0 13775 | A monoid homomorphism preserves zero. (Contributed by Mario Carneiro, 7-Mar-2015.) |
| Theorem | idmhm 13776 | The identity homomorphism on a monoid. (Contributed by AV, 14-Feb-2020.) |
| Theorem | mhmf1o 13777 | A monoid homomorphism is bijective iff its converse is also a monoid homomorphism. (Contributed by AV, 22-Oct-2019.) |
| Theorem | submrcl 13778 | Reverse closure for submonoids. (Contributed by Mario Carneiro, 7-Mar-2015.) |
| Theorem | issubm 13779* | Expand definition of a submonoid. (Contributed by Mario Carneiro, 7-Mar-2015.) |
| Theorem | issubm2 13780 | Submonoids are subsets that are also monoids with the same zero. (Contributed by Mario Carneiro, 7-Mar-2015.) |
| Theorem | issubmd 13781* | Deduction for proving a submonoid. (Contributed by Stefan O'Rear, 23-Aug-2015.) (Revised by Stefan O'Rear, 5-Sep-2015.) |
| Theorem | mndissubm 13782 | If the base set of a monoid is contained in the base set of another monoid, and the group operation of the monoid is the restriction of the group operation of the other monoid to its base set, and the identity element of the the other monoid is contained in the base set of the monoid, then the (base set of the) monoid is a submonoid of the other monoid. (Contributed by AV, 17-Feb-2024.) |
| Theorem | submss 13783 | Submonoids are subsets of the base set. (Contributed by Mario Carneiro, 7-Mar-2015.) |
| Theorem | submid 13784 | Every monoid is trivially a submonoid of itself. (Contributed by Stefan O'Rear, 15-Aug-2015.) |
| Theorem | subm0cl 13785 | Submonoids contain zero. (Contributed by Mario Carneiro, 7-Mar-2015.) |
| Theorem | submcl 13786 | Submonoids are closed under the monoid operation. (Contributed by Mario Carneiro, 10-Mar-2015.) |
| Theorem | submmnd 13787 | Submonoids are themselves monoids under the given operation. (Contributed by Mario Carneiro, 7-Mar-2015.) |
| Theorem | submbas 13788 | The base set of a submonoid. (Contributed by Stefan O'Rear, 15-Jun-2015.) |
| Theorem | subm0 13789 | Submonoids have the same identity. (Contributed by Mario Carneiro, 7-Mar-2015.) |
| Theorem | subsubm 13790 | A submonoid of a submonoid is a submonoid. (Contributed by Mario Carneiro, 21-Jun-2015.) |
| Theorem | 0subm 13791 | The zero submonoid of an arbitrary monoid. (Contributed by AV, 17-Feb-2024.) |
| Theorem | insubm 13792 | The intersection of two submonoids is a submonoid. (Contributed by AV, 25-Feb-2024.) |
| Theorem | 0mhm 13793 | The constant zero linear function between two monoids. (Contributed by Stefan O'Rear, 5-Sep-2015.) |
| Theorem | resmhm 13794 | Restriction of a monoid homomorphism to a submonoid is a homomorphism. (Contributed by Mario Carneiro, 12-Mar-2015.) |
| Theorem | resmhm2 13795 | One direction of resmhm2b 13796. (Contributed by Mario Carneiro, 18-Jun-2015.) |
| Theorem | resmhm2b 13796 | Restriction of the codomain of a homomorphism. (Contributed by Mario Carneiro, 18-Jun-2015.) |
| Theorem | mhmco 13797 | The composition of monoid homomorphisms is a homomorphism. (Contributed by Mario Carneiro, 12-Jun-2015.) |
| Theorem | mhmima 13798 | The homomorphic image of a submonoid is a submonoid. (Contributed by Mario Carneiro, 10-Mar-2015.) |
| Theorem | mhmeql 13799 | The equalizer of two monoid homomorphisms is a submonoid. (Contributed by Stefan O'Rear, 7-Mar-2015.) (Revised by Mario Carneiro, 6-May-2015.) |
One important use of words is as formal composites in cases where order is significant, using the ordered general sum operator df-gzsum 13613. If order is not significant, it is simpler to use families instead. | ||
| Theorem | gsumvallem2 13800* |
Lemma for properties of the set of identities of |
| < Previous Next > |
| Copyright terms: Public domain | < Previous Next > |