HomeHome Intuitionistic Logic Explorer
Theorem List (p. 142 of 174)
< Previous  Next >
Browser slow? Try the
Unicode version.

Mirrors  >  Metamath Home Page  >  ILE Home Page  >  Theorem List Contents  >  Recent Proofs       This page: Page List

Theorem List for Intuitionistic Logic Explorer - 14101-14200   *Has distinct variable group(s)
TypeLabelDescription
Statement
 
Theoremghmgrp1 14101 A group homomorphism is only defined when the domain is a group. (Contributed by Stefan O'Rear, 31-Dec-2014.)
 |-  ( F  e.  ( S  GrpHom  T )  ->  S  e.  Grp )
 
Theoremghmgrp2 14102 A group homomorphism is only defined when the codomain is a group. (Contributed by Stefan O'Rear, 31-Dec-2014.)
 |-  ( F  e.  ( S  GrpHom  T )  ->  T  e.  Grp )
 
Theoremghmf 14103 A group homomorphism is a function. (Contributed by Stefan O'Rear, 31-Dec-2014.)
 |-  X  =  ( Base `  S )   &    |-  Y  =  (
 Base `  T )   =>    |-  ( F  e.  ( S  GrpHom  T ) 
 ->  F : X --> Y )
 
Theoremghmlin 14104 A homomorphism of groups is linear. (Contributed by Stefan O'Rear, 31-Dec-2014.)
 |-  X  =  ( Base `  S )   &    |-  .+  =  ( +g  `  S )   &    |-  .+^  =  (
 +g  `  T )   =>    |-  (
 ( F  e.  ( S  GrpHom  T )  /\  U  e.  X  /\  V  e.  X )  ->  ( F `  ( U  .+  V ) )  =  ( ( F `
  U )  .+^  ( F `  V ) ) )
 
Theoremghmid 14105 A homomorphism of groups preserves the identity. (Contributed by Stefan O'Rear, 31-Dec-2014.)
 |-  Y  =  ( 0g
 `  S )   &    |-  .0.  =  ( 0g `  T )   =>    |-  ( F  e.  ( S  GrpHom  T )  ->  ( F `  Y )  =  .0.  )
 
Theoremghminv 14106 A homomorphism of groups preserves inverses. (Contributed by Stefan O'Rear, 31-Dec-2014.)
 |-  B  =  ( Base `  S )   &    |-  M  =  ( invg `  S )   &    |-  N  =  ( invg `  T )   =>    |-  ( ( F  e.  ( S  GrpHom  T ) 
 /\  X  e.  B )  ->  ( F `  ( M `  X ) )  =  ( N `
  ( F `  X ) ) )
 
Theoremghmsub 14107 Linearity of subtraction through a group homomorphism. (Contributed by Stefan O'Rear, 31-Dec-2014.)
 |-  B  =  ( Base `  S )   &    |-  .-  =  ( -g `  S )   &    |-  N  =  ( -g `  T )   =>    |-  ( ( F  e.  ( S  GrpHom  T ) 
 /\  U  e.  B  /\  V  e.  B ) 
 ->  ( F `  ( U  .-  V ) )  =  ( ( F `
  U ) N ( F `  V ) ) )
 
Theoremisghmd 14108* Deduction for a group homomorphism. (Contributed by Stefan O'Rear, 4-Feb-2015.)
 |-  X  =  ( Base `  S )   &    |-  Y  =  (
 Base `  T )   &    |-  .+  =  ( +g  `  S )   &    |-  .+^  =  (
 +g  `  T )   &    |-  ( ph  ->  S  e.  Grp )   &    |-  ( ph  ->  T  e.  Grp )   &    |-  ( ph  ->  F : X --> Y )   &    |-  ( ( ph  /\  ( x  e.  X  /\  y  e.  X )
 )  ->  ( F `  ( x  .+  y
 ) )  =  ( ( F `  x )  .+^  ( F `  y ) ) )   =>    |-  ( ph  ->  F  e.  ( S  GrpHom  T ) )
 
Theoremghmmhm 14109 A group homomorphism is a monoid homomorphism. (Contributed by Stefan O'Rear, 7-Mar-2015.)
 |-  ( F  e.  ( S  GrpHom  T )  ->  F  e.  ( S MndHom  T ) )
 
Theoremghmmhmb 14110 Group homomorphisms and monoid homomorphisms coincide. (Thus,  GrpHom is somewhat redundant, although its stronger reverse closure properties are sometimes useful.) (Contributed by Stefan O'Rear, 7-Mar-2015.)
 |-  ( ( S  e.  Grp  /\  T  e.  Grp )  ->  ( S  GrpHom  T )  =  ( S MndHom  T ) )
 
Theoremghmex 14111 The set of group homomorphisms exists. (Contributed by Jim Kingdon, 15-May-2025.)
 |-  ( ( S  e.  Grp  /\  T  e.  Grp )  ->  ( S  GrpHom  T )  e.  _V )
 
Theoremghmmulg 14112 A group homomorphism preserves group multiples. (Contributed by Mario Carneiro, 14-Jun-2015.)
 |-  B  =  ( Base `  G )   &    |-  .x.  =  (.g `  G )   &    |-  .X.  =  (.g `  H )   =>    |-  ( ( F  e.  ( G  GrpHom  H ) 
 /\  N  e.  ZZ  /\  X  e.  B ) 
 ->  ( F `  ( N  .x.  X ) )  =  ( N  .X.  ( F `  X ) ) )
 
Theoremghmrn 14113 The range of a homomorphism is a subgroup. (Contributed by Stefan O'Rear, 31-Dec-2014.)
 |-  ( F  e.  ( S  GrpHom  T )  ->  ran  F  e.  (SubGrp `  T ) )
 
Theorem0ghm 14114 The constant zero linear function between two groups. (Contributed by Stefan O'Rear, 5-Sep-2015.)
 |- 
 .0.  =  ( 0g `  N )   &    |-  B  =  (
 Base `  M )   =>    |-  ( ( M  e.  Grp  /\  N  e.  Grp )  ->  ( B  X.  {  .0.  } )  e.  ( M  GrpHom  N ) )
 
Theoremidghm 14115 The identity homomorphism on a group. (Contributed by Stefan O'Rear, 31-Dec-2014.)
 |-  B  =  ( Base `  G )   =>    |-  ( G  e.  Grp  ->  (  _I  |`  B )  e.  ( G  GrpHom  G ) )
 
Theoremresghm 14116 Restriction of a homomorphism to a subgroup. (Contributed by Stefan O'Rear, 31-Dec-2014.)
 |-  U  =  ( S ↾s  X )   =>    |-  ( ( F  e.  ( S  GrpHom  T ) 
 /\  X  e.  (SubGrp `  S ) )  ->  ( F  |`  X )  e.  ( U  GrpHom  T ) )
 
Theoremresghm2 14117 One direction of resghm2b 14118. (Contributed by Mario Carneiro, 13-Jan-2015.) (Revised by Mario Carneiro, 18-Jun-2015.)
 |-  U  =  ( T ↾s  X )   =>    |-  ( ( F  e.  ( S  GrpHom  U ) 
 /\  X  e.  (SubGrp `  T ) )  ->  F  e.  ( S  GrpHom  T ) )
 
Theoremresghm2b 14118 Restriction of the codomain of a homomorphism. (Contributed by Mario Carneiro, 13-Jan-2015.) (Revised by Mario Carneiro, 18-Jun-2015.)
 |-  U  =  ( T ↾s  X )   =>    |-  ( ( X  e.  (SubGrp `  T )  /\  ran 
 F  C_  X )  ->  ( F  e.  ( S  GrpHom  T )  <->  F  e.  ( S  GrpHom  U ) ) )
 
Theoremghmghmrn 14119 A group homomorphism from  G to  H is also a group homomorphism from  G to its image in  H. (Contributed by Paul Chapman, 3-Mar-2008.) (Revised by AV, 26-Aug-2021.)
 |-  U  =  ( T ↾s  ran 
 F )   =>    |-  ( F  e.  ( S  GrpHom  T )  ->  F  e.  ( S  GrpHom  U ) )
 
Theoremghmco 14120 The composition of group homomorphisms is a homomorphism. (Contributed by Mario Carneiro, 12-Jun-2015.)
 |-  ( ( F  e.  ( T  GrpHom  U ) 
 /\  G  e.  ( S  GrpHom  T ) ) 
 ->  ( F  o.  G )  e.  ( S  GrpHom  U ) )
 
Theoremghmima 14121 The image of a subgroup under a homomorphism. (Contributed by Stefan O'Rear, 31-Dec-2014.)
 |-  ( ( F  e.  ( S  GrpHom  T ) 
 /\  U  e.  (SubGrp `  S ) )  ->  ( F " U )  e.  (SubGrp `  T ) )
 
Theoremghmpreima 14122 The inverse image of a subgroup under a homomorphism. (Contributed by Stefan O'Rear, 31-Dec-2014.)
 |-  ( ( F  e.  ( S  GrpHom  T ) 
 /\  V  e.  (SubGrp `  T ) )  ->  ( `' F " V )  e.  (SubGrp `  S ) )
 
Theoremghmeql 14123 The equalizer of two group homomorphisms is a subgroup. (Contributed by Stefan O'Rear, 7-Mar-2015.) (Revised by Mario Carneiro, 6-May-2015.)
 |-  ( ( F  e.  ( S  GrpHom  T ) 
 /\  G  e.  ( S  GrpHom  T ) ) 
 ->  dom  ( F  i^i  G )  e.  (SubGrp `  S ) )
 
Theoremghmnsgima 14124 The image of a normal subgroup under a surjective homomorphism is normal. (Contributed by Mario Carneiro, 4-Feb-2015.)
 |-  Y  =  ( Base `  T )   =>    |-  ( ( F  e.  ( S  GrpHom  T ) 
 /\  U  e.  (NrmSGrp `  S )  /\  ran  F  =  Y )  ->  ( F " U )  e.  (NrmSGrp `  T ) )
 
Theoremghmnsgpreima 14125 The inverse image of a normal subgroup under a homomorphism is normal. (Contributed by Mario Carneiro, 4-Feb-2015.)
 |-  ( ( F  e.  ( S  GrpHom  T ) 
 /\  V  e.  (NrmSGrp `  T ) )  ->  ( `' F " V )  e.  (NrmSGrp `  S ) )
 
Theoremghmker 14126 The kernel of a homomorphism is a normal subgroup. (Contributed by Mario Carneiro, 4-Feb-2015.)
 |- 
 .0.  =  ( 0g `  T )   =>    |-  ( F  e.  ( S  GrpHom  T )  ->  ( `' F " {  .0.  } )  e.  (NrmSGrp `  S ) )
 
Theoremghmeqker 14127 Two source points map to the same destination point under a group homomorphism iff their difference belongs to the kernel. (Contributed by Stefan O'Rear, 31-Dec-2014.)
 |-  B  =  ( Base `  S )   &    |-  .0.  =  ( 0g `  T )   &    |-  K  =  ( `' F " {  .0.  }
 )   &    |-  .-  =  ( -g `  S )   =>    |-  ( ( F  e.  ( S  GrpHom  T ) 
 /\  U  e.  B  /\  V  e.  B ) 
 ->  ( ( F `  U )  =  ( F `  V )  <->  ( U  .-  V )  e.  K ) )
 
Theoremf1ghm0to0 14128 If a group homomorphism  F is injective, it maps the zero of one group (and only the zero) to the zero of the other group. (Contributed by AV, 24-Oct-2019.) (Revised by Thierry Arnoux, 13-May-2023.)
 |-  A  =  ( Base `  R )   &    |-  B  =  (
 Base `  S )   &    |-  N  =  ( 0g `  R )   &    |- 
 .0.  =  ( 0g `  S )   =>    |-  ( ( F  e.  ( R  GrpHom  S ) 
 /\  F : A -1-1-> B 
 /\  X  e.  A )  ->  ( ( F `
  X )  =  .0.  <->  X  =  N ) )
 
Theoremghmf1 14129* Two ways of saying a group homomorphism is 1-1 into its codomain. (Contributed by Paul Chapman, 3-Mar-2008.) (Revised by Mario Carneiro, 13-Jan-2015.) (Proof shortened by AV, 4-Apr-2025.)
 |-  A  =  ( Base `  R )   &    |-  B  =  (
 Base `  S )   &    |-  N  =  ( 0g `  R )   &    |- 
 .0.  =  ( 0g `  S )   =>    |-  ( F  e.  ( R  GrpHom  S )  ->  ( F : A -1-1-> B  <->  A. x  e.  A  ( ( F `  x )  =  .0.  ->  x  =  N ) ) )
 
Theoremkerf1ghm 14130 A group homomorphism  F is injective if and only if its kernel is the singleton  { N }. (Contributed by Thierry Arnoux, 27-Oct-2017.) (Proof shortened by AV, 24-Oct-2019.) (Revised by Thierry Arnoux, 13-May-2023.)
 |-  A  =  ( Base `  R )   &    |-  B  =  (
 Base `  S )   &    |-  N  =  ( 0g `  R )   &    |- 
 .0.  =  ( 0g `  S )   =>    |-  ( F  e.  ( R  GrpHom  S )  ->  ( F : A -1-1-> B  <->  ( `' F " {  .0.  } )  =  { N } ) )
 
Theoremghmf1o 14131 A bijective group homomorphism is an isomorphism. (Contributed by Mario Carneiro, 13-Jan-2015.)
 |-  X  =  ( Base `  S )   &    |-  Y  =  (
 Base `  T )   =>    |-  ( F  e.  ( S  GrpHom  T ) 
 ->  ( F : X -1-1-onto-> Y  <->  `' F  e.  ( T 
 GrpHom  S ) ) )
 
Theoremconjghm 14132* Conjugation is an automorphism of the group. (Contributed by Mario Carneiro, 13-Jan-2015.)
 |-  X  =  ( Base `  G )   &    |-  .+  =  ( +g  `  G )   &    |-  .-  =  ( -g `  G )   &    |-  F  =  ( x  e.  X  |->  ( ( A 
 .+  x )  .-  A ) )   =>    |-  ( ( G  e.  Grp  /\  A  e.  X )  ->  ( F  e.  ( G  GrpHom  G )  /\  F : X
 -1-1-onto-> X ) )
 
Theoremconjsubg 14133* A conjugated subgroup is also a subgroup. (Contributed by Mario Carneiro, 13-Jan-2015.)
 |-  X  =  ( Base `  G )   &    |-  .+  =  ( +g  `  G )   &    |-  .-  =  ( -g `  G )   &    |-  F  =  ( x  e.  S  |->  ( ( A 
 .+  x )  .-  A ) )   =>    |-  ( ( S  e.  (SubGrp `  G )  /\  A  e.  X )  ->  ran  F  e.  (SubGrp `  G ) )
 
Theoremconjsubgen 14134* A conjugated subgroup is equinumerous to the original subgroup. (Contributed by Mario Carneiro, 18-Jan-2015.)
 |-  X  =  ( Base `  G )   &    |-  .+  =  ( +g  `  G )   &    |-  .-  =  ( -g `  G )   &    |-  F  =  ( x  e.  S  |->  ( ( A 
 .+  x )  .-  A ) )   =>    |-  ( ( S  e.  (SubGrp `  G )  /\  A  e.  X )  ->  S  ~~  ran  F )
 
Theoremconjnmz 14135* A subgroup is unchanged under conjugation by an element of its normalizer. (Contributed by Mario Carneiro, 18-Jan-2015.)
 |-  X  =  ( Base `  G )   &    |-  .+  =  ( +g  `  G )   &    |-  .-  =  ( -g `  G )   &    |-  F  =  ( x  e.  S  |->  ( ( A 
 .+  x )  .-  A ) )   &    |-  N  =  { y  e.  X  |  A. z  e.  X  ( ( y  .+  z )  e.  S  <->  ( z  .+  y )  e.  S ) }   =>    |-  (
 ( S  e.  (SubGrp `  G )  /\  A  e.  N )  ->  S  =  ran  F )
 
Theoremconjnmzb 14136* Alternative condition for elementhood in the normalizer. (Contributed by Mario Carneiro, 18-Jan-2015.)
 |-  X  =  ( Base `  G )   &    |-  .+  =  ( +g  `  G )   &    |-  .-  =  ( -g `  G )   &    |-  F  =  ( x  e.  S  |->  ( ( A 
 .+  x )  .-  A ) )   &    |-  N  =  { y  e.  X  |  A. z  e.  X  ( ( y  .+  z )  e.  S  <->  ( z  .+  y )  e.  S ) }   =>    |-  ( S  e.  (SubGrp `  G )  ->  ( A  e.  N 
 <->  ( A  e.  X  /\  S  =  ran  F ) ) )
 
Theoremconjnsg 14137* A normal subgroup is unchanged under conjugation. (Contributed by Mario Carneiro, 18-Jan-2015.)
 |-  X  =  ( Base `  G )   &    |-  .+  =  ( +g  `  G )   &    |-  .-  =  ( -g `  G )   &    |-  F  =  ( x  e.  S  |->  ( ( A 
 .+  x )  .-  A ) )   =>    |-  ( ( S  e.  (NrmSGrp `  G )  /\  A  e.  X )  ->  S  =  ran  F )
 
Theoremqusghm 14138* If  Y is a normal subgroup of  G, then the "natural map" from elements to their cosets is a group homomorphism from  G to  G  /  Y. (Contributed by Mario Carneiro, 14-Jun-2015.) (Revised by Mario Carneiro, 18-Sep-2015.)
 |-  X  =  ( Base `  G )   &    |-  H  =  ( G  /.s  ( G ~QG  Y ) )   &    |-  F  =  ( x  e.  X  |->  [ x ] ( G ~QG  Y ) )   =>    |-  ( Y  e.  (NrmSGrp `  G )  ->  F  e.  ( G  GrpHom  H ) )
 
Theoremghmpropd 14139* Group homomorphism depends only on the group attributes of structures. (Contributed by Mario Carneiro, 12-Jun-2015.)
 |-  ( ph  ->  B  =  ( Base `  J )
 )   &    |-  ( ph  ->  C  =  ( Base `  K )
 )   &    |-  ( ph  ->  B  =  ( Base `  L )
 )   &    |-  ( ph  ->  C  =  ( Base `  M )
 )   &    |-  ( ( ph  /\  ( x  e.  B  /\  y  e.  B )
 )  ->  ( x ( +g  `  J )
 y )  =  ( x ( +g  `  L ) y ) )   &    |-  ( ( ph  /\  ( x  e.  C  /\  y  e.  C )
 )  ->  ( x ( +g  `  K )
 y )  =  ( x ( +g  `  M ) y ) )   =>    |-  ( ph  ->  ( J  GrpHom  K )  =  ( L  GrpHom  M ) )
 
7.2.5  Centralizers and centers
 
Syntaxccntz 14140 Syntax for the centralizer of a set in a monoid.
 class Cntz
 
Syntaxccntr 14141 Syntax for the centralizer of a monoid.
 class Cntr
 
Definitiondf-cntz 14142* Define the centralizer of a subset of a magma, which is the set of elements each of which commutes with each element of the given subset. (Contributed by Stefan O'Rear, 5-Sep-2015.)
 |- Cntz  =  ( m  e.  _V  |->  ( s  e.  ~P ( Base `  m )  |->  { x  e.  ( Base `  m )  | 
 A. y  e.  s  ( x ( +g  `  m ) y )  =  ( y ( +g  `  m ) x ) } ) )
 
Definitiondf-cntr 14143 Define the center of a magma, which is the elements that commute with all others. (Contributed by Stefan O'Rear, 5-Sep-2015.)
 |- Cntr  =  ( m  e.  _V  |->  ( (Cntz `  m ) `  ( Base `  m )
 ) )
 
Theoremcntzex 14144 Set existence of the centralizer. (Contributed by Jim Kingdon, 15-Sep-2026.)
 |-  Z  =  (Cntz `  M )   =>    |-  ( M  e.  V  ->  Z  e.  _V )
 
Theoremcntrval 14145 Substitute definition of the center. (Contributed by Stefan O'Rear, 5-Sep-2015.)
 |-  B  =  ( Base `  M )   &    |-  Z  =  (Cntz `  M )   =>    |-  ( Z `  B )  =  (Cntr `  M )
 
Theoremcntzfval 14146* First level substitution for a centralizer. (Contributed by Stefan O'Rear, 5-Sep-2015.)
 |-  B  =  ( Base `  M )   &    |-  .+  =  ( +g  `  M )   &    |-  Z  =  (Cntz `  M )   =>    |-  ( M  e.  V  ->  Z  =  ( s  e. 
 ~P B  |->  { x  e.  B  |  A. y  e.  s  ( x  .+  y )  =  ( y  .+  x ) } ) )
 
Theoremcntzval 14147* Definition substitution for a centralizer. (Contributed by Stefan O'Rear, 5-Sep-2015.)
 |-  B  =  ( Base `  M )   &    |-  .+  =  ( +g  `  M )   &    |-  Z  =  (Cntz `  M )   =>    |-  ( S  C_  B  ->  ( Z `  S )  =  { x  e.  B  |  A. y  e.  S  ( x  .+  y )  =  ( y  .+  x ) } )
 
Theoremelcntz 14148* Elementhood in the centralizer. (Contributed by Mario Carneiro, 22-Sep-2015.)
 |-  B  =  ( Base `  M )   &    |-  .+  =  ( +g  `  M )   &    |-  Z  =  (Cntz `  M )   =>    |-  ( S  C_  B  ->  ( A  e.  ( Z `  S )  <->  ( A  e.  B  /\  A. y  e.  S  ( A  .+  y )  =  (
 y  .+  A )
 ) ) )
 
Theoremcntzel 14149* Membership in a centralizer. (Contributed by Stefan O'Rear, 6-Sep-2015.)
 |-  B  =  ( Base `  M )   &    |-  .+  =  ( +g  `  M )   &    |-  Z  =  (Cntz `  M )   =>    |-  (
 ( S  C_  B  /\  X  e.  B ) 
 ->  ( X  e.  ( Z `  S )  <->  A. y  e.  S  ( X  .+  y )  =  ( y  .+  X ) ) )
 
Theoremcntzsnval 14150* Special substitution for the centralizer of a singleton. (Contributed by Stefan O'Rear, 5-Sep-2015.)
 |-  B  =  ( Base `  M )   &    |-  .+  =  ( +g  `  M )   &    |-  Z  =  (Cntz `  M )   =>    |-  ( Y  e.  B  ->  ( Z `  { Y } )  =  { x  e.  B  |  ( x  .+  Y )  =  ( Y  .+  x ) } )
 
Theoremelcntzsn 14151 Value of the centralizer of a singleton. (Contributed by Mario Carneiro, 25-Apr-2016.)
 |-  B  =  ( Base `  M )   &    |-  .+  =  ( +g  `  M )   &    |-  Z  =  (Cntz `  M )   =>    |-  ( Y  e.  B  ->  ( X  e.  ( Z `
  { Y }
 ) 
 <->  ( X  e.  B  /\  ( X  .+  Y )  =  ( Y  .+  X ) ) ) )
 
Theoremsscntz 14152* A centralizer expression for two sets elementwise commuting. (Contributed by Stefan O'Rear, 5-Sep-2015.)
 |-  B  =  ( Base `  M )   &    |-  .+  =  ( +g  `  M )   &    |-  Z  =  (Cntz `  M )   =>    |-  (
 ( S  C_  B  /\  T  C_  B )  ->  ( S  C_  ( Z `  T )  <->  A. x  e.  S  A. y  e.  T  ( x  .+  y )  =  ( y  .+  x ) ) )
 
Theoremcntzrcl 14153 Reverse closure for elements of the centralizer. (Contributed by Stefan O'Rear, 6-Sep-2015.)
 |-  B  =  ( Base `  M )   &    |-  Z  =  (Cntz `  M )   =>    |-  ( X  e.  ( Z `  S )  ->  ( M  e.  _V  /\  S  C_  B )
 )
 
Theoremcntzssv 14154 The centralizer is unconditionally a subset. (Contributed by Stefan O'Rear, 6-Sep-2015.)
 |-  B  =  ( Base `  M )   &    |-  Z  =  (Cntz `  M )   =>    |-  ( Z `  S )  C_  B
 
Theoremcntzm 14155* If the centralizer of a subset of a magma has an element, the magma is inhabited. (Contributed by Jim Kingdon, 16-Sep-2026.)
 |-  Z  =  (Cntz `  M )   =>    |-  ( X  e.  ( Z `  S )  ->  E. w  w  e.  M )
 
Theoremcntzi 14156 Membership in a centralizer (inference). (Contributed by Stefan O'Rear, 6-Sep-2015.) (Revised by Mario Carneiro, 22-Sep-2015.)
 |- 
 .+  =  ( +g  `  M )   &    |-  Z  =  (Cntz `  M )   =>    |-  ( ( X  e.  ( Z `  S ) 
 /\  Y  e.  S )  ->  ( X  .+  Y )  =  ( Y  .+  X ) )
 
Theoremelcntr 14157* Elementhood in the center of a magma. (Contributed by SN, 21-Mar-2025.)
 |-  B  =  ( Base `  M )   &    |-  .+  =  ( +g  `  M )   &    |-  Z  =  (Cntr `  M )   =>    |-  ( A  e.  Z  <->  ( A  e.  B  /\  A. y  e.  B  ( A  .+  y )  =  (
 y  .+  A )
 ) )
 
Theoremcntrss 14158 The center is a subset of the base field. (Contributed by Thierry Arnoux, 21-Aug-2023.)
 |-  B  =  ( Base `  M )   =>    |-  (Cntr `  M )  C_  B
 
Theoremcntri 14159 Defining property of the center of a magma. (Contributed by Mario Carneiro, 22-Sep-2015.)
 |-  B  =  ( Base `  M )   &    |-  .+  =  ( +g  `  M )   &    |-  Z  =  (Cntr `  M )   =>    |-  (
 ( X  e.  Z  /\  Y  e.  B ) 
 ->  ( X  .+  Y )  =  ( Y  .+  X ) )
 
Theoremresscntz 14160 Centralizer in a substructure. (Contributed by Mario Carneiro, 3-Oct-2015.)
 |-  H  =  ( G ↾s  A )   &    |-  Z  =  (Cntz `  G )   &    |-  Y  =  (Cntz `  H )   =>    |-  ( ( A  e.  V  /\  S  C_  A )  ->  ( Y `  S )  =  (
 ( Z `  S )  i^i  A ) )
 
Theoremcntzsgrpcl 14161* Centralizers are closed under the semigroup operation. (Contributed by AV, 17-Feb-2025.)
 |-  B  =  ( Base `  M )   &    |-  Z  =  (Cntz `  M )   &    |-  C  =  ( Z `  S )   =>    |-  ( ( M  e. Smgrp  /\  S  C_  B )  ->  A. y  e.  C  A. z  e.  C  ( y ( +g  `  M ) z )  e.  C )
 
Theoremcntz2ss 14162 Centralizers reverse the subset relation. (Contributed by Mario Carneiro, 3-Oct-2015.)
 |-  B  =  ( Base `  M )   &    |-  Z  =  (Cntz `  M )   =>    |-  ( ( S  C_  B  /\  T  C_  S )  ->  ( Z `  S )  C_  ( Z `
  T ) )
 
Theoremcntzrec 14163 Reciprocity relationship for centralizers. (Contributed by Stefan O'Rear, 5-Sep-2015.)
 |-  B  =  ( Base `  M )   &    |-  Z  =  (Cntz `  M )   =>    |-  ( ( S  C_  B  /\  T  C_  B )  ->  ( S  C_  ( Z `  T )  <->  T  C_  ( Z `  S ) ) )
 
Theoremcntzsubm 14164 Centralizers in a monoid are submonoids. (Contributed by Stefan O'Rear, 6-Sep-2015.) (Revised by Mario Carneiro, 19-Apr-2016.)
 |-  B  =  ( Base `  M )   &    |-  Z  =  (Cntz `  M )   =>    |-  ( ( M  e.  Mnd  /\  S  C_  B )  ->  ( Z `  S )  e.  (SubMnd `  M ) )
 
Theoremcntzsubg 14165 Centralizers in a group are subgroups. (Contributed by Stefan O'Rear, 6-Sep-2015.)
 |-  B  =  ( Base `  M )   &    |-  Z  =  (Cntz `  M )   =>    |-  ( ( M  e.  Grp  /\  S  C_  B )  ->  ( Z `  S )  e.  (SubGrp `  M ) )
 
Theoremcntzidss 14166 If the elements of  S commute, the elements of a subset 
T also commute. (Contributed by Mario Carneiro, 25-Apr-2016.)
 |-  Z  =  (Cntz `  G )   =>    |-  ( ( S  C_  ( Z `  S ) 
 /\  T  C_  S )  ->  T  C_  ( Z `  T ) )
 
Theoremcntzmhm 14167 Centralizers in a monoid are preserved by monoid homomorphisms. (Contributed by Mario Carneiro, 24-Apr-2016.)
 |-  Z  =  (Cntz `  G )   &    |-  Y  =  (Cntz `  H )   =>    |-  ( ( F  e.  ( G MndHom  H )  /\  A  e.  ( Z `  S ) )  ->  ( F `  A )  e.  ( Y `  ( F " S ) ) )
 
Theoremcntzmhm2 14168 Centralizers in a monoid are preserved by monoid homomorphisms. (Contributed by Mario Carneiro, 24-Apr-2016.)
 |-  Z  =  (Cntz `  G )   &    |-  Y  =  (Cntz `  H )   =>    |-  ( ( F  e.  ( G MndHom  H )  /\  S  C_  ( Z `  T ) )  ->  ( F " S ) 
 C_  ( Y `  ( F " T ) ) )
 
Theoremcntrsubgnsg 14169 A central subgroup is normal. (Contributed by Stefan O'Rear, 6-Sep-2015.)
 |-  Z  =  (Cntr `  M )   =>    |-  ( ( X  e.  (SubGrp `  M )  /\  X  C_  Z )  ->  X  e.  (NrmSGrp `  M ) )
 
Theoremcntrnsg 14170 The center of a group is a normal subgroup. (Contributed by Stefan O'Rear, 6-Sep-2015.)
 |-  Z  =  (Cntr `  M )   =>    |-  ( M  e.  Grp  ->  Z  e.  (NrmSGrp `  M ) )
 
7.2.6  Abelian groups
 
7.2.6.1  Definition and basic properties
 
Syntaxccmn 14171 Extend class notation with class of all commutative monoids.
 class CMnd
 
Syntaxcabl 14172 Extend class notation with class of all Abelian groups.
 class  Abel
 
Definitiondf-cmn 14173* Define class of all commutative monoids. (Contributed by Mario Carneiro, 6-Jan-2015.)
 |- CMnd  =  { g  e.  Mnd  | 
 A. a  e.  ( Base `  g ) A. b  e.  ( Base `  g ) ( a ( +g  `  g
 ) b )  =  ( b ( +g  `  g ) a ) }
 
Definitiondf-abl 14174 Define class of all Abelian groups. (Contributed by NM, 17-Oct-2011.) (Revised by Mario Carneiro, 6-Jan-2015.)
 |- 
 Abel  =  ( Grp  i^i CMnd )
 
Theoremisabl 14175 The predicate "is an Abelian (commutative) group". (Contributed by NM, 17-Oct-2011.)
 |-  ( G  e.  Abel  <->  ( G  e.  Grp  /\  G  e. CMnd ) )
 
Theoremablgrp 14176 An Abelian group is a group. (Contributed by NM, 26-Aug-2011.)
 |-  ( G  e.  Abel  ->  G  e.  Grp )
 
Theoremablgrpd 14177 An Abelian group is a group, deduction form of ablgrp 14176. (Contributed by Rohan Ridenour, 3-Aug-2023.)
 |-  ( ph  ->  G  e.  Abel )   =>    |-  ( ph  ->  G  e.  Grp )
 
Theoremablcmn 14178 An Abelian group is a commutative monoid. (Contributed by Mario Carneiro, 6-Jan-2015.)
 |-  ( G  e.  Abel  ->  G  e. CMnd )
 
Theoremablcmnd 14179 An Abelian group is a commutative monoid. (Contributed by SN, 1-Jun-2024.)
 |-  ( ph  ->  G  e.  Abel )   =>    |-  ( ph  ->  G  e. CMnd )
 
Theoremiscmn 14180* The predicate "is a commutative monoid". (Contributed by Mario Carneiro, 6-Jan-2015.)
 |-  B  =  ( Base `  G )   &    |-  .+  =  ( +g  `  G )   =>    |-  ( G  e. CMnd  <->  ( G  e.  Mnd  /\  A. x  e.  B  A. y  e.  B  ( x  .+  y )  =  (
 y  .+  x )
 ) )
 
Theoremisabl2 14181* The predicate "is an Abelian (commutative) group". (Contributed by NM, 17-Oct-2011.) (Revised by Mario Carneiro, 6-Jan-2015.)
 |-  B  =  ( Base `  G )   &    |-  .+  =  ( +g  `  G )   =>    |-  ( G  e.  Abel  <->  ( G  e.  Grp  /\  A. x  e.  B  A. y  e.  B  ( x  .+  y )  =  ( y  .+  x ) ) )
 
Theoremcmnpropd 14182* If two structures have the same group components (properties), one is a commutative monoid iff the other one is. (Contributed by Mario Carneiro, 6-Jan-2015.)
 |-  ( ph  ->  B  =  ( Base `  K )
 )   &    |-  ( ph  ->  B  =  ( Base `  L )
 )   &    |-  ( ( ph  /\  ( x  e.  B  /\  y  e.  B )
 )  ->  ( x ( +g  `  K )
 y )  =  ( x ( +g  `  L ) y ) )   =>    |-  ( ph  ->  ( K  e. CMnd  <->  L  e. CMnd ) )
 
Theoremablpropd 14183* If two structures have the same group components (properties), one is an Abelian group iff the other one is. (Contributed by NM, 6-Dec-2014.)
 |-  ( ph  ->  B  =  ( Base `  K )
 )   &    |-  ( ph  ->  B  =  ( Base `  L )
 )   &    |-  ( ( ph  /\  ( x  e.  B  /\  y  e.  B )
 )  ->  ( x ( +g  `  K )
 y )  =  ( x ( +g  `  L ) y ) )   =>    |-  ( ph  ->  ( K  e.  Abel 
 <->  L  e.  Abel )
 )
 
Theoremablprop 14184 If two structures have the same group components (properties), one is an Abelian group iff the other one is. (Contributed by NM, 11-Oct-2013.)
 |-  ( Base `  K )  =  ( Base `  L )   &    |-  ( +g  `  K )  =  ( +g  `  L )   =>    |-  ( K  e.  Abel  <->  L  e.  Abel )
 
Theoremiscmnd 14185* Properties that determine a commutative monoid. (Contributed by Mario Carneiro, 7-Jan-2015.)
 |-  ( ph  ->  B  =  ( Base `  G )
 )   &    |-  ( ph  ->  .+  =  ( +g  `  G )
 )   &    |-  ( ph  ->  G  e.  Mnd )   &    |-  ( ( ph  /\  x  e.  B  /\  y  e.  B )  ->  ( x  .+  y
 )  =  ( y 
 .+  x ) )   =>    |-  ( ph  ->  G  e. CMnd )
 
Theoremisabld 14186* Properties that determine an Abelian group. (Contributed by NM, 6-Aug-2013.)
 |-  ( ph  ->  B  =  ( Base `  G )
 )   &    |-  ( ph  ->  .+  =  ( +g  `  G )
 )   &    |-  ( ph  ->  G  e.  Grp )   &    |-  ( ( ph  /\  x  e.  B  /\  y  e.  B )  ->  ( x  .+  y
 )  =  ( y 
 .+  x ) )   =>    |-  ( ph  ->  G  e.  Abel
 )
 
Theoremisabli 14187* Properties that determine an Abelian group. (Contributed by NM, 4-Sep-2011.)
 |-  G  e.  Grp   &    |-  B  =  ( Base `  G )   &    |-  .+  =  ( +g  `  G )   &    |-  (
 ( x  e.  B  /\  y  e.  B )  ->  ( x  .+  y )  =  (
 y  .+  x )
 )   =>    |-  G  e.  Abel
 
Theoremcmnmnd 14188 A commutative monoid is a monoid. (Contributed by Mario Carneiro, 6-Jan-2015.)
 |-  ( G  e. CMnd  ->  G  e.  Mnd )
 
Theoremcmncom 14189 A commutative monoid is commutative. (Contributed by Mario Carneiro, 6-Jan-2015.)
 |-  B  =  ( Base `  G )   &    |-  .+  =  ( +g  `  G )   =>    |-  ( ( G  e. CMnd  /\  X  e.  B  /\  Y  e.  B )  ->  ( X  .+  Y )  =  ( Y  .+  X ) )
 
Theoremablcom 14190 An Abelian group operation is commutative. (Contributed by NM, 26-Aug-2011.)
 |-  B  =  ( Base `  G )   &    |-  .+  =  ( +g  `  G )   =>    |-  ( ( G  e.  Abel  /\  X  e.  B  /\  Y  e.  B )  ->  ( X  .+  Y )  =  ( Y  .+  X ) )
 
Theoremcmn32 14191 Commutative/associative law for commutative monoids. (Contributed by NM, 4-Feb-2014.) (Revised by Mario Carneiro, 21-Apr-2016.)
 |-  B  =  ( Base `  G )   &    |-  .+  =  ( +g  `  G )   =>    |-  ( ( G  e. CMnd  /\  ( X  e.  B  /\  Y  e.  B  /\  Z  e.  B ) )  ->  ( ( X  .+  Y ) 
 .+  Z )  =  ( ( X  .+  Z )  .+  Y ) )
 
Theoremcmn4 14192 Commutative/associative law for commutative monoids. (Contributed by NM, 4-Feb-2014.) (Revised by Mario Carneiro, 21-Apr-2016.)
 |-  B  =  ( Base `  G )   &    |-  .+  =  ( +g  `  G )   =>    |-  ( ( G  e. CMnd  /\  ( X  e.  B  /\  Y  e.  B )  /\  ( Z  e.  B  /\  W  e.  B ) )  ->  ( ( X  .+  Y )  .+  ( Z 
 .+  W ) )  =  ( ( X 
 .+  Z )  .+  ( Y  .+  W ) ) )
 
Theoremcmn12 14193 Commutative/associative law for commutative monoids. (Contributed by Stefan O'Rear, 5-Sep-2015.) (Revised by Mario Carneiro, 21-Apr-2016.)
 |-  B  =  ( Base `  G )   &    |-  .+  =  ( +g  `  G )   =>    |-  ( ( G  e. CMnd  /\  ( X  e.  B  /\  Y  e.  B  /\  Z  e.  B ) )  ->  ( X 
 .+  ( Y  .+  Z ) )  =  ( Y  .+  ( X  .+  Z ) ) )
 
Theoremabl32 14194 Commutative/associative law for Abelian groups. (Contributed by Stefan O'Rear, 10-Apr-2015.) (Revised by Mario Carneiro, 21-Apr-2016.)
 |-  B  =  ( Base `  G )   &    |-  .+  =  ( +g  `  G )   &    |-  ( ph  ->  G  e.  Abel )   &    |-  ( ph  ->  X  e.  B )   &    |-  ( ph  ->  Y  e.  B )   &    |-  ( ph  ->  Z  e.  B )   =>    |-  ( ph  ->  (
 ( X  .+  Y )  .+  Z )  =  ( ( X  .+  Z )  .+  Y ) )
 
Theoremcmnmndd 14195 A commutative monoid is a monoid. (Contributed by SN, 1-Jun-2024.)
 |-  ( ph  ->  G  e. CMnd )   =>    |-  ( ph  ->  G  e.  Mnd )
 
Theoremcmnsubm 14196 A submonoid of a commutative monoid is commutative. (Contributed by Jim Kingdon, 7-Jul-2026.)
 |-  ( ph  ->  S  e.  (SubMnd `  G )
 )   &    |-  ( ph  ->  G  e. CMnd )   &    |-  H  =  ( G ↾s  S )   =>    |-  ( ph  ->  H  e. CMnd )
 
Theoremrinvmod 14197* Uniqueness of a right inverse element in a commutative monoid, if it exists. Corresponds to caovimo 6283. (Contributed by AV, 31-Dec-2023.)
 |-  B  =  ( Base `  G )   &    |-  .0.  =  ( 0g `  G )   &    |-  .+  =  ( +g  `  G )   &    |-  ( ph  ->  G  e. CMnd )   &    |-  ( ph  ->  A  e.  B )   =>    |-  ( ph  ->  E* w  e.  B  ( A  .+  w )  =  .0.  )
 
Theoremablinvadd 14198 The inverse of an Abelian group operation. (Contributed by NM, 31-Mar-2014.)
 |-  B  =  ( Base `  G )   &    |-  .+  =  ( +g  `  G )   &    |-  N  =  ( invg `  G )   =>    |-  ( ( G  e.  Abel  /\  X  e.  B  /\  Y  e.  B )  ->  ( N `  ( X  .+  Y ) )  =  ( ( N `
  X )  .+  ( N `  Y ) ) )
 
Theoremablsub2inv 14199 Abelian group subtraction of two inverses. (Contributed by Stefan O'Rear, 24-May-2015.)
 |-  B  =  ( Base `  G )   &    |-  .-  =  ( -g `  G )   &    |-  N  =  ( invg `  G )   &    |-  ( ph  ->  G  e.  Abel )   &    |-  ( ph  ->  X  e.  B )   &    |-  ( ph  ->  Y  e.  B )   =>    |-  ( ph  ->  (
 ( N `  X )  .-  ( N `  Y ) )  =  ( Y  .-  X ) )
 
Theoremablsubadd 14200 Relationship between Abelian group subtraction and addition. (Contributed by NM, 31-Mar-2014.)
 |-  B  =  ( Base `  G )   &    |-  .+  =  ( +g  `  G )   &    |-  .-  =  ( -g `  G )   =>    |-  ( ( G  e.  Abel  /\  ( X  e.  B  /\  Y  e.  B  /\  Z  e.  B )
 )  ->  ( ( X  .-  Y )  =  Z  <->  ( Y  .+  Z )  =  X ) )
    < Previous  Next >

Page List
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-10800 109 10801-10900 110 10901-11000 111 11001-11100 112 11101-11200 113 11201-11300 114 11301-11400 115 11401-11500 116 11501-11600 117 11601-11700 118 11701-11800 119 11801-11900 120 11901-12000 121 12001-12100 122 12101-12200 123 12201-12300 124 12301-12400 125 12401-12500 126 12501-12600 127 12601-12700 128 12701-12800 129 12801-12900 130 12901-13000 131 13001-13100 132 13101-13200 133 13201-13300 134 13301-13400 135 13401-13500 136 13501-13600 137 13601-13700 138 13701-13800 139 13801-13900 140 13901-14000 141 14001-14100 142 14101-14200 143 14201-14300 144 14301-14400 145 14401-14500 146 14501-14600 147 14601-14700 148 14701-14800 149 14801-14900 150 14901-15000 151 15001-15100 152 15101-15200 153 15201-15300 154 15301-15400 155 15401-15500 156 15501-15600 157 15601-15700 158 15701-15800 159 15801-15900 160 15901-16000 161 16001-16100 162 16101-16200 163 16201-16300 164 16301-16400 165 16401-16500 166 16501-16600 167 16601-16700 168 16701-16800 169 16801-16900 170 16901-17000 171 17001-17100 172 17101-17200 173 17201-17300 174 17301-17346
  Copyright terms: Public domain < Previous  Next >