HomeHome Metamath Proof Explorer < Previous   Next >
Browser slow? Try the
Unicode version.

Jump to page: Contents + 1 1-100 2 101-200 3 201-300 4 301-400 5 401-500 6 501-600 7 601-700 8 701-800 9 801-900 10 901-1000 11 1001-1100 12 1101-1200 13 1201-1300 14 1301-1400 15 1401-1500 16 1501-1600 17 1601-1700 18 1701-1800 19 1801-1900 20 1901-2000 21 2001-2100 22 2101-2200 23 2201-2300 24 2301-2400 25 2401-2500 26 2501-2600 27 2601-2700 28 2701-2800 29 2801-2900 30 2901-3000 31 3001-3100 32 3101-3200 33 3201-3300 34 3301-3400 35 3401-3500 36 3501-3600 37 3601-3700 38 3701-3800 39 3801-3900 40 3901-4000 41 4001-4100 42 4101-4200 43 4201-4300 44 4301-4400 45 4401-4500 46 4501-4600 47 4601-4700 48 4701-4800 49 4801-4900 50 4901-5000 51 5001-5100 52 5101-5200 53 5201-5300 54 5301-5400 55 5401-5500 56 5501-5600 57 5601-5700 58 5701-5800 59 5801-5900 60 5901-6000 61 6001-6100 62 6101-6200 63 6201-6300 64 6301-6400 65 6401-6500 66 6501-6600 67 6601-6700 68 6701-6800 69 6801-6900 70 6901-7000 71 7001-7100 72 7101-7200 73 7201-7300 74 7301-7400 75 7401-7500 76 7501-7600 77 7601-7700 78 7701-7800 79 7801-7900 80 7901-8000 81 8001-8100 82 8101-8200 83 8201-8300 84 8301-8400 85 8401-8500 86 8501-8600 87 8601-8700 88 8701-8800 89 8801-8900 90 8901-9000 91 9001-9100 92 9101-9200 93 9201-9300 94 9301-9400 95 9401-9500 96 9501-9600 97 9601-9700 98 9701-9800 99 9801-9900 100 9901-10000 101 10001-10100 102 10101-10200 103 10201-10300 104 10301-10400 105 10401-10500 106 10501-10600 107 10601-10700 108 10701-10766

Color key:    Metamath Proof Explorer  Metamath Proof Explorer
(1-8795)
  Hilbert Space Explorer  Hilbert Space Explorer
(8796-10377)
  User Sandboxes  User Sandboxes
(10378-10766)
 

Statement List for Metamath Proof Explorer - 8101-8200 - Page 82 of 108
TypeLabelDescription
Statement
 
Theoremgrppnpcan2 8101 Group theory analog of pnpcan2t 5503.
|- X = ran G   &   |- D = ( /g ` G)   =>   |- ((G e. Grp /\ (A e. X /\ B e. X /\ C e. X)) -> ((AGC)D(BGC)) = (ADB))
 
Theoremgrpnnncan2 8102 Group theory analog of nnncan2t 5492.
|- X = ran G   &   |- D = ( /g ` G)   =>   |- ((G e. Grp /\ (A e. X /\ B e. X /\ C e. X)) -> ((ADC)D(BDC)) = (ADB))
 
Theoremgrpnpncan 8103 Group theory analog of npncant 5424.
|- X = ran G   &   |- D = ( /g ` G)   =>   |- ((G e. Grp /\ (A e. X /\ B e. X /\ C e. X)) -> ((ADB)G(BDC)) = (ADC))
 
Theoremresgrprn 8104 The underlying set of a group operation which is a restriction of a mapping. (Contributed by Paul Chapman, 25-Mar-2008.)
|- H = (G |` (Y X. Y))   =>   |- ((dom G = (X X. X) /\ H e. Grp /\ Y (_ X) -> Y = ran H)
 
Theoremgrplactfval 8105 The left group action of element A of group G. (Contributed by Paul Chapman, 18-Mar-2008.)
|- F = {<.g, h>. | (g e. X /\ h = {<.a, b>. | (a e. X /\ b = (gGa))})}   &   |- X = ran G   =>   |- ((G e. Grp /\ A e. X) -> (F` A) = {<.a, b>. | (a e. X /\ b = (AGa))})
 
Theoremgrplactval 8106 The value of the left group action of element A of group G at B. (Contributed by Paul Chapman, 18-Mar-2008.)
|- F = {<.g, h>. | (g e. X /\ h = {<.a, b>. | (a e. X /\ b = (gGa))})}   &   |- X = ran G   =>   |- ((G e. Grp /\ A e. X /\ B e. X) -> ((F` A)` B) = (AGB))
 
Theoremgrplactf1o 8107 The left group action of element A of group G maps the underlying set X of G one-to-one onto itself. (Contributed by Paul Chapman, 18-Mar-2008.)
|- F = {<.g, h>. | (g e. X /\ h = {<.a, b>. | (a e. X /\ b = (gGa))})}   &   |- X = ran G   =>   |- ((G e. Grp /\ A e. X) -> (F` A):X-1-1-onto->X)
 
Definition and basic properties of Abelian groups
 
Syntaxcabl 8108 Extend class notation with the class of all Abelian group operations.
class Abel
 
Definitiondf-abl 8109 Define the class of all Abelian group operations.
|- Abel = {g e. Grp | A.x e. ran gA.y e. ran g(xgy) = (ygx)}
 
Theoremisabl 8110 The predicate "is an Abelian (commutative) group operation."
|- X = ran G   =>   |- (G e. Abel <-> (G e. Grp /\ A.x e. X A.y e. X (xGy) = (yGx)))
 
Theoremablgrp 8111 An Abelian group operation is a group operation.
|- (G e. Abel -> G e. Grp)
 
Theoremablcom 8112 An Abelian group operation is commutative.
|- X = ran G   =>   |- ((G e. Abel /\ A e. X /\ B e. X) -> (AGB) = (BGA))
 
Theoremabl23 8113 Commutative/associative law for Abelian groups.
|- X = ran G   =>   |- ((G e. Abel /\ (A e. X /\ B e. X /\ C e. X)) -> ((AGB)GC) = ((AGC)GB))
 
Theoremabl4 8114 Commutative/associative law for Abelian groups.
|- X = ran G   =>   |- ((G e. Abel /\ (A e. X /\ B e. X) /\ (C e. X /\ D e. X)) -> ((AGB)G(CGD)) = ((AGC)G(BGD)))
 
Theoremisabli 8115 Properties that determine an Abelian group operation.
|- G e. Grp   &   |- dom G = (X X. X)   &   |- ((x e. X /\ y e. X) -> (xGy) = (yGx))   =>   |- G e. Abel
 
Theoremablmuldiv 8116 Law for group multiplication and division.
|- X = ran G   &   |- D = ( /g ` G)   =>   |- ((G e. Abel /\ (A e. X /\ B e. X /\ C e. X)) -> ((AGB)DC) = ((ADC)GB))
 
Theoremabldivdiv 8117 Law for double group division.
|- X = ran G   &   |- D = ( /g ` G)   =>   |- ((G e. Abel /\ (A e. X /\ B e. X /\ C e. X)) -> (AD(BDC)) = ((ADB)GC))
 
Theoremabldivdiv4 8118 Law for double group division.
|- X = ran G   &   |- D = ( /g ` G)   =>   |- ((G e. Abel /\ (A e. X /\ B e. X /\ C e. X)) -> ((ADB)DC) = (AD(BGC)))
 
Theoremabldiv23 8119 Swap the second and third terms in a double division.
|- X = ran G   &   |- D = ( /g ` G)   =>   |- ((G e. Abel /\ (A e. X /\ B e. X /\ C e. X)) -> ((ADB)DC) = ((ADC)DB))
 
Theoremablnnncan 8120 Group theory analog of nnncant 5490.
|- X = ran G   &   |- D = ( /g ` G)   =>   |- ((G e. Abel /\ (A e. X /\ B e. X /\ C e. X)) -> ((AD(BDC))DC) = (ADB))
 
Theoremablnncan 8121 Group theory analog of nncant 5493.
|- X = ran G   &   |- D = ( /g ` G)   =>   |- ((G e. Abel /\ A e. X /\ B e. X) -> (AD(ADB)) = B)
 
Theoremablnnncan1 8122 Group theory analog of nnncan1t 5491.
|- X = ran G   &   |- D = ( /g ` G)   =>   |- ((G e. Abel /\ (A e. X /\ B e. X /\ C e. X)) -> ((ADB)D(ADC)) = (CDB))
 
Subgroups
 
Syntaxcsubg 8123 Extend class notation to include the class of subgroups.
class SubGrp
 
Definitiondf-subg 8124 Define the set of subgroups of g.
|- SubGrp = {<.g, s>. | (g e. Grp /\ s = {h e. Grp | h (_ g})}
 
Theoremissubg 8125 The predicate "is a subgroup of G." (Contributed by Paul Chapman, 3-Mar-2008.)
|- (H e. (SubGrp` G) <-> (G e. Grp /\ H e. Grp /\ H (_ G))
 
Theoremsubgres 8126 A subgroup operation is the restriction of its parent group operation to its underlying set. (Contributed by Paul Chapman, 3-Mar-2008.)
|- W = ran H   =>   |- (H e. (SubGrp` G) -> H = (G |` (W X. W)))
 
Theoremsubgopr 8127 The result of a subgroup operation is the same as the result of its parent operation. (Contributed by Paul Chapman, 3-Mar-2008.)
|- W = ran H   =>   |- (H e. (SubGrp` G) -> ((A e. W /\ B e. W) -> (AHB) = (AGB)))
 
Theoremsubgrnss 8128 The underlying set of a subgroup is a subset of its parent group's underlying set. (Contributed by Paul Chapman, 3-Mar-2008.)
|- X = ran G   &   |- W = ran H   =>   |- (H e. (SubGrp` G) -> W (_ X)
 
Theoremsubgid 8129 The identity element of a subgroup is the same as its parent's. (Contributed by Paul Chapman, 3-Mar-2008.)
|- U = (Id` G)   &   |- T = (Id`
 H)   =>   |- (H e. (SubGrp` G) -> T = U)
 
Theoremissubgilem 8130 Lemma for issubgi 8131.
 
Theoremissubgi 8131 Properties that determine a subgroup. (Contributed by Paul Chapman, 25-Feb-2008.)
|- G e. Grp   &   |- X = ran G   &   |- U = (Id` G)   &   |- N = (inv` G)   &   |- Y (_ X   &   |- H = (G |` (Y X. Y))   &   |- ((x e. Y /\ y e. Y) -> (xGy) e. Y)   &   |- U e. Y   &   |- (x e. Y -> (N` x) e. Y)   =>   |- H e. (SubGrp` G)
 
Theoremsubgabl 8132 A subgroup of an Abelian group is Abelian. (Contributed by Paul Chapman, 25-Apr-2008.)
|- ((G e. Abel /\ H e. (SubGrp` G)) -> H e. Abel)
 
Examples of groups
 
Theoremgrpsn 8133 The group operation for the singleton group.
|- A e. V   =>   |- {<.<.A, A>., A>.} e. Grp
 
Examples of Abelian groups
 
Theoremablsn 8134 The Abelian group operation for the singleton group.
|- A e. V   =>   |- {<.<.A, A>., A>.} e. Abel
 
Theoremcnaddabl 8135 Complex number addition is an Abelian group operation.
|- + e. Abel
 
Theoremcnid 8136 The group identity element of complex number addition is zero. (Contributed by Steve Rodriguez, 3-Dec-2006.)
|- 0 = (Id` + )
 
Theoremaddinv 8137 Value of the group inverse of complex number addition. (Contributed by Steve Rodriguez, 3-Dec-2006.)
|- (A e. CC -> ((inv` + )` A) = -uA)
 
Theoremreaddsubg 8138 The real numbers under addition comprise a subgroup of the complex numbers under addition. (Contributed by Paul Chapman, 25-Apr-2008.)
|- ( + |` (RR X. RR)) e. (SubGrp` + )
 
Theoremzaddsubg 8139 The integers under addition comprise a subgroup of the complex numbers under addition. (Contributed by Paul Chapman, 25-Apr-2008.)
|- ( + |` (ZZ X. ZZ)) e. (SubGrp` + )
 
Theoremablmul 8140 Nonzero complex number multiplication is an Abelian group operation. (Contributed by Steve Rodriguez, 12-Feb-2007.)
|- ( x. |` ((CC \ {0}) X. (CC \ {0}))) e. Abel
 
Theoremmulid 8141 The group identity element of nonzero complex number multiplication is one. (Contributed by Steve Rodriguez, 23-Feb-2007.)
|- (Id` ( x. |` ((CC \ {0}) X. (CC \ {0})))) = 1
 
Group homomorphism
 
Theoremghgrpilem1 8142 Lemma for ghgrpi 8146.
 
Theoremghgrpilem2 8143 Lemma for ghgrpi 8146.
 
Theoremghgrpilem3 8144 Lemma for ghgrpi 8146.
 
Theoremghgrpilem4 8145 Lemma for ghgrpi 8146.
 
Theoremghgrpi 8146 The image of a group G under a group homomorphism F is a group, and furthermore is Abelian if G is Abelian. This is a stronger result than that usually found in the literature, since the target of the homomorphism (operator O in our model) need not have any of the properties of a group as a prerequisite. (Contributed by Paul Chapman, 25-Apr-2008.)
|- G e. Grp   &   |- X = ran G   &   |- F:X-onto->Y   &   |- Y (_ A   &   |- O Fn (A X. A)   &   |- ((x e. X /\ y e. X) -> (F` (xGy)) = ((F` x)O(F` y)))   &   |- H = (O |` (Y X. Y))   =>   |- (H e. Grp