HomeHome Intuitionistic Logic Explorer
Theorem List (p. 145 of 171)
< 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 - 14401-14500   *Has distinct variable group(s)
TypeLabelDescription
Statement
 
Theoreminvrpropdg 14401* The ring inverse function depends only on the ring's base set and multiplication operation. (Contributed by Mario Carneiro, 26-Dec-2014.) (Revised by Mario Carneiro, 5-Oct-2015.)
 |-  ( ph  ->  B  =  ( Base `  K )
 )   &    |-  ( ph  ->  B  =  ( Base `  L )
 )   &    |-  ( ( ph  /\  ( x  e.  B  /\  y  e.  B )
 )  ->  ( x ( .r `  K ) y )  =  ( x ( .r `  L ) y ) )   &    |-  ( ph  ->  K  e.  Ring )   &    |-  ( ph  ->  L  e.  Ring )   =>    |-  ( ph  ->  ( invr `  K )  =  ( invr `  L )
 )
 
7.3.8  Ring homomorphisms
 
Syntaxcrh 14402 Extend class notation with the ring homomorphisms.
 class RingHom
 
Syntaxcrs 14403 Extend class notation with the ring isomorphisms.
 class RingIso
 
Definitiondf-rhm 14404* Define the set of ring homomorphisms from  r to  s. (Contributed by Stefan O'Rear, 7-Mar-2015.)
 |- RingHom  =  ( r  e.  Ring ,  s  e.  Ring  |->  [_ ( Base `  r )  /  v ]_ [_ ( Base `  s )  /  w ]_
 { f  e.  ( w  ^m  v )  |  ( ( f `  ( 1r `  r ) )  =  ( 1r
 `  s )  /\  A. x  e.  v  A. y  e.  v  (
 ( f `  ( x ( +g  `  r
 ) y ) )  =  ( ( f `
  x ) (
 +g  `  s )
 ( f `  y
 ) )  /\  (
 f `  ( x ( .r `  r ) y ) )  =  ( ( f `  x ) ( .r
 `  s ) ( f `  y ) ) ) ) }
 )
 
Definitiondf-rim 14405* Define the set of ring isomorphisms from  r to  s. (Contributed by Stefan O'Rear, 7-Mar-2015.)
 |- RingIso  =  ( r  e.  _V ,  s  e.  _V  |->  { f  e.  ( r RingHom  s )  |  `' f  e.  ( s RingHom  r ) } )
 
Theoremdfrhm2 14406* The property of a ring homomorphism can be decomposed into separate homomorphic conditions for addition and multiplication. (Contributed by Stefan O'Rear, 7-Mar-2015.)
 |- RingHom  =  ( r  e.  Ring ,  s  e.  Ring  |->  ( ( r  GrpHom  s )  i^i  ( (mulGrp `  r
 ) MndHom  (mulGrp `  s )
 ) ) )
 
Theoremrhmrcl1 14407 Reverse closure of a ring homomorphism. (Contributed by Stefan O'Rear, 7-Mar-2015.)
 |-  ( F  e.  ( R RingHom  S )  ->  R  e.  Ring )
 
Theoremrhmrcl2 14408 Reverse closure of a ring homomorphism. (Contributed by Stefan O'Rear, 7-Mar-2015.)
 |-  ( F  e.  ( R RingHom  S )  ->  S  e.  Ring )
 
Theoremrhmex 14409 Set existence for ring homomorphism. (Contributed by Jim Kingdon, 16-May-2025.)
 |-  ( ( R  e.  V  /\  S  e.  W )  ->  ( R RingHom  S )  e.  _V )
 
Theoremisrhm 14410 A function is a ring homomorphism iff it preserves both addition and multiplication. (Contributed by Stefan O'Rear, 7-Mar-2015.)
 |-  M  =  (mulGrp `  R )   &    |-  N  =  (mulGrp `  S )   =>    |-  ( F  e.  ( R RingHom  S )  <->  ( ( R  e.  Ring  /\  S  e.  Ring
 )  /\  ( F  e.  ( R  GrpHom  S ) 
 /\  F  e.  ( M MndHom  N ) ) ) )
 
Theoremrhmmhm 14411 A ring homomorphism is a homomorphism of multiplicative monoids. (Contributed by Stefan O'Rear, 7-Mar-2015.)
 |-  M  =  (mulGrp `  R )   &    |-  N  =  (mulGrp `  S )   =>    |-  ( F  e.  ( R RingHom  S )  ->  F  e.  ( M MndHom  N )
 )
 
Theoremrimrcl 14412 Reverse closure for an isomorphism of rings. (Contributed by AV, 22-Oct-2019.)
 |-  ( F  e.  ( R RingIso  S )  ->  ( R  e.  _V  /\  S  e.  _V ) )
 
Theoremisrim0 14413 A ring isomorphism is a homomorphism whose converse is also a homomorphism. (Contributed by AV, 22-Oct-2019.) Remove sethood antecedent. (Revised by SN, 10-Jan-2025.)
 |-  ( F  e.  ( R RingIso  S )  <->  ( F  e.  ( R RingHom  S )  /\  `' F  e.  ( S RingHom  R ) ) )
 
Theoremrhmghm 14414 A ring homomorphism is an additive group homomorphism. (Contributed by Stefan O'Rear, 7-Mar-2015.)
 |-  ( F  e.  ( R RingHom  S )  ->  F  e.  ( R  GrpHom  S ) )
 
Theoremrhmf 14415 A ring homomorphism is a function. (Contributed by Stefan O'Rear, 8-Mar-2015.)
 |-  B  =  ( Base `  R )   &    |-  C  =  (
 Base `  S )   =>    |-  ( F  e.  ( R RingHom  S )  ->  F : B --> C )
 
Theoremrhmmul 14416 A homomorphism of rings preserves multiplication. (Contributed by Mario Carneiro, 12-Jun-2015.)
 |-  X  =  ( Base `  R )   &    |-  .x.  =  ( .r `  R )   &    |-  .X.  =  ( .r `  S )   =>    |-  ( ( F  e.  ( R RingHom  S )  /\  A  e.  X  /\  B  e.  X )  ->  ( F `  ( A  .x.  B ) )  =  ( ( F `
  A )  .X.  ( F `  B ) ) )
 
Theoremisrhm2d 14417* Demonstration of ring homomorphism. (Contributed by Mario Carneiro, 13-Jun-2015.)
 |-  B  =  ( Base `  R )   &    |-  .1.  =  ( 1r `  R )   &    |-  N  =  ( 1r `  S )   &    |-  .x.  =  ( .r `  R )   &    |-  .X.  =  ( .r `  S )   &    |-  ( ph  ->  R  e.  Ring
 )   &    |-  ( ph  ->  S  e.  Ring )   &    |-  ( ph  ->  ( F `  .1.  )  =  N )   &    |-  ( ( ph  /\  ( x  e.  B  /\  y  e.  B ) )  ->  ( F `
  ( x  .x.  y ) )  =  ( ( F `  x )  .X.  ( F `
  y ) ) )   &    |-  ( ph  ->  F  e.  ( R  GrpHom  S ) )   =>    |-  ( ph  ->  F  e.  ( R RingHom  S )
 )
 
Theoremisrhmd 14418* Demonstration of ring homomorphism. (Contributed by Stefan O'Rear, 8-Mar-2015.)
 |-  B  =  ( Base `  R )   &    |-  .1.  =  ( 1r `  R )   &    |-  N  =  ( 1r `  S )   &    |-  .x.  =  ( .r `  R )   &    |-  .X.  =  ( .r `  S )   &    |-  ( ph  ->  R  e.  Ring
 )   &    |-  ( ph  ->  S  e.  Ring )   &    |-  ( ph  ->  ( F `  .1.  )  =  N )   &    |-  ( ( ph  /\  ( x  e.  B  /\  y  e.  B ) )  ->  ( F `
  ( x  .x.  y ) )  =  ( ( F `  x )  .X.  ( F `
  y ) ) )   &    |-  C  =  (
 Base `  S )   &    |-  .+  =  ( +g  `  R )   &    |-  .+^  =  (
 +g  `  S )   &    |-  ( ph  ->  F : B --> C )   &    |-  ( ( ph  /\  ( x  e.  B  /\  y  e.  B ) )  ->  ( F `
  ( x  .+  y ) )  =  ( ( F `  x )  .+^  ( F `
  y ) ) )   =>    |-  ( ph  ->  F  e.  ( R RingHom  S )
 )
 
Theoremrhm1 14419 Ring homomorphisms are required to fix 1. (Contributed by Stefan O'Rear, 8-Mar-2015.)
 |- 
 .1.  =  ( 1r `  R )   &    |-  N  =  ( 1r `  S )   =>    |-  ( F  e.  ( R RingHom  S )  ->  ( F `  .1.  )  =  N )
 
Theoremrhmf1o 14420 A ring homomorphism is bijective iff its converse is also a ring homomorphism. (Contributed by AV, 22-Oct-2019.)
 |-  B  =  ( Base `  R )   &    |-  C  =  (
 Base `  S )   =>    |-  ( F  e.  ( R RingHom  S )  ->  ( F : B -1-1-onto-> C  <->  `' F  e.  ( S RingHom  R ) ) )
 
Theoremisrim 14421 An isomorphism of rings is a bijective homomorphism. (Contributed by AV, 22-Oct-2019.) Remove sethood antecedent. (Revised by SN, 12-Jan-2025.)
 |-  B  =  ( Base `  R )   &    |-  C  =  (
 Base `  S )   =>    |-  ( F  e.  ( R RingIso  S )  <->  ( F  e.  ( R RingHom  S )  /\  F : B -1-1-onto-> C ) )
 
Theoremrimf1o 14422 An isomorphism of rings is a bijection. (Contributed by AV, 22-Oct-2019.)
 |-  B  =  ( Base `  R )   &    |-  C  =  (
 Base `  S )   =>    |-  ( F  e.  ( R RingIso  S )  ->  F : B -1-1-onto-> C )
 
Theoremrimrhm 14423 A ring isomorphism is a homomorphism. (Contributed by AV, 22-Oct-2019.) Remove hypotheses. (Revised by SN, 10-Jan-2025.)
 |-  ( F  e.  ( R RingIso  S )  ->  F  e.  ( R RingHom  S )
 )
 
Theoremrhmfn 14424 The mapping of two rings to the ring homomorphisms between them is a function. (Contributed by AV, 1-Mar-2020.)
 |- RingHom  Fn  ( Ring  X.  Ring )
 
Theoremrhmval 14425 The ring homomorphisms between two rings. (Contributed by AV, 1-Mar-2020.)
 |-  ( ( R  e.  Ring  /\  S  e.  Ring )  ->  ( R RingHom  S )  =  ( ( R  GrpHom  S )  i^i  ( (mulGrp `  R ) MndHom  (mulGrp `  S ) ) ) )
 
Theoremrhmco 14426 The composition of ring homomorphisms is a homomorphism. (Contributed by Mario Carneiro, 12-Jun-2015.)
 |-  ( ( F  e.  ( T RingHom  U )  /\  G  e.  ( S RingHom  T ) )  ->  ( F  o.  G )  e.  ( S RingHom  U )
 )
 
Theoremrhmdvdsr 14427 A ring homomorphism preserves the divisibility relation. (Contributed by Thierry Arnoux, 22-Oct-2017.)
 |-  X  =  ( Base `  R )   &    |-  .||  =  ( ||r `  R )   &    |-  ./  =  ( ||r `  S )   =>    |-  ( ( ( F  e.  ( R RingHom  S ) 
 /\  A  e.  X  /\  B  e.  X ) 
 /\  A  .||  B ) 
 ->  ( F `  A )  ./  ( F `  B ) )
 
Theoremrhmopp 14428 A ring homomorphism is also a ring homomorphism for the opposite rings. (Contributed by Thierry Arnoux, 27-Oct-2017.)
 |-  ( F  e.  ( R RingHom  S )  ->  F  e.  ( (oppr `  R ) RingHom  (oppr `  S ) ) )
 
Theoremelrhmunit 14429 Ring homomorphisms preserve unit elements. (Contributed by Thierry Arnoux, 23-Oct-2017.)
 |-  ( ( F  e.  ( R RingHom  S )  /\  A  e.  (Unit `  R ) )  ->  ( F `
  A )  e.  (Unit `  S )
 )
 
Theoremrhmunitinv 14430 Ring homomorphisms preserve the inverse of unit elements. (Contributed by Thierry Arnoux, 23-Oct-2017.)
 |-  ( ( F  e.  ( R RingHom  S )  /\  A  e.  (Unit `  R ) )  ->  ( F `
  ( ( invr `  R ) `  A ) )  =  (
 ( invr `  S ) `  ( F `  A ) ) )
 
7.3.9  Nonzero rings and zero rings
 
Syntaxcnzr 14431 The class of nonzero rings.
 class NzRing
 
Definitiondf-nzr 14432 A nonzero or nontrivial ring is a ring with at least two values, or equivalently where 1 and 0 are different. (Contributed by Stefan O'Rear, 24-Feb-2015.)
 |- NzRing  =  { r  e.  Ring  |  ( 1r `  r
 )  =/=  ( 0g `  r ) }
 
Theoremisnzr 14433 Property of a nonzero ring. (Contributed by Stefan O'Rear, 24-Feb-2015.)
 |- 
 .1.  =  ( 1r `  R )   &    |-  .0.  =  ( 0g `  R )   =>    |-  ( R  e. NzRing  <->  ( R  e.  Ring  /\  .1.  =/=  .0.  )
 )
 
Theoremnzrnz 14434 One and zero are different in a nonzero ring. (Contributed by Stefan O'Rear, 24-Feb-2015.)
 |- 
 .1.  =  ( 1r `  R )   &    |-  .0.  =  ( 0g `  R )   =>    |-  ( R  e. NzRing  ->  .1.  =/=  .0.  )
 
Theoremnzrring 14435 A nonzero ring is a ring. (Contributed by Stefan O'Rear, 24-Feb-2015.) (Proof shortened by SN, 23-Feb-2025.)
 |-  ( R  e. NzRing  ->  R  e.  Ring )
 
Theoremisnzr2 14436 Equivalent characterization of nonzero rings: they have at least two elements. (Contributed by Stefan O'Rear, 24-Feb-2015.)
 |-  B  =  ( Base `  R )   =>    |-  ( R  e. NzRing  <->  ( R  e.  Ring  /\  2o  ~<_  B ) )
 
Theoremopprnzrbg 14437 The opposite of a nonzero ring is nonzero, bidirectional form of opprnzr 14438. (Contributed by SN, 20-Jun-2025.)
 |-  O  =  (oppr `  R )   =>    |-  ( R  e.  V  ->  ( R  e. NzRing  <->  O  e. NzRing ) )
 
Theoremopprnzr 14438 The opposite of a nonzero ring is nonzero. (Contributed by Mario Carneiro, 17-Jun-2015.)
 |-  O  =  (oppr `  R )   =>    |-  ( R  e. NzRing  ->  O  e. NzRing )
 
Theoremringelnzr 14439 A ring is nonzero if it has a nonzero element. (Contributed by Stefan O'Rear, 6-Feb-2015.) (Revised by Mario Carneiro, 13-Jun-2015.)
 |- 
 .0.  =  ( 0g `  R )   &    |-  B  =  (
 Base `  R )   =>    |-  ( ( R  e.  Ring  /\  X  e.  ( B  \  {  .0.  } ) )  ->  R  e. NzRing )
 
Theoremnzrunit 14440 A unit is nonzero in any nonzero ring. (Contributed by Mario Carneiro, 6-Oct-2015.)
 |-  U  =  (Unit `  R )   &    |-  .0.  =  ( 0g `  R )   =>    |-  ( ( R  e. NzRing  /\  A  e.  U ) 
 ->  A  =/=  .0.  )
 
Theorem01eq0ring 14441 If the zero and the identity element of a ring are the same, the ring is the zero ring. (Contributed by AV, 16-Apr-2019.) (Proof shortened by SN, 23-Feb-2025.)
 |-  B  =  ( Base `  R )   &    |-  .0.  =  ( 0g `  R )   &    |-  .1.  =  ( 1r `  R )   =>    |-  ( ( R  e.  Ring  /\  .0.  =  .1.  )  ->  B  =  {  .0.  } )
 
7.3.10  Local rings
 
Syntaxclring 14442 Extend class notation with class of all local rings.
 class LRing
 
Definitiondf-lring 14443* A local ring is a nonzero ring where for any two elements summing to one, at least one is invertible. Any field is a local ring; the ring of integers is an example of a ring which is not a local ring. (Contributed by Jim Kingdon, 18-Feb-2025.) (Revised by SN, 23-Feb-2025.)
 |- LRing  =  { r  e. NzRing  |  A. x  e.  ( Base `  r ) A. y  e.  ( Base `  r )
 ( ( x (
 +g  `  r )
 y )  =  ( 1r `  r ) 
 ->  ( x  e.  (Unit `  r )  \/  y  e.  (Unit `  r )
 ) ) }
 
Theoremislring 14444* The predicate "is a local ring". (Contributed by SN, 23-Feb-2025.)
 |-  B  =  ( Base `  R )   &    |-  .+  =  ( +g  `  R )   &    |-  .1.  =  ( 1r `  R )   &    |-  U  =  (Unit `  R )   =>    |-  ( R  e. LRing  <->  ( R  e. NzRing  /\ 
 A. x  e.  B  A. y  e.  B  ( ( x  .+  y
 )  =  .1.  ->  ( x  e.  U  \/  y  e.  U )
 ) ) )
 
Theoremlringnzr 14445 A local ring is a nonzero ring. (Contributed by SN, 23-Feb-2025.)
 |-  ( R  e. LRing  ->  R  e. NzRing )
 
Theoremlringring 14446 A local ring is a ring. (Contributed by Jim Kingdon, 20-Feb-2025.) (Revised by SN, 23-Feb-2025.)
 |-  ( R  e. LRing  ->  R  e.  Ring )
 
Theoremlringnz 14447 A local ring is a nonzero ring. (Contributed by Jim Kingdon, 20-Feb-2025.) (Revised by SN, 23-Feb-2025.)
 |- 
 .1.  =  ( 1r `  R )   &    |-  .0.  =  ( 0g `  R )   =>    |-  ( R  e. LRing  ->  .1.  =/=  .0.  )
 
Theoremlringuplu 14448 If the sum of two elements of a local ring is invertible, then at least one of the summands must be invertible. (Contributed by Jim Kingdon, 18-Feb-2025.) (Revised by SN, 23-Feb-2025.)
 |-  ( ph  ->  B  =  ( Base `  R )
 )   &    |-  ( ph  ->  U  =  (Unit `  R )
 )   &    |-  ( ph  ->  .+  =  ( +g  `  R )
 )   &    |-  ( ph  ->  R  e. LRing )   &    |-  ( ph  ->  ( X  .+  Y )  e.  U )   &    |-  ( ph  ->  X  e.  B )   &    |-  ( ph  ->  Y  e.  B )   =>    |-  ( ph  ->  ( X  e.  U  \/  Y  e.  U )
 )
 
Theoremopprlring 14449 The opposite of a local ring is also a local ring. (Contributed by NM, 18-Oct-2014.)
 |-  O  =  (oppr `  R )   =>    |-  ( R  e. LRing  <->  O  e. LRing )
 
7.3.11  Subrings
 
7.3.11.1  Subrings of non-unital rings
 
Syntaxcsubrng 14450 Extend class notation with all subrings of a non-unital ring.
 class SubRng
 
Definitiondf-subrng 14451* Define a subring of a non-unital ring as a set of elements that is a non-unital ring in its own right. In this section, a subring of a non-unital ring is simply called "subring", unless it causes any ambiguity with SubRing. (Contributed by AV, 14-Feb-2025.)
 |- SubRng  =  ( w  e. Rng  |->  { s  e.  ~P ( Base `  w )  |  ( ws  s
 )  e. Rng } )
 
Theoremissubrng 14452 The subring of non-unital ring predicate. (Contributed by AV, 14-Feb-2025.)
 |-  B  =  ( Base `  R )   =>    |-  ( A  e.  (SubRng `  R )  <->  ( R  e. Rng  /\  ( Rs  A )  e. Rng  /\  A  C_  B ) )
 
Theoremsubrngss 14453 A subring is a subset. (Contributed by AV, 14-Feb-2025.)
 |-  B  =  ( Base `  R )   =>    |-  ( A  e.  (SubRng `  R )  ->  A  C_  B )
 
Theoremsubrngid 14454 Every non-unital ring is a subring of itself. (Contributed by AV, 14-Feb-2025.)
 |-  B  =  ( Base `  R )   =>    |-  ( R  e. Rng  ->  B  e.  (SubRng `  R ) )
 
Theoremsubrngrng 14455 A subring is a non-unital ring. (Contributed by AV, 14-Feb-2025.)
 |-  S  =  ( Rs  A )   =>    |-  ( A  e.  (SubRng `  R )  ->  S  e. Rng )
 
Theoremsubrngrcl 14456 Reverse closure for a subring predicate. (Contributed by AV, 14-Feb-2025.)
 |-  ( A  e.  (SubRng `  R )  ->  R  e. Rng )
 
Theoremsubrngsubg 14457 A subring is a subgroup. (Contributed by AV, 14-Feb-2025.)
 |-  ( A  e.  (SubRng `  R )  ->  A  e.  (SubGrp `  R )
 )
 
Theoremsubrngringnsg 14458 A subring is a normal subgroup. (Contributed by AV, 25-Feb-2025.)
 |-  ( A  e.  (SubRng `  R )  ->  A  e.  (NrmSGrp `  R )
 )
 
Theoremsubrngbas 14459 Base set of a subring structure. (Contributed by AV, 14-Feb-2025.)
 |-  S  =  ( Rs  A )   =>    |-  ( A  e.  (SubRng `  R )  ->  A  =  ( Base `  S )
 )
 
Theoremsubrng0 14460 A subring always has the same additive identity. (Contributed by AV, 14-Feb-2025.)
 |-  S  =  ( Rs  A )   &    |-  .0.  =  ( 0g `  R )   =>    |-  ( A  e.  (SubRng `  R )  ->  .0.  =  ( 0g `  S ) )
 
Theoremsubrngacl 14461 A subring is closed under addition. (Contributed by AV, 14-Feb-2025.)
 |- 
 .+  =  ( +g  `  R )   =>    |-  ( ( A  e.  (SubRng `  R )  /\  X  e.  A  /\  Y  e.  A )  ->  ( X  .+  Y )  e.  A )
 
Theoremsubrngmcl 14462 A subgroup is closed under multiplication. (Contributed by Mario Carneiro, 2-Dec-2014.) Generalization of subrgmcl 14486. (Revised by AV, 14-Feb-2025.)
 |- 
 .x.  =  ( .r `  R )   =>    |-  ( ( A  e.  (SubRng `  R )  /\  X  e.  A  /\  Y  e.  A )  ->  ( X  .x.  Y )  e.  A )
 
Theoremissubrng2 14463* Characterize the subrings of a ring by closure properties. (Contributed by AV, 15-Feb-2025.)
 |-  B  =  ( Base `  R )   &    |-  .x.  =  ( .r `  R )   =>    |-  ( R  e. Rng  ->  ( A  e.  (SubRng `  R )  <->  ( A  e.  (SubGrp `  R )  /\  A. x  e.  A  A. y  e.  A  ( x  .x.  y )  e.  A ) ) )
 
Theoremopprsubrngg 14464 Being a subring is a symmetric property. (Contributed by AV, 15-Feb-2025.)
 |-  O  =  (oppr `  R )   =>    |-  ( R  e.  V  ->  (SubRng `  R )  =  (SubRng `  O )
 )
 
Theoremsubrngintm 14465* The intersection of a nonempty collection of subrings is a subring. (Contributed by AV, 15-Feb-2025.)
 |-  ( ( S  C_  (SubRng `  R )  /\  E. j  j  e.  S )  ->  |^| S  e.  (SubRng `  R ) )
 
Theoremsubrngin 14466 The intersection of two subrings is a subring. (Contributed by AV, 15-Feb-2025.)
 |-  ( ( A  e.  (SubRng `  R )  /\  B  e.  (SubRng `  R ) )  ->  ( A  i^i  B )  e.  (SubRng `  R )
 )
 
Theoremsubsubrng 14467 A subring of a subring is a subring. (Contributed by AV, 15-Feb-2025.)
 |-  S  =  ( Rs  A )   =>    |-  ( A  e.  (SubRng `  R )  ->  ( B  e.  (SubRng `  S ) 
 <->  ( B  e.  (SubRng `  R )  /\  B  C_  A ) ) )
 
Theoremsubsubrng2 14468 The set of subrings of a subring are the smaller subrings. (Contributed by AV, 15-Feb-2025.)
 |-  S  =  ( Rs  A )   =>    |-  ( A  e.  (SubRng `  R )  ->  (SubRng `  S )  =  ( (SubRng `  R )  i^i  ~P A ) )
 
Theoremsubrngpropd 14469* If two structures have the same ring components (properties), they have the same set of subrings. (Contributed by AV, 17-Feb-2025.)
 |-  ( ph  ->  B  =  ( Base `  K )
 )   &    |-  ( ph  ->  B  =  ( Base `  L )
 )   &    |-  ( ( ph  /\  ( x  e.  B  /\  y  e.  B )
 )  ->  ( x ( +g  `  K )
 y )  =  ( x ( +g  `  L ) y ) )   &    |-  ( ( ph  /\  ( x  e.  B  /\  y  e.  B )
 )  ->  ( x ( .r `  K ) y )  =  ( x ( .r `  L ) y ) )   =>    |-  ( ph  ->  (SubRng `  K )  =  (SubRng `  L ) )
 
7.3.11.2  Subrings of unital rings
 
Syntaxcsubrg 14470 Extend class notation with all subrings of a ring.
 class SubRing
 
Syntaxcrgspn 14471 Extend class notation with span of a set of elements over a ring.
 class RingSpan
 
Definitiondf-subrg 14472* Define a subring of a ring as a set of elements that is a ring in its own right and contains the multiplicative identity.

The additional constraint is necessary because the multiplicative identity of a ring, unlike the additive identity of a ring/group or the multiplicative identity of a field, cannot be identified by a local property. Thus, it is possible for a subset of a ring to be a ring while not containing the true identity if it contains a false identity. For instance, the subset  ( ZZ  X.  {
0 } ) of  ( ZZ  X.  ZZ ) (where multiplication is componentwise) contains the false identity  <. 1 ,  0 >. which preserves every element of the subset and thus appears to be the identity of the subset, but is not the identity of the larger ring. (Contributed by Stefan O'Rear, 27-Nov-2014.)

 |- SubRing  =  ( w  e.  Ring  |->  { s  e.  ~P ( Base `  w )  |  ( ( ws  s )  e.  Ring  /\  ( 1r
 `  w )  e.  s ) } )
 
Definitiondf-rgspn 14473* The ring-span of a set of elements in a ring is the smallest subring which contains all of them. (Contributed by Stefan O'Rear, 7-Dec-2014.)
 |- RingSpan  =  ( w  e.  _V  |->  ( s  e.  ~P ( Base `  w )  |-> 
 |^| { t  e.  (SubRing `  w )  |  s 
 C_  t } )
 )
 
Theoremissubrg 14474 The subring predicate. (Contributed by Stefan O'Rear, 27-Nov-2014.) (Proof shortened by AV, 12-Oct-2020.)
 |-  B  =  ( Base `  R )   &    |-  .1.  =  ( 1r `  R )   =>    |-  ( A  e.  (SubRing `  R )  <->  ( ( R  e.  Ring  /\  ( Rs  A )  e.  Ring )  /\  ( A  C_  B  /\  .1.  e.  A ) ) )
 
Theoremsubrgss 14475 A subring is a subset. (Contributed by Stefan O'Rear, 27-Nov-2014.)
 |-  B  =  ( Base `  R )   =>    |-  ( A  e.  (SubRing `  R )  ->  A  C_  B )
 
Theoremsubrgid 14476 Every ring is a subring of itself. (Contributed by Stefan O'Rear, 30-Nov-2014.)
 |-  B  =  ( Base `  R )   =>    |-  ( R  e.  Ring  ->  B  e.  (SubRing `  R ) )
 
Theoremsubrgring 14477 A subring is a ring. (Contributed by Stefan O'Rear, 27-Nov-2014.)
 |-  S  =  ( Rs  A )   =>    |-  ( A  e.  (SubRing `  R )  ->  S  e.  Ring )
 
Theoremsubrgcrng 14478 A subring of a commutative ring is a commutative ring. (Contributed by Mario Carneiro, 10-Jan-2015.)
 |-  S  =  ( Rs  A )   =>    |-  ( ( R  e.  CRing  /\  A  e.  (SubRing `  R ) )  ->  S  e.  CRing
 )
 
Theoremsubrgrcl 14479 Reverse closure for a subring predicate. (Contributed by Mario Carneiro, 3-Dec-2014.)
 |-  ( A  e.  (SubRing `  R )  ->  R  e.  Ring )
 
Theoremsubrgsubg 14480 A subring is a subgroup. (Contributed by Mario Carneiro, 3-Dec-2014.)
 |-  ( A  e.  (SubRing `  R )  ->  A  e.  (SubGrp `  R )
 )
 
Theoremsubrg0 14481 A subring always has the same additive identity. (Contributed by Stefan O'Rear, 27-Nov-2014.)
 |-  S  =  ( Rs  A )   &    |-  .0.  =  ( 0g `  R )   =>    |-  ( A  e.  (SubRing `  R )  ->  .0.  =  ( 0g `  S ) )
 
Theoremsubrg1cl 14482 A subring contains the multiplicative identity. (Contributed by Stefan O'Rear, 27-Nov-2014.)
 |- 
 .1.  =  ( 1r `  R )   =>    |-  ( A  e.  (SubRing `  R )  ->  .1.  e.  A )
 
Theoremsubrgbas 14483 Base set of a subring structure. (Contributed by Stefan O'Rear, 27-Nov-2014.)
 |-  S  =  ( Rs  A )   =>    |-  ( A  e.  (SubRing `  R )  ->  A  =  ( Base `  S )
 )
 
Theoremsubrg1 14484 A subring always has the same multiplicative identity. (Contributed by Stefan O'Rear, 27-Nov-2014.)
 |-  S  =  ( Rs  A )   &    |-  .1.  =  ( 1r `  R )   =>    |-  ( A  e.  (SubRing `  R )  ->  .1.  =  ( 1r `  S ) )
 
Theoremsubrgacl 14485 A subring is closed under addition. (Contributed by Mario Carneiro, 2-Dec-2014.)
 |- 
 .+  =  ( +g  `  R )   =>    |-  ( ( A  e.  (SubRing `  R )  /\  X  e.  A  /\  Y  e.  A )  ->  ( X  .+  Y )  e.  A )
 
Theoremsubrgmcl 14486 A subgroup is closed under multiplication. (Contributed by Mario Carneiro, 2-Dec-2014.)
 |- 
 .x.  =  ( .r `  R )   =>    |-  ( ( A  e.  (SubRing `  R )  /\  X  e.  A  /\  Y  e.  A )  ->  ( X  .x.  Y )  e.  A )
 
Theoremsubrgsubm 14487 A subring is a submonoid of the multiplicative monoid. (Contributed by Mario Carneiro, 15-Jun-2015.)
 |-  M  =  (mulGrp `  R )   =>    |-  ( A  e.  (SubRing `  R )  ->  A  e.  (SubMnd `  M )
 )
 
Theoremsubrgdvds 14488 If an element divides another in a subring, then it also divides the other in the parent ring. (Contributed by Mario Carneiro, 4-Dec-2014.)
 |-  S  =  ( Rs  A )   &    |-  .||  =  ( ||r `  R )   &    |-  E  =  ( ||r `  S )   =>    |-  ( A  e.  (SubRing `  R )  ->  E  C_  .||  )
 
Theoremsubrguss 14489 A unit of a subring is a unit of the parent ring. (Contributed by Mario Carneiro, 4-Dec-2014.)
 |-  S  =  ( Rs  A )   &    |-  U  =  (Unit `  R )   &    |-  V  =  (Unit `  S )   =>    |-  ( A  e.  (SubRing `  R )  ->  V  C_  U )
 
Theoremsubrginv 14490 A subring always has the same inversion function, for elements that are invertible. (Contributed by Mario Carneiro, 4-Dec-2014.)
 |-  S  =  ( Rs  A )   &    |-  I  =  (
 invr `  R )   &    |-  U  =  (Unit `  S )   &    |-  J  =  ( invr `  S )   =>    |-  (
 ( A  e.  (SubRing `  R )  /\  X  e.  U )  ->  ( I `  X )  =  ( J `  X ) )
 
Theoremsubrgdv 14491 A subring always has the same division function, for elements that are invertible. (Contributed by Mario Carneiro, 4-Dec-2014.)
 |-  S  =  ( Rs  A )   &    |-  ./  =  (/r `  R )   &    |-  U  =  (Unit `  S )   &    |-  E  =  (/r `  S )   =>    |-  ( ( A  e.  (SubRing `  R )  /\  X  e.  A  /\  Y  e.  U )  ->  ( X  ./  Y )  =  ( X E Y ) )
 
Theoremsubrgunit 14492 An element of a ring is a unit of a subring iff it is a unit of the parent ring and both it and its inverse are in the subring. (Contributed by Mario Carneiro, 4-Dec-2014.)
 |-  S  =  ( Rs  A )   &    |-  U  =  (Unit `  R )   &    |-  V  =  (Unit `  S )   &    |-  I  =  (
 invr `  R )   =>    |-  ( A  e.  (SubRing `  R )  ->  ( X  e.  V  <->  ( X  e.  U  /\  X  e.  A  /\  ( I `  X )  e.  A ) ) )
 
Theoremsubrgugrp 14493 The units of a subring form a subgroup of the unit group of the original ring. (Contributed by Mario Carneiro, 4-Dec-2014.)
 |-  S  =  ( Rs  A )   &    |-  U  =  (Unit `  R )   &    |-  V  =  (Unit `  S )   &    |-  G  =  ( (mulGrp `  R )s  U )   =>    |-  ( A  e.  (SubRing `  R )  ->  V  e.  (SubGrp `  G )
 )
 
Theoremissubrg2 14494* Characterize the subrings of a ring by closure properties. (Contributed by Mario Carneiro, 3-Dec-2014.)
 |-  B  =  ( Base `  R )   &    |-  .1.  =  ( 1r `  R )   &    |-  .x. 
 =  ( .r `  R )   =>    |-  ( R  e.  Ring  ->  ( A  e.  (SubRing `  R )  <->  ( A  e.  (SubGrp `  R )  /\  .1.  e.  A  /\  A. x  e.  A  A. y  e.  A  ( x  .x.  y )  e.  A ) ) )
 
Theoremsubrgnzr 14495 A subring of a nonzero ring is nonzero. (Contributed by Mario Carneiro, 15-Jun-2015.)
 |-  S  =  ( Rs  A )   =>    |-  ( ( R  e. NzRing  /\  A  e.  (SubRing `  R ) )  ->  S  e. NzRing )
 
Theoremsubrgintm 14496* The intersection of an inhabited collection of subrings is a subring. (Contributed by Stefan O'Rear, 30-Nov-2014.) (Revised by Mario Carneiro, 7-Dec-2014.)
 |-  ( ( S  C_  (SubRing `  R )  /\  E. w  w  e.  S )  ->  |^| S  e.  (SubRing `  R ) )
 
Theoremsubrgin 14497 The intersection of two subrings is a subring. (Contributed by Stefan O'Rear, 30-Nov-2014.) (Revised by Mario Carneiro, 7-Dec-2014.)
 |-  ( ( A  e.  (SubRing `  R )  /\  B  e.  (SubRing `  R ) )  ->  ( A  i^i  B )  e.  (SubRing `  R )
 )
 
Theoremsubsubrg 14498 A subring of a subring is a subring. (Contributed by Mario Carneiro, 4-Dec-2014.)
 |-  S  =  ( Rs  A )   =>    |-  ( A  e.  (SubRing `  R )  ->  ( B  e.  (SubRing `  S ) 
 <->  ( B  e.  (SubRing `  R )  /\  B  C_  A ) ) )
 
Theoremsubsubrg2 14499 The set of subrings of a subring are the smaller subrings. (Contributed by Stefan O'Rear, 9-Mar-2015.)
 |-  S  =  ( Rs  A )   =>    |-  ( A  e.  (SubRing `  R )  ->  (SubRing `  S )  =  ( (SubRing `  R )  i^i  ~P A ) )
 
Theoremissubrg3 14500 A subring is an additive subgroup which is also a multiplicative submonoid. (Contributed by Mario Carneiro, 7-Mar-2015.)
 |-  M  =  (mulGrp `  R )   =>    |-  ( R  e.  Ring  ->  ( S  e.  (SubRing `  R )  <->  ( S  e.  (SubGrp `  R )  /\  S  e.  (SubMnd `  M ) ) ) )
    < 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-17010
  Copyright terms: Public domain < Previous  Next >