Theorem List for Intuitionistic Logic Explorer - 12901-13000 *Has distinct variable
group(s)
Type | Label | Description |
Statement |
|
Definition | df-mnd 12901* |
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 12907), whose operation is
associative (see mndass 12908) and has a two-sided neutral element (see
mndid 12909), see also ismnd 12903. (Contributed by Mario Carneiro,
6-Jan-2015.) (Revised by AV, 1-Feb-2020.)
|
⊢ Mnd = {𝑔 ∈ Smgrp ∣
[(Base‘𝑔) /
𝑏][(+g‘𝑔) / 𝑝]∃𝑒 ∈ 𝑏 ∀𝑥 ∈ 𝑏 ((𝑒𝑝𝑥) = 𝑥 ∧ (𝑥𝑝𝑒) = 𝑥)} |
|
Theorem | ismnddef 12902* |
The predicate "is a monoid", corresponding 1-to-1 to the definition.
(Contributed by FL, 2-Nov-2009.) (Revised by AV, 1-Feb-2020.)
|
⊢ 𝐵 = (Base‘𝐺)
& ⊢ + =
(+g‘𝐺) ⇒ ⊢ (𝐺 ∈ Mnd ↔ (𝐺 ∈ Smgrp ∧ ∃𝑒 ∈ 𝐵 ∀𝑎 ∈ 𝐵 ((𝑒 + 𝑎) = 𝑎 ∧ (𝑎 + 𝑒) = 𝑎))) |
|
Theorem | ismnd 12903* |
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 12907), whose operation is associative (so, a
semigroup, see also
mndass 12908) and has a two-sided neutral element (see mndid 12909).
(Contributed by Mario Carneiro, 6-Jan-2015.) (Revised by AV,
1-Feb-2020.)
|
⊢ 𝐵 = (Base‘𝐺)
& ⊢ + =
(+g‘𝐺) ⇒ ⊢ (𝐺 ∈ Mnd ↔ (∀𝑎 ∈ 𝐵 ∀𝑏 ∈ 𝐵 ((𝑎 + 𝑏) ∈ 𝐵 ∧ ∀𝑐 ∈ 𝐵 ((𝑎 + 𝑏) + 𝑐) = (𝑎 + (𝑏 + 𝑐))) ∧ ∃𝑒 ∈ 𝐵 ∀𝑎 ∈ 𝐵 ((𝑒 + 𝑎) = 𝑎 ∧ (𝑎 + 𝑒) = 𝑎))) |
|
Theorem | sgrpidmndm 12904* |
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.)
|
⊢ 𝐵 = (Base‘𝐺)
& ⊢ 0 =
(0g‘𝐺) ⇒ ⊢ ((𝐺 ∈ Smgrp ∧ ∃𝑒 ∈ 𝐵 (∃𝑤 𝑤 ∈ 𝑒 ∧ 𝑒 = 0 )) → 𝐺 ∈ Mnd) |
|
Theorem | mndsgrp 12905 |
A monoid is a semigroup. (Contributed by FL, 2-Nov-2009.) (Revised by
AV, 6-Jan-2020.) (Proof shortened by AV, 6-Feb-2020.)
|
⊢ (𝐺 ∈ Mnd → 𝐺 ∈ Smgrp) |
|
Theorem | mndmgm 12906 |
A monoid is a magma. (Contributed by FL, 2-Nov-2009.) (Revised by AV,
6-Jan-2020.) (Proof shortened by AV, 6-Feb-2020.)
|
⊢ (𝑀 ∈ Mnd → 𝑀 ∈ Mgm) |
|
Theorem | mndcl 12907 |
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.)
|
⊢ 𝐵 = (Base‘𝐺)
& ⊢ + =
(+g‘𝐺) ⇒ ⊢ ((𝐺 ∈ Mnd ∧ 𝑋 ∈ 𝐵 ∧ 𝑌 ∈ 𝐵) → (𝑋 + 𝑌) ∈ 𝐵) |
|
Theorem | mndass 12908 |
A monoid operation is associative. (Contributed by NM, 14-Aug-2011.)
(Proof shortened by AV, 8-Feb-2020.)
|
⊢ 𝐵 = (Base‘𝐺)
& ⊢ + =
(+g‘𝐺) ⇒ ⊢ ((𝐺 ∈ Mnd ∧ (𝑋 ∈ 𝐵 ∧ 𝑌 ∈ 𝐵 ∧ 𝑍 ∈ 𝐵)) → ((𝑋 + 𝑌) + 𝑍) = (𝑋 + (𝑌 + 𝑍))) |
|
Theorem | mndid 12909* |
A monoid has a two-sided identity element. (Contributed by NM,
16-Aug-2011.)
|
⊢ 𝐵 = (Base‘𝐺)
& ⊢ + =
(+g‘𝐺) ⇒ ⊢ (𝐺 ∈ Mnd → ∃𝑢 ∈ 𝐵 ∀𝑥 ∈ 𝐵 ((𝑢 + 𝑥) = 𝑥 ∧ (𝑥 + 𝑢) = 𝑥)) |
|
Theorem | mndideu 12910* |
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.)
|
⊢ 𝐵 = (Base‘𝐺)
& ⊢ + =
(+g‘𝐺) ⇒ ⊢ (𝐺 ∈ Mnd → ∃!𝑢 ∈ 𝐵 ∀𝑥 ∈ 𝐵 ((𝑢 + 𝑥) = 𝑥 ∧ (𝑥 + 𝑢) = 𝑥)) |
|
Theorem | mnd32g 12911 |
Commutative/associative law for monoids, with an explicit
commutativity hypothesis. (Contributed by Mario Carneiro,
21-Apr-2016.)
|
⊢ 𝐵 = (Base‘𝐺)
& ⊢ + =
(+g‘𝐺)
& ⊢ (𝜑 → 𝐺 ∈ Mnd) & ⊢ (𝜑 → 𝑋 ∈ 𝐵)
& ⊢ (𝜑 → 𝑌 ∈ 𝐵)
& ⊢ (𝜑 → 𝑍 ∈ 𝐵)
& ⊢ (𝜑 → (𝑌 + 𝑍) = (𝑍 + 𝑌)) ⇒ ⊢ (𝜑 → ((𝑋 + 𝑌) + 𝑍) = ((𝑋 + 𝑍) + 𝑌)) |
|
Theorem | mnd12g 12912 |
Commutative/associative law for monoids, with an explicit
commutativity hypothesis. (Contributed by Mario Carneiro,
21-Apr-2016.)
|
⊢ 𝐵 = (Base‘𝐺)
& ⊢ + =
(+g‘𝐺)
& ⊢ (𝜑 → 𝐺 ∈ Mnd) & ⊢ (𝜑 → 𝑋 ∈ 𝐵)
& ⊢ (𝜑 → 𝑌 ∈ 𝐵)
& ⊢ (𝜑 → 𝑍 ∈ 𝐵)
& ⊢ (𝜑 → (𝑋 + 𝑌) = (𝑌 + 𝑋)) ⇒ ⊢ (𝜑 → (𝑋 + (𝑌 + 𝑍)) = (𝑌 + (𝑋 + 𝑍))) |
|
Theorem | mnd4g 12913 |
Commutative/associative law for commutative monoids, with an explicit
commutativity hypothesis. (Contributed by Mario Carneiro,
21-Apr-2016.)
|
⊢ 𝐵 = (Base‘𝐺)
& ⊢ + =
(+g‘𝐺)
& ⊢ (𝜑 → 𝐺 ∈ Mnd) & ⊢ (𝜑 → 𝑋 ∈ 𝐵)
& ⊢ (𝜑 → 𝑌 ∈ 𝐵)
& ⊢ (𝜑 → 𝑍 ∈ 𝐵)
& ⊢ (𝜑 → 𝑊 ∈ 𝐵)
& ⊢ (𝜑 → (𝑌 + 𝑍) = (𝑍 + 𝑌)) ⇒ ⊢ (𝜑 → ((𝑋 + 𝑌) + (𝑍 + 𝑊)) = ((𝑋 + 𝑍) + (𝑌 + 𝑊))) |
|
Theorem | mndidcl 12914 |
The identity element of a monoid belongs to the monoid. (Contributed by
NM, 27-Aug-2011.) (Revised by Mario Carneiro, 27-Dec-2014.)
|
⊢ 𝐵 = (Base‘𝐺)
& ⊢ 0 =
(0g‘𝐺) ⇒ ⊢ (𝐺 ∈ Mnd → 0 ∈ 𝐵) |
|
Theorem | mndbn0 12915 |
The base set of a monoid is not empty. (It is also inhabited, as seen
at mndidcl 12914). Statement in [Lang] p. 3. (Contributed by AV,
29-Dec-2023.)
|
⊢ 𝐵 = (Base‘𝐺) ⇒ ⊢ (𝐺 ∈ Mnd → 𝐵 ≠ ∅) |
|
Theorem | hashfinmndnn 12916 |
A finite monoid has positive integer size. (Contributed by Rohan
Ridenour, 3-Aug-2023.)
|
⊢ 𝐵 = (Base‘𝐺)
& ⊢ (𝜑 → 𝐺 ∈ Mnd) & ⊢ (𝜑 → 𝐵 ∈ Fin) ⇒ ⊢ (𝜑 → (♯‘𝐵) ∈ ℕ) |
|
Theorem | mndplusf 12917 |
The group addition operation is a function. (Contributed by Mario
Carneiro, 14-Aug-2015.) (Proof shortened by AV, 3-Feb-2020.)
|
⊢ 𝐵 = (Base‘𝐺)
& ⊢ ⨣ =
(+𝑓‘𝐺) ⇒ ⊢ (𝐺 ∈ Mnd → ⨣ :(𝐵 × 𝐵)⟶𝐵) |
|
Theorem | mndlrid 12918 |
A monoid's identity element is a two-sided identity. (Contributed by
NM, 18-Aug-2011.)
|
⊢ 𝐵 = (Base‘𝐺)
& ⊢ + =
(+g‘𝐺)
& ⊢ 0 =
(0g‘𝐺) ⇒ ⊢ ((𝐺 ∈ Mnd ∧ 𝑋 ∈ 𝐵) → (( 0 + 𝑋) = 𝑋 ∧ (𝑋 + 0 ) = 𝑋)) |
|
Theorem | mndlid 12919 |
The identity element of a monoid is a left identity. (Contributed by
NM, 18-Aug-2011.)
|
⊢ 𝐵 = (Base‘𝐺)
& ⊢ + =
(+g‘𝐺)
& ⊢ 0 =
(0g‘𝐺) ⇒ ⊢ ((𝐺 ∈ Mnd ∧ 𝑋 ∈ 𝐵) → ( 0 + 𝑋) = 𝑋) |
|
Theorem | mndrid 12920 |
The identity element of a monoid is a right identity. (Contributed by
NM, 18-Aug-2011.)
|
⊢ 𝐵 = (Base‘𝐺)
& ⊢ + =
(+g‘𝐺)
& ⊢ 0 =
(0g‘𝐺) ⇒ ⊢ ((𝐺 ∈ Mnd ∧ 𝑋 ∈ 𝐵) → (𝑋 + 0 ) = 𝑋) |
|
Theorem | ismndd 12921* |
Deduce a monoid from its properties. (Contributed by Mario Carneiro,
6-Jan-2015.)
|
⊢ (𝜑 → 𝐵 = (Base‘𝐺)) & ⊢ (𝜑 → + =
(+g‘𝐺)) & ⊢ ((𝜑 ∧ 𝑥 ∈ 𝐵 ∧ 𝑦 ∈ 𝐵) → (𝑥 + 𝑦) ∈ 𝐵)
& ⊢ ((𝜑 ∧ (𝑥 ∈ 𝐵 ∧ 𝑦 ∈ 𝐵 ∧ 𝑧 ∈ 𝐵)) → ((𝑥 + 𝑦) + 𝑧) = (𝑥 + (𝑦 + 𝑧))) & ⊢ (𝜑 → 0 ∈ 𝐵)
& ⊢ ((𝜑 ∧ 𝑥 ∈ 𝐵) → ( 0 + 𝑥) = 𝑥)
& ⊢ ((𝜑 ∧ 𝑥 ∈ 𝐵) → (𝑥 + 0 ) = 𝑥) ⇒ ⊢ (𝜑 → 𝐺 ∈ Mnd) |
|
Theorem | mndpfo 12922 |
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.)
|
⊢ 𝐵 = (Base‘𝐺)
& ⊢ ⨣ =
(+𝑓‘𝐺) ⇒ ⊢ (𝐺 ∈ Mnd → ⨣ :(𝐵 × 𝐵)–onto→𝐵) |
|
Theorem | mndfo 12923 |
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.)
|
⊢ 𝐵 = (Base‘𝐺)
& ⊢ + =
(+g‘𝐺) ⇒ ⊢ ((𝐺 ∈ Mnd ∧ + Fn (𝐵 × 𝐵)) → + :(𝐵 × 𝐵)–onto→𝐵) |
|
Theorem | mndpropd 12924* |
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.)
|
⊢ (𝜑 → 𝐵 = (Base‘𝐾)) & ⊢ (𝜑 → 𝐵 = (Base‘𝐿)) & ⊢ ((𝜑 ∧ (𝑥 ∈ 𝐵 ∧ 𝑦 ∈ 𝐵)) → (𝑥(+g‘𝐾)𝑦) = (𝑥(+g‘𝐿)𝑦)) ⇒ ⊢ (𝜑 → (𝐾 ∈ Mnd ↔ 𝐿 ∈ Mnd)) |
|
Theorem | mndprop 12925 |
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.)
|
⊢ (Base‘𝐾) = (Base‘𝐿)
& ⊢ (+g‘𝐾) = (+g‘𝐿) ⇒ ⊢ (𝐾 ∈ Mnd ↔ 𝐿 ∈ Mnd) |
|
Theorem | issubmnd 12926* |
Characterize a submonoid by closure properties. (Contributed by Mario
Carneiro, 10-Jan-2015.)
|
⊢ 𝐵 = (Base‘𝐺)
& ⊢ + =
(+g‘𝐺)
& ⊢ 0 =
(0g‘𝐺)
& ⊢ 𝐻 = (𝐺 ↾s 𝑆) ⇒ ⊢ ((𝐺 ∈ Mnd ∧ 𝑆 ⊆ 𝐵 ∧ 0 ∈ 𝑆) → (𝐻 ∈ Mnd ↔ ∀𝑥 ∈ 𝑆 ∀𝑦 ∈ 𝑆 (𝑥 + 𝑦) ∈ 𝑆)) |
|
Theorem | ress0g 12927 |
0g is unaffected by restriction. This is a
bit more generic than
submnd0 12928. (Contributed by Thierry Arnoux,
23-Oct-2017.)
|
⊢ 𝑆 = (𝑅 ↾s 𝐴)
& ⊢ 𝐵 = (Base‘𝑅)
& ⊢ 0 =
(0g‘𝑅) ⇒ ⊢ ((𝑅 ∈ Mnd ∧ 0 ∈ 𝐴 ∧ 𝐴 ⊆ 𝐵) → 0 =
(0g‘𝑆)) |
|
Theorem | submnd0 12928 |
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.)
|
⊢ 𝐵 = (Base‘𝐺)
& ⊢ 0 =
(0g‘𝐺)
& ⊢ 𝐻 = (𝐺 ↾s 𝑆) ⇒ ⊢ (((𝐺 ∈ Mnd ∧ 𝐻 ∈ Mnd) ∧ (𝑆 ⊆ 𝐵 ∧ 0 ∈ 𝑆)) → 0 =
(0g‘𝐻)) |
|
Theorem | mndinvmod 12929* |
Uniqueness of an inverse element in a monoid, if it exists.
(Contributed by AV, 20-Jan-2024.)
|
⊢ 𝐵 = (Base‘𝐺)
& ⊢ 0 =
(0g‘𝐺)
& ⊢ + =
(+g‘𝐺)
& ⊢ (𝜑 → 𝐺 ∈ Mnd) & ⊢ (𝜑 → 𝐴 ∈ 𝐵) ⇒ ⊢ (𝜑 → ∃*𝑤 ∈ 𝐵 ((𝑤 + 𝐴) = 0 ∧ (𝐴 + 𝑤) = 0 )) |
|
Theorem | mnd1 12930 |
The (smallest) structure representing a trivial monoid consists of one
element. (Contributed by AV, 28-Apr-2019.) (Proof shortened by AV,
11-Feb-2020.)
|
⊢ 𝑀 = {〈(Base‘ndx), {𝐼}〉,
〈(+g‘ndx), {〈〈𝐼, 𝐼〉, 𝐼〉}〉}
⇒ ⊢ (𝐼 ∈ 𝑉 → 𝑀 ∈ Mnd) |
|
Theorem | mnd1id 12931 |
The singleton element of a trivial monoid is its identity element.
(Contributed by AV, 23-Jan-2020.)
|
⊢ 𝑀 = {〈(Base‘ndx), {𝐼}〉,
〈(+g‘ndx), {〈〈𝐼, 𝐼〉, 𝐼〉}〉}
⇒ ⊢ (𝐼 ∈ 𝑉 → (0g‘𝑀) = 𝐼) |
|
7.1.6 Monoid homomorphisms and
submonoids
|
|
Syntax | cmhm 12932 |
Hom-set generator class for monoids.
|
class MndHom |
|
Syntax | csubmnd 12933 |
Class function taking a monoid to its lattice of submonoids.
|
class SubMnd |
|
Definition | df-mhm 12934* |
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.)
|
⊢ MndHom = (𝑠 ∈ Mnd, 𝑡 ∈ Mnd ↦ {𝑓 ∈ ((Base‘𝑡) ↑𝑚
(Base‘𝑠)) ∣
(∀𝑥 ∈
(Base‘𝑠)∀𝑦 ∈ (Base‘𝑠)(𝑓‘(𝑥(+g‘𝑠)𝑦)) = ((𝑓‘𝑥)(+g‘𝑡)(𝑓‘𝑦)) ∧ (𝑓‘(0g‘𝑠)) = (0g‘𝑡))}) |
|
Definition | df-submnd 12935* |
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.)
|
⊢ SubMnd = (𝑠 ∈ Mnd ↦ {𝑡 ∈ 𝒫 (Base‘𝑠) ∣
((0g‘𝑠)
∈ 𝑡 ∧
∀𝑥 ∈ 𝑡 ∀𝑦 ∈ 𝑡 (𝑥(+g‘𝑠)𝑦) ∈ 𝑡)}) |
|
Theorem | ismhm 12936* |
Property of a monoid homomorphism. (Contributed by Mario Carneiro,
7-Mar-2015.)
|
⊢ 𝐵 = (Base‘𝑆)
& ⊢ 𝐶 = (Base‘𝑇)
& ⊢ + =
(+g‘𝑆)
& ⊢ ⨣ =
(+g‘𝑇)
& ⊢ 0 =
(0g‘𝑆)
& ⊢ 𝑌 = (0g‘𝑇) ⇒ ⊢ (𝐹 ∈ (𝑆 MndHom 𝑇) ↔ ((𝑆 ∈ Mnd ∧ 𝑇 ∈ Mnd) ∧ (𝐹:𝐵⟶𝐶 ∧ ∀𝑥 ∈ 𝐵 ∀𝑦 ∈ 𝐵 (𝐹‘(𝑥 + 𝑦)) = ((𝐹‘𝑥) ⨣ (𝐹‘𝑦)) ∧ (𝐹‘ 0 ) = 𝑌))) |
|
Theorem | mhmex 12937 |
The set of monoid homomorphisms exists. (Contributed by Jim Kingdon,
15-May-2025.)
|
⊢ ((𝑆 ∈ Mnd ∧ 𝑇 ∈ Mnd) → (𝑆 MndHom 𝑇) ∈ V) |
|
Theorem | mhmrcl1 12938 |
Reverse closure of a monoid homomorphism. (Contributed by Mario
Carneiro, 7-Mar-2015.)
|
⊢ (𝐹 ∈ (𝑆 MndHom 𝑇) → 𝑆 ∈ Mnd) |
|
Theorem | mhmrcl2 12939 |
Reverse closure of a monoid homomorphism. (Contributed by Mario
Carneiro, 7-Mar-2015.)
|
⊢ (𝐹 ∈ (𝑆 MndHom 𝑇) → 𝑇 ∈ Mnd) |
|
Theorem | mhmf 12940 |
A monoid homomorphism is a function. (Contributed by Mario Carneiro,
7-Mar-2015.)
|
⊢ 𝐵 = (Base‘𝑆)
& ⊢ 𝐶 = (Base‘𝑇) ⇒ ⊢ (𝐹 ∈ (𝑆 MndHom 𝑇) → 𝐹:𝐵⟶𝐶) |
|
Theorem | mhmpropd 12941* |
Monoid homomorphism depends only on the monoidal attributes of
structures. (Contributed by Mario Carneiro, 12-Mar-2015.) (Revised by
Mario Carneiro, 7-Nov-2015.)
|
⊢ (𝜑 → 𝐵 = (Base‘𝐽)) & ⊢ (𝜑 → 𝐶 = (Base‘𝐾)) & ⊢ (𝜑 → 𝐵 = (Base‘𝐿)) & ⊢ (𝜑 → 𝐶 = (Base‘𝑀)) & ⊢ ((𝜑 ∧ (𝑥 ∈ 𝐵 ∧ 𝑦 ∈ 𝐵)) → (𝑥(+g‘𝐽)𝑦) = (𝑥(+g‘𝐿)𝑦))
& ⊢ ((𝜑 ∧ (𝑥 ∈ 𝐶 ∧ 𝑦 ∈ 𝐶)) → (𝑥(+g‘𝐾)𝑦) = (𝑥(+g‘𝑀)𝑦)) ⇒ ⊢ (𝜑 → (𝐽 MndHom 𝐾) = (𝐿 MndHom 𝑀)) |
|
Theorem | mhmlin 12942 |
A monoid homomorphism commutes with composition. (Contributed by Mario
Carneiro, 7-Mar-2015.)
|
⊢ 𝐵 = (Base‘𝑆)
& ⊢ + =
(+g‘𝑆)
& ⊢ ⨣ =
(+g‘𝑇) ⇒ ⊢ ((𝐹 ∈ (𝑆 MndHom 𝑇) ∧ 𝑋 ∈ 𝐵 ∧ 𝑌 ∈ 𝐵) → (𝐹‘(𝑋 + 𝑌)) = ((𝐹‘𝑋) ⨣ (𝐹‘𝑌))) |
|
Theorem | mhm0 12943 |
A monoid homomorphism preserves zero. (Contributed by Mario Carneiro,
7-Mar-2015.)
|
⊢ 0 =
(0g‘𝑆)
& ⊢ 𝑌 = (0g‘𝑇) ⇒ ⊢ (𝐹 ∈ (𝑆 MndHom 𝑇) → (𝐹‘ 0 ) = 𝑌) |
|
Theorem | idmhm 12944 |
The identity homomorphism on a monoid. (Contributed by AV,
14-Feb-2020.)
|
⊢ 𝐵 = (Base‘𝑀) ⇒ ⊢ (𝑀 ∈ Mnd → ( I ↾ 𝐵) ∈ (𝑀 MndHom 𝑀)) |
|
Theorem | mhmf1o 12945 |
A monoid homomorphism is bijective iff its converse is also a monoid
homomorphism. (Contributed by AV, 22-Oct-2019.)
|
⊢ 𝐵 = (Base‘𝑅)
& ⊢ 𝐶 = (Base‘𝑆) ⇒ ⊢ (𝐹 ∈ (𝑅 MndHom 𝑆) → (𝐹:𝐵–1-1-onto→𝐶 ↔ ◡𝐹 ∈ (𝑆 MndHom 𝑅))) |
|
Theorem | submrcl 12946 |
Reverse closure for submonoids. (Contributed by Mario Carneiro,
7-Mar-2015.)
|
⊢ (𝑆 ∈ (SubMnd‘𝑀) → 𝑀 ∈ Mnd) |
|
Theorem | issubm 12947* |
Expand definition of a submonoid. (Contributed by Mario Carneiro,
7-Mar-2015.)
|
⊢ 𝐵 = (Base‘𝑀)
& ⊢ 0 =
(0g‘𝑀)
& ⊢ + =
(+g‘𝑀) ⇒ ⊢ (𝑀 ∈ Mnd → (𝑆 ∈ (SubMnd‘𝑀) ↔ (𝑆 ⊆ 𝐵 ∧ 0 ∈ 𝑆 ∧ ∀𝑥 ∈ 𝑆 ∀𝑦 ∈ 𝑆 (𝑥 + 𝑦) ∈ 𝑆))) |
|
Theorem | issubm2 12948 |
Submonoids are subsets that are also monoids with the same zero.
(Contributed by Mario Carneiro, 7-Mar-2015.)
|
⊢ 𝐵 = (Base‘𝑀)
& ⊢ 0 =
(0g‘𝑀)
& ⊢ 𝐻 = (𝑀 ↾s 𝑆) ⇒ ⊢ (𝑀 ∈ Mnd → (𝑆 ∈ (SubMnd‘𝑀) ↔ (𝑆 ⊆ 𝐵 ∧ 0 ∈ 𝑆 ∧ 𝐻 ∈ Mnd))) |
|
Theorem | issubmd 12949* |
Deduction for proving a submonoid. (Contributed by Stefan O'Rear,
23-Aug-2015.) (Revised by Stefan O'Rear, 5-Sep-2015.)
|
⊢ 𝐵 = (Base‘𝑀)
& ⊢ + =
(+g‘𝑀)
& ⊢ 0 =
(0g‘𝑀)
& ⊢ (𝜑 → 𝑀 ∈ Mnd) & ⊢ (𝜑 → 𝜒)
& ⊢ ((𝜑 ∧ ((𝑥 ∈ 𝐵 ∧ 𝑦 ∈ 𝐵) ∧ (𝜃 ∧ 𝜏))) → 𝜂)
& ⊢ (𝑧 = 0 → (𝜓 ↔ 𝜒)) & ⊢ (𝑧 = 𝑥 → (𝜓 ↔ 𝜃)) & ⊢ (𝑧 = 𝑦 → (𝜓 ↔ 𝜏)) & ⊢ (𝑧 = (𝑥 + 𝑦) → (𝜓 ↔ 𝜂)) ⇒ ⊢ (𝜑 → {𝑧 ∈ 𝐵 ∣ 𝜓} ∈ (SubMnd‘𝑀)) |
|
Theorem | mndissubm 12950 |
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.)
|
⊢ 𝐵 = (Base‘𝐺)
& ⊢ 𝑆 = (Base‘𝐻)
& ⊢ 0 =
(0g‘𝐺) ⇒ ⊢ ((𝐺 ∈ Mnd ∧ 𝐻 ∈ Mnd) → ((𝑆 ⊆ 𝐵 ∧ 0 ∈ 𝑆 ∧ (+g‘𝐻) = ((+g‘𝐺) ↾ (𝑆 × 𝑆))) → 𝑆 ∈ (SubMnd‘𝐺))) |
|
Theorem | submss 12951 |
Submonoids are subsets of the base set. (Contributed by Mario Carneiro,
7-Mar-2015.)
|
⊢ 𝐵 = (Base‘𝑀) ⇒ ⊢ (𝑆 ∈ (SubMnd‘𝑀) → 𝑆 ⊆ 𝐵) |
|
Theorem | submid 12952 |
Every monoid is trivially a submonoid of itself. (Contributed by Stefan
O'Rear, 15-Aug-2015.)
|
⊢ 𝐵 = (Base‘𝑀) ⇒ ⊢ (𝑀 ∈ Mnd → 𝐵 ∈ (SubMnd‘𝑀)) |
|
Theorem | subm0cl 12953 |
Submonoids contain zero. (Contributed by Mario Carneiro,
7-Mar-2015.)
|
⊢ 0 =
(0g‘𝑀) ⇒ ⊢ (𝑆 ∈ (SubMnd‘𝑀) → 0 ∈ 𝑆) |
|
Theorem | submcl 12954 |
Submonoids are closed under the monoid operation. (Contributed by Mario
Carneiro, 10-Mar-2015.)
|
⊢ + =
(+g‘𝑀) ⇒ ⊢ ((𝑆 ∈ (SubMnd‘𝑀) ∧ 𝑋 ∈ 𝑆 ∧ 𝑌 ∈ 𝑆) → (𝑋 + 𝑌) ∈ 𝑆) |
|
Theorem | submmnd 12955 |
Submonoids are themselves monoids under the given operation.
(Contributed by Mario Carneiro, 7-Mar-2015.)
|
⊢ 𝐻 = (𝑀 ↾s 𝑆) ⇒ ⊢ (𝑆 ∈ (SubMnd‘𝑀) → 𝐻 ∈ Mnd) |
|
Theorem | submbas 12956 |
The base set of a submonoid. (Contributed by Stefan O'Rear,
15-Jun-2015.)
|
⊢ 𝐻 = (𝑀 ↾s 𝑆) ⇒ ⊢ (𝑆 ∈ (SubMnd‘𝑀) → 𝑆 = (Base‘𝐻)) |
|
Theorem | subm0 12957 |
Submonoids have the same identity. (Contributed by Mario Carneiro,
7-Mar-2015.)
|
⊢ 𝐻 = (𝑀 ↾s 𝑆)
& ⊢ 0 =
(0g‘𝑀) ⇒ ⊢ (𝑆 ∈ (SubMnd‘𝑀) → 0 =
(0g‘𝐻)) |
|
Theorem | subsubm 12958 |
A submonoid of a submonoid is a submonoid. (Contributed by Mario
Carneiro, 21-Jun-2015.)
|
⊢ 𝐻 = (𝐺 ↾s 𝑆) ⇒ ⊢ (𝑆 ∈ (SubMnd‘𝐺) → (𝐴 ∈ (SubMnd‘𝐻) ↔ (𝐴 ∈ (SubMnd‘𝐺) ∧ 𝐴 ⊆ 𝑆))) |
|
Theorem | 0subm 12959 |
The zero submonoid of an arbitrary monoid. (Contributed by AV,
17-Feb-2024.)
|
⊢ 0 =
(0g‘𝐺) ⇒ ⊢ (𝐺 ∈ Mnd → { 0 } ∈
(SubMnd‘𝐺)) |
|
Theorem | insubm 12960 |
The intersection of two submonoids is a submonoid. (Contributed by AV,
25-Feb-2024.)
|
⊢ ((𝐴 ∈ (SubMnd‘𝑀) ∧ 𝐵 ∈ (SubMnd‘𝑀)) → (𝐴 ∩ 𝐵) ∈ (SubMnd‘𝑀)) |
|
Theorem | 0mhm 12961 |
The constant zero linear function between two monoids. (Contributed by
Stefan O'Rear, 5-Sep-2015.)
|
⊢ 0 =
(0g‘𝑁)
& ⊢ 𝐵 = (Base‘𝑀) ⇒ ⊢ ((𝑀 ∈ Mnd ∧ 𝑁 ∈ Mnd) → (𝐵 × { 0 }) ∈ (𝑀 MndHom 𝑁)) |
|
Theorem | resmhm 12962 |
Restriction of a monoid homomorphism to a submonoid is a homomorphism.
(Contributed by Mario Carneiro, 12-Mar-2015.)
|
⊢ 𝑈 = (𝑆 ↾s 𝑋) ⇒ ⊢ ((𝐹 ∈ (𝑆 MndHom 𝑇) ∧ 𝑋 ∈ (SubMnd‘𝑆)) → (𝐹 ↾ 𝑋) ∈ (𝑈 MndHom 𝑇)) |
|
Theorem | resmhm2 12963 |
One direction of resmhm2b 12964. (Contributed by Mario Carneiro,
18-Jun-2015.)
|
⊢ 𝑈 = (𝑇 ↾s 𝑋) ⇒ ⊢ ((𝐹 ∈ (𝑆 MndHom 𝑈) ∧ 𝑋 ∈ (SubMnd‘𝑇)) → 𝐹 ∈ (𝑆 MndHom 𝑇)) |
|
Theorem | resmhm2b 12964 |
Restriction of the codomain of a homomorphism. (Contributed by Mario
Carneiro, 18-Jun-2015.)
|
⊢ 𝑈 = (𝑇 ↾s 𝑋) ⇒ ⊢ ((𝑋 ∈ (SubMnd‘𝑇) ∧ ran 𝐹 ⊆ 𝑋) → (𝐹 ∈ (𝑆 MndHom 𝑇) ↔ 𝐹 ∈ (𝑆 MndHom 𝑈))) |
|
Theorem | mhmco 12965 |
The composition of monoid homomorphisms is a homomorphism. (Contributed
by Mario Carneiro, 12-Jun-2015.)
|
⊢ ((𝐹 ∈ (𝑇 MndHom 𝑈) ∧ 𝐺 ∈ (𝑆 MndHom 𝑇)) → (𝐹 ∘ 𝐺) ∈ (𝑆 MndHom 𝑈)) |
|
Theorem | mhmima 12966 |
The homomorphic image of a submonoid is a submonoid. (Contributed by
Mario Carneiro, 10-Mar-2015.)
|
⊢ ((𝐹 ∈ (𝑀 MndHom 𝑁) ∧ 𝑋 ∈ (SubMnd‘𝑀)) → (𝐹 “ 𝑋) ∈ (SubMnd‘𝑁)) |
|
Theorem | mhmeql 12967 |
The equalizer of two monoid homomorphisms is a submonoid. (Contributed
by Stefan O'Rear, 7-Mar-2015.) (Revised by Mario Carneiro,
6-May-2015.)
|
⊢ ((𝐹 ∈ (𝑆 MndHom 𝑇) ∧ 𝐺 ∈ (𝑆 MndHom 𝑇)) → dom (𝐹 ∩ 𝐺) ∈ (SubMnd‘𝑆)) |
|
7.2 Groups
|
|
7.2.1 Definition and basic
properties
|
|
Syntax | cgrp 12968 |
Extend class notation with class of all groups.
|
class Grp |
|
Syntax | cminusg 12969 |
Extend class notation with inverse of group element.
|
class invg |
|
Syntax | csg 12970 |
Extend class notation with group subtraction (or division) operation.
|
class -g |
|
Definition | df-grp 12971* |
Define class of all groups. A group is a monoid (df-mnd 12901) whose
internal operation is such that every element admits a left inverse
(which can be proven to be a two-sided inverse). Thus, a group 𝐺 is
an algebraic structure formed from a base set of elements (notated
(Base‘𝐺) per df-base 12529) and an internal group operation
(notated (+g‘𝐺) per df-plusg 12613). The operation combines any
two elements of the group base set and must satisfy the 4 group axioms:
closure (the result of the group operation must always be a member of
the base set, see grpcl 12976), associativity (so
((𝑎+g𝑏)+g𝑐) = (𝑎+g(𝑏+g𝑐)) for any a, b, c, see
grpass 12977), identity (there must be an element 𝑒 =
(0g‘𝐺) such
that 𝑒+g𝑎 = 𝑎+g𝑒 = 𝑎 for any a), and inverse (for each
element a
in the base set, there must be an element 𝑏 = invg𝑎 in the base set
such that 𝑎+g𝑏 = 𝑏+g𝑎 = 𝑒). It can be proven that the identity
element is unique (grpideu 12979). Groups need not be commutative; a
commutative group is an Abelian group. Subgroups can often be formed
from groups. An example of an (Abelian) group is the set of complex
numbers ℂ over the group operation + (addition). Other
structures include groups, including unital rings and fields.
(Contributed by NM, 17-Oct-2012.) (Revised by Mario Carneiro,
6-Jan-2015.)
|
⊢ Grp = {𝑔 ∈ Mnd ∣ ∀𝑎 ∈ (Base‘𝑔)∃𝑚 ∈ (Base‘𝑔)(𝑚(+g‘𝑔)𝑎) = (0g‘𝑔)} |
|
Definition | df-minusg 12972* |
Define inverse of group element. (Contributed by NM, 24-Aug-2011.)
|
⊢ invg = (𝑔 ∈ V ↦ (𝑥 ∈ (Base‘𝑔) ↦ (℩𝑤 ∈ (Base‘𝑔)(𝑤(+g‘𝑔)𝑥) = (0g‘𝑔)))) |
|
Definition | df-sbg 12973* |
Define group subtraction (also called division for multiplicative
groups). (Contributed by NM, 31-Mar-2014.)
|
⊢ -g = (𝑔 ∈ V ↦ (𝑥 ∈ (Base‘𝑔), 𝑦 ∈ (Base‘𝑔) ↦ (𝑥(+g‘𝑔)((invg‘𝑔)‘𝑦)))) |
|
Theorem | isgrp 12974* |
The predicate "is a group". (This theorem demonstrates the use of
symbols as variable names, first proposed by FL in 2010.) (Contributed
by NM, 17-Oct-2012.) (Revised by Mario Carneiro, 6-Jan-2015.)
|
⊢ 𝐵 = (Base‘𝐺)
& ⊢ + =
(+g‘𝐺)
& ⊢ 0 =
(0g‘𝐺) ⇒ ⊢ (𝐺 ∈ Grp ↔ (𝐺 ∈ Mnd ∧ ∀𝑎 ∈ 𝐵 ∃𝑚 ∈ 𝐵 (𝑚 + 𝑎) = 0 )) |
|
Theorem | grpmnd 12975 |
A group is a monoid. (Contributed by Mario Carneiro, 6-Jan-2015.)
|
⊢ (𝐺 ∈ Grp → 𝐺 ∈ Mnd) |
|
Theorem | grpcl 12976 |
Closure of the operation of a group. (Contributed by NM,
14-Aug-2011.)
|
⊢ 𝐵 = (Base‘𝐺)
& ⊢ + =
(+g‘𝐺) ⇒ ⊢ ((𝐺 ∈ Grp ∧ 𝑋 ∈ 𝐵 ∧ 𝑌 ∈ 𝐵) → (𝑋 + 𝑌) ∈ 𝐵) |
|
Theorem | grpass 12977 |
A group operation is associative. (Contributed by NM, 14-Aug-2011.)
|
⊢ 𝐵 = (Base‘𝐺)
& ⊢ + =
(+g‘𝐺) ⇒ ⊢ ((𝐺 ∈ Grp ∧ (𝑋 ∈ 𝐵 ∧ 𝑌 ∈ 𝐵 ∧ 𝑍 ∈ 𝐵)) → ((𝑋 + 𝑌) + 𝑍) = (𝑋 + (𝑌 + 𝑍))) |
|
Theorem | grpinvex 12978* |
Every member of a group has a left inverse. (Contributed by NM,
16-Aug-2011.) (Revised by Mario Carneiro, 6-Jan-2015.)
|
⊢ 𝐵 = (Base‘𝐺)
& ⊢ + =
(+g‘𝐺)
& ⊢ 0 =
(0g‘𝐺) ⇒ ⊢ ((𝐺 ∈ Grp ∧ 𝑋 ∈ 𝐵) → ∃𝑦 ∈ 𝐵 (𝑦 + 𝑋) = 0 ) |
|
Theorem | grpideu 12979* |
The two-sided identity element of a group is unique. Lemma 2.2.1(a) of
[Herstein] p. 55. (Contributed by NM,
16-Aug-2011.) (Revised by Mario
Carneiro, 8-Dec-2014.)
|
⊢ 𝐵 = (Base‘𝐺)
& ⊢ + =
(+g‘𝐺)
& ⊢ 0 =
(0g‘𝐺) ⇒ ⊢ (𝐺 ∈ Grp → ∃!𝑢 ∈ 𝐵 ∀𝑥 ∈ 𝐵 ((𝑢 + 𝑥) = 𝑥 ∧ (𝑥 + 𝑢) = 𝑥)) |
|
Theorem | grpassd 12980 |
A group operation is associative. (Contributed by SN, 29-Jan-2025.)
|
⊢ 𝐵 = (Base‘𝐺)
& ⊢ + =
(+g‘𝐺)
& ⊢ (𝜑 → 𝐺 ∈ Grp) & ⊢ (𝜑 → 𝑋 ∈ 𝐵)
& ⊢ (𝜑 → 𝑌 ∈ 𝐵)
& ⊢ (𝜑 → 𝑍 ∈ 𝐵) ⇒ ⊢ (𝜑 → ((𝑋 + 𝑌) + 𝑍) = (𝑋 + (𝑌 + 𝑍))) |
|
Theorem | grpmndd 12981 |
A group is a monoid. (Contributed by SN, 1-Jun-2024.)
|
⊢ (𝜑 → 𝐺 ∈ Grp) ⇒ ⊢ (𝜑 → 𝐺 ∈ Mnd) |
|
Theorem | grpcld 12982 |
Closure of the operation of a group. (Contributed by SN,
29-Jul-2024.)
|
⊢ 𝐵 = (Base‘𝐺)
& ⊢ + =
(+g‘𝐺)
& ⊢ (𝜑 → 𝐺 ∈ Grp) & ⊢ (𝜑 → 𝑋 ∈ 𝐵)
& ⊢ (𝜑 → 𝑌 ∈ 𝐵) ⇒ ⊢ (𝜑 → (𝑋 + 𝑌) ∈ 𝐵) |
|
Theorem | grpplusf 12983 |
The group addition operation is a function. (Contributed by Mario
Carneiro, 14-Aug-2015.)
|
⊢ 𝐵 = (Base‘𝐺)
& ⊢ 𝐹 = (+𝑓‘𝐺)
⇒ ⊢ (𝐺 ∈ Grp → 𝐹:(𝐵 × 𝐵)⟶𝐵) |
|
Theorem | grpplusfo 12984 |
The group addition operation is a function onto the base set/set of
group elements. (Contributed by NM, 30-Oct-2006.) (Revised by AV,
30-Aug-2021.)
|
⊢ 𝐵 = (Base‘𝐺)
& ⊢ 𝐹 = (+𝑓‘𝐺)
⇒ ⊢ (𝐺 ∈ Grp → 𝐹:(𝐵 × 𝐵)–onto→𝐵) |
|
Theorem | grppropd 12985* |
If two structures have the same group components (properties), one is a
group iff the other one is. (Contributed by Stefan O'Rear,
27-Nov-2014.) (Revised by Mario Carneiro, 2-Oct-2015.)
|
⊢ (𝜑 → 𝐵 = (Base‘𝐾)) & ⊢ (𝜑 → 𝐵 = (Base‘𝐿)) & ⊢ ((𝜑 ∧ (𝑥 ∈ 𝐵 ∧ 𝑦 ∈ 𝐵)) → (𝑥(+g‘𝐾)𝑦) = (𝑥(+g‘𝐿)𝑦)) ⇒ ⊢ (𝜑 → (𝐾 ∈ Grp ↔ 𝐿 ∈ Grp)) |
|
Theorem | grpprop 12986 |
If two structures have the same group components (properties), one is a
group iff the other one is. (Contributed by NM, 11-Oct-2013.)
|
⊢ (Base‘𝐾) = (Base‘𝐿)
& ⊢ (+g‘𝐾) = (+g‘𝐿) ⇒ ⊢ (𝐾 ∈ Grp ↔ 𝐿 ∈ Grp) |
|
Theorem | grppropstrg 12987 |
Generalize a specific 2-element group 𝐿 to show that any set 𝐾
with the same (relevant) properties is also a group. (Contributed by
NM, 28-Oct-2012.) (Revised by Mario Carneiro, 6-Jan-2015.)
|
⊢ (Base‘𝐾) = 𝐵
& ⊢ (+g‘𝐾) = + & ⊢ 𝐿 = {〈(Base‘ndx),
𝐵〉,
〈(+g‘ndx), +
〉} ⇒ ⊢ (𝐾 ∈ 𝑉 → (𝐾 ∈ Grp ↔ 𝐿 ∈ Grp)) |
|
Theorem | isgrpd2e 12988* |
Deduce a group from its properties. In this version of isgrpd2 12989, we
don't assume there is an expression for the inverse of 𝑥.
(Contributed by NM, 10-Aug-2013.)
|
⊢ (𝜑 → 𝐵 = (Base‘𝐺)) & ⊢ (𝜑 → + =
(+g‘𝐺)) & ⊢ (𝜑 → 0 =
(0g‘𝐺)) & ⊢ (𝜑 → 𝐺 ∈ Mnd) & ⊢ ((𝜑 ∧ 𝑥 ∈ 𝐵) → ∃𝑦 ∈ 𝐵 (𝑦 + 𝑥) = 0
) ⇒ ⊢ (𝜑 → 𝐺 ∈ Grp) |
|
Theorem | isgrpd2 12989* |
Deduce a group from its properties. 𝑁 (negative) is normally
dependent on 𝑥 i.e. read it as 𝑁(𝑥). Note: normally we
don't use a 𝜑 antecedent on hypotheses that name
structure
components, since they can be eliminated with eqid 2189,
but we make an
exception for theorems such as isgrpd2 12989 and ismndd 12921 since theorems
using them often rewrite the structure components. (Contributed by NM,
10-Aug-2013.)
|
⊢ (𝜑 → 𝐵 = (Base‘𝐺)) & ⊢ (𝜑 → + =
(+g‘𝐺)) & ⊢ (𝜑 → 0 =
(0g‘𝐺)) & ⊢ (𝜑 → 𝐺 ∈ Mnd) & ⊢ ((𝜑 ∧ 𝑥 ∈ 𝐵) → 𝑁 ∈ 𝐵)
& ⊢ ((𝜑 ∧ 𝑥 ∈ 𝐵) → (𝑁 + 𝑥) = 0
) ⇒ ⊢ (𝜑 → 𝐺 ∈ Grp) |
|
Theorem | isgrpde 12990* |
Deduce a group from its properties. In this version of isgrpd 12991, we
don't assume there is an expression for the inverse of 𝑥.
(Contributed by NM, 6-Jan-2015.)
|
⊢ (𝜑 → 𝐵 = (Base‘𝐺)) & ⊢ (𝜑 → + =
(+g‘𝐺)) & ⊢ ((𝜑 ∧ 𝑥 ∈ 𝐵 ∧ 𝑦 ∈ 𝐵) → (𝑥 + 𝑦) ∈ 𝐵)
& ⊢ ((𝜑 ∧ (𝑥 ∈ 𝐵 ∧ 𝑦 ∈ 𝐵 ∧ 𝑧 ∈ 𝐵)) → ((𝑥 + 𝑦) + 𝑧) = (𝑥 + (𝑦 + 𝑧))) & ⊢ (𝜑 → 0 ∈ 𝐵)
& ⊢ ((𝜑 ∧ 𝑥 ∈ 𝐵) → ( 0 + 𝑥) = 𝑥)
& ⊢ ((𝜑 ∧ 𝑥 ∈ 𝐵) → ∃𝑦 ∈ 𝐵 (𝑦 + 𝑥) = 0
) ⇒ ⊢ (𝜑 → 𝐺 ∈ Grp) |
|
Theorem | isgrpd 12991* |
Deduce a group from its properties. Unlike isgrpd2 12989, this one goes
straight from the base properties rather than going through Mnd.
𝑁 (negative) is normally dependent on
𝑥
i.e. read it as
𝑁(𝑥). (Contributed by NM, 6-Jun-2013.)
(Revised by Mario
Carneiro, 6-Jan-2015.)
|
⊢ (𝜑 → 𝐵 = (Base‘𝐺)) & ⊢ (𝜑 → + =
(+g‘𝐺)) & ⊢ ((𝜑 ∧ 𝑥 ∈ 𝐵 ∧ 𝑦 ∈ 𝐵) → (𝑥 + 𝑦) ∈ 𝐵)
& ⊢ ((𝜑 ∧ (𝑥 ∈ 𝐵 ∧ 𝑦 ∈ 𝐵 ∧ 𝑧 ∈ 𝐵)) → ((𝑥 + 𝑦) + 𝑧) = (𝑥 + (𝑦 + 𝑧))) & ⊢ (𝜑 → 0 ∈ 𝐵)
& ⊢ ((𝜑 ∧ 𝑥 ∈ 𝐵) → ( 0 + 𝑥) = 𝑥)
& ⊢ ((𝜑 ∧ 𝑥 ∈ 𝐵) → 𝑁 ∈ 𝐵)
& ⊢ ((𝜑 ∧ 𝑥 ∈ 𝐵) → (𝑁 + 𝑥) = 0
) ⇒ ⊢ (𝜑 → 𝐺 ∈ Grp) |
|
Theorem | isgrpi 12992* |
Properties that determine a group. 𝑁 (negative) is normally
dependent on 𝑥 i.e. read it as 𝑁(𝑥). (Contributed by NM,
3-Sep-2011.)
|
⊢ 𝐵 = (Base‘𝐺)
& ⊢ + =
(+g‘𝐺)
& ⊢ ((𝑥 ∈ 𝐵 ∧ 𝑦 ∈ 𝐵) → (𝑥 + 𝑦) ∈ 𝐵)
& ⊢ ((𝑥 ∈ 𝐵 ∧ 𝑦 ∈ 𝐵 ∧ 𝑧 ∈ 𝐵) → ((𝑥 + 𝑦) + 𝑧) = (𝑥 + (𝑦 + 𝑧))) & ⊢ 0 ∈ 𝐵 & ⊢ (𝑥 ∈ 𝐵 → ( 0 + 𝑥) = 𝑥)
& ⊢ (𝑥 ∈ 𝐵 → 𝑁 ∈ 𝐵)
& ⊢ (𝑥 ∈ 𝐵 → (𝑁 + 𝑥) = 0
) ⇒ ⊢ 𝐺 ∈ Grp |
|
Theorem | grpsgrp 12993 |
A group is a semigroup. (Contributed by AV, 28-Aug-2021.)
|
⊢ (𝐺 ∈ Grp → 𝐺 ∈ Smgrp) |
|
Theorem | dfgrp2 12994* |
Alternate definition of a group as semigroup with a left identity and a
left inverse for each element. This "definition" is weaker
than
df-grp 12971, based on the definition of a monoid which
provides a left and
a right identity. (Contributed by AV, 28-Aug-2021.)
|
⊢ 𝐵 = (Base‘𝐺)
& ⊢ + =
(+g‘𝐺) ⇒ ⊢ (𝐺 ∈ Grp ↔ (𝐺 ∈ Smgrp ∧ ∃𝑛 ∈ 𝐵 ∀𝑥 ∈ 𝐵 ((𝑛 + 𝑥) = 𝑥 ∧ ∃𝑖 ∈ 𝐵 (𝑖 + 𝑥) = 𝑛))) |
|
Theorem | dfgrp2e 12995* |
Alternate definition of a group as a set with a closed, associative
operation, a left identity and a left inverse for each element.
Alternate definition in [Lang] p. 7.
(Contributed by NM, 10-Oct-2006.)
(Revised by AV, 28-Aug-2021.)
|
⊢ 𝐵 = (Base‘𝐺)
& ⊢ + =
(+g‘𝐺) ⇒ ⊢ (𝐺 ∈ Grp ↔ (∀𝑥 ∈ 𝐵 ∀𝑦 ∈ 𝐵 ((𝑥 + 𝑦) ∈ 𝐵 ∧ ∀𝑧 ∈ 𝐵 ((𝑥 + 𝑦) + 𝑧) = (𝑥 + (𝑦 + 𝑧))) ∧ ∃𝑛 ∈ 𝐵 ∀𝑥 ∈ 𝐵 ((𝑛 + 𝑥) = 𝑥 ∧ ∃𝑖 ∈ 𝐵 (𝑖 + 𝑥) = 𝑛))) |
|
Theorem | grpidcl 12996 |
The identity element of a group belongs to the group. (Contributed by
NM, 27-Aug-2011.) (Revised by Mario Carneiro, 27-Dec-2014.)
|
⊢ 𝐵 = (Base‘𝐺)
& ⊢ 0 =
(0g‘𝐺) ⇒ ⊢ (𝐺 ∈ Grp → 0 ∈ 𝐵) |
|
Theorem | grpbn0 12997 |
The base set of a group is not empty. It is also inhabited (see
grpidcl 12996). (Contributed by Szymon Jaroszewicz,
3-Apr-2007.)
|
⊢ 𝐵 = (Base‘𝐺) ⇒ ⊢ (𝐺 ∈ Grp → 𝐵 ≠ ∅) |
|
Theorem | grplid 12998 |
The identity element of a group is a left identity. (Contributed by NM,
18-Aug-2011.)
|
⊢ 𝐵 = (Base‘𝐺)
& ⊢ + =
(+g‘𝐺)
& ⊢ 0 =
(0g‘𝐺) ⇒ ⊢ ((𝐺 ∈ Grp ∧ 𝑋 ∈ 𝐵) → ( 0 + 𝑋) = 𝑋) |
|
Theorem | grprid 12999 |
The identity element of a group is a right identity. (Contributed by
NM, 18-Aug-2011.)
|
⊢ 𝐵 = (Base‘𝐺)
& ⊢ + =
(+g‘𝐺)
& ⊢ 0 =
(0g‘𝐺) ⇒ ⊢ ((𝐺 ∈ Grp ∧ 𝑋 ∈ 𝐵) → (𝑋 + 0 ) = 𝑋) |
|
Theorem | grplidd 13000 |
The identity element of a group is a left identity. Deduction
associated with grplid 12998. (Contributed by SN, 29-Jan-2025.)
|
⊢ 𝐵 = (Base‘𝐺)
& ⊢ + =
(+g‘𝐺)
& ⊢ 0 =
(0g‘𝐺)
& ⊢ (𝜑 → 𝐺 ∈ Grp) & ⊢ (𝜑 → 𝑋 ∈ 𝐵) ⇒ ⊢ (𝜑 → ( 0 + 𝑋) = 𝑋) |