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-10781

Color key:    Metamath Proof Explorer  Metamath Proof Explorer
(1-8787)
  Hilbert Space Explorer  Hilbert Space Explorer
(8788-10368)
  User Sandboxes  User Sandboxes
(10369-10781)
 

Statement List for Metamath Proof Explorer - 8101-8200 - Page 82 of 108
TypeLabelDescription
Statement
 
Theoremisabl 8101 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 8102 An Abelian group operation is a group operation.
|- (G e. Abel -> G e. Grp)
 
Theoremablcom 8103 An Abelian group operation is commutative.
|- X = ran G   =>   |- ((G e. Abel /\ A e. X /\ B e. X) -> (AGB) = (BGA))
 
Theoremabl23 8104 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 8105 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 8106 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 8107 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 8108 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 8109 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 8110 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 8111 Group theory analog of nnncant 5466.
|- X = ran G   &   |- D = ( /g ` G)   =>   |- ((G e. Abel /\ (A e. X /\ B e. X /\ C e. X)) -> ((AD(BDC))DC) = (ADB))
 
Theoremablnncan 8112 Group theory analog of nncant 5469.
|- X = ran G   &   |- D = ( /g ` G)   =>   |- ((G e. Abel /\ A e. X /\ B e. X) -> (AD(ADB)) = B)
 
Theoremablnnncan1 8113 Group theory analog of nnncan1t 5467.
|- X = ran G   &   |- D = ( /g ` G)   =>   |- ((G e. Abel /\ (A e. X /\ B e. X /\ C e. X)) -> ((ADB)D(ADC)) = (CDB))
 
Subgroups
 
Syntaxcsubg 8114 Extend class notation to include the class of subgroups.
class SubGrp
 
Definitiondf-subg 8115 Define the set of subgroups of g.
|- SubGrp = {<.g, s>. | (g e. Grp /\ s = {h e. Grp | h (_ g})}
 
Theoremissubg 8116 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 8117 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 8118 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 8119 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 8120 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 8121 Lemma for issubgi 8122.
 
Theoremissubgi 8122 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 8123 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 8124 The group operation for the singleton group.
|- A e. V   =>   |- {<.<.A, A>., A>.} e. Grp
 
Examples of Abelian groups
 
Theoremablsn 8125 The Abelian group operation for the singleton group.
|- A e. V   =>   |- {<.<.A, A>., A>.} e. Abel
 
Theoremcnaddabl 8126 Complex number addition is an Abelian group operation.
|- + e. Abel
 
Theoremcnid 8127 The group identity element of complex number addition is zero. (Contributed by Steve Rodriguez, 3-Dec-2006.)
|- 0 = (Id` + )
 
Theoremaddinv 8128 Value of the group inverse of complex number addition. (Contributed by Steve Rodriguez, 3-Dec-2006.)
|- (A e. CC -> ((inv` + )` A) = -uA)
 
Theoremreaddsubg 8129 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 8130 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 8131 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 8132 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 8133 Lemma for ghgrpi 8137.
 
Theoremghgrpilem2 8134 Lemma for ghgrpi 8137.
 
Theoremghgrpilem3 8135 Lemma for ghgrpi 8137.
 
Theoremghgrpilem4 8136 Lemma for ghgrpi 8137.
 
Theoremghgrpi 8137 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 /\ (G e. Abel -> H e. Abel))
 
Theoremghsubgi 8138 The image of a subgroup S of group G under a group homomorphism F on G is a group, and furthermore is Abelian if S is Abelian. (Contributed by Paul Chapman, 25-Apr-2008.)
|- S e. (SubGrp` G)   &   |- X = ran G   &   |- F:X-->Y   &   |- Y (_ A   &   |- O Fn (A X. A)   &   |- ((x e. X /\ y e. X) -> (F` (xGy)) = ((F` x)O(F` y)))   &   |- Z = ran S   &   |- W = (F"Z)   &   |- H = (O |` (W X. W))   =>   |- (H e. Grp /\ (S e. Abel -> H e. Abel))
 
Ring theory
 
Definition and basic properties
 
Syntaxcring 8139 Extend class notation with the class of all unital rings.
class Ring
 
Definitiondf-ring 8140 Define the class of all unital rings.
|- Ring = {<.g, h>. | ((g e. Abel /\ h:(ran g X. ran g)-->ran g) /\ (A.x e. ran gA.y e. ran gA.z e. ran g(((xhy)hz) = (xh(yhz)) /\ (xh(ygz)) = ((xhy)g(xhz)) /\ ((xgy)hz) = ((xhz)g(yhz))) /\ E.x e. ran gA.y e. ran g((yhx) = y /\ (xhy) = y)))}
 
Theoremisring 8141 The predicate "is a (unital) ring." Definition of ring with unit in [Schechter] p. 187. (Contributed by Jeffrey Hankins, 21-Nov-2006.)
|- X = ran G   =>   |- (H e. A -> (<.G, H>. e. Ring <-> ((G e. Abel /\ H:(X X. X)-->X) /\ (A.x e. X A.y e. X A.z e. X (((xHy)Hz) = (xH(yHz)) /\ (xH(yGz)) = ((xHy)G(xHz)) /\ ((xGy)Hz) = ((xHz)G(yHz))) /\ E.x e. X A.y e. X ((yHx) = y /\ (xHy) = y)))))
 
Theoremringi 8142 The properties of a unital ring. (Contributed by Steve Rodriguez, 8-Sep-2007.)
|- G = (1st`
 R)   &   |- H = (2nd` R)   &   |- X = ran G   =>   |- (R e. Ring -> ((G e. Abel /\ H:(X X. X)-->X) /\ (A.x e. X A.y e. X A.z e. X (((xHy)Hz) = (xH(yHz)) /\ (xH(yG