HomeHome Intuitionistic Logic Explorer
Theorem List (p. 143 of 168)
< 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 - 14201-14300   *Has distinct variable group(s)
TypeLabelDescription
Statement
 
Theoremisnzr 14201 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 14202 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 14203 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 14204 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 14205 The opposite of a nonzero ring is nonzero, bidirectional form of opprnzr 14206. (Contributed by SN, 20-Jun-2025.)
 |-  O  =  (oppr `  R )   =>    |-  ( R  e.  V  ->  ( R  e. NzRing  <->  O  e. NzRing ) )
 
Theoremopprnzr 14206 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 14207 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 14208 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 14209 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 14210 Extend class notation with class of all local rings.
 class LRing
 
Definitiondf-lring 14211* 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 14212* 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 14213 A local ring is a nonzero ring. (Contributed by SN, 23-Feb-2025.)
 |-  ( R  e. LRing  ->  R  e. NzRing )
 
Theoremlringring 14214 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 14215 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 14216 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 )
 )
 
7.3.11  Subrings
 
7.3.11.1  Subrings of non-unital rings
 
Syntaxcsubrng 14217 Extend class notation with all subrings of a non-unital ring.
 class SubRng
 
Definitiondf-subrng 14218* 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 14219 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 14220 A subring is a subset. (Contributed by AV, 14-Feb-2025.)
 |-  B  =  ( Base `  R )   =>    |-  ( A  e.  (SubRng `  R )  ->  A  C_  B )
 
Theoremsubrngid 14221 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 14222 A subring is a non-unital ring. (Contributed by AV, 14-Feb-2025.)
 |-  S  =  ( Rs  A )   =>    |-  ( A  e.  (SubRng `  R )  ->  S  e. Rng )
 
Theoremsubrngrcl 14223 Reverse closure for a subring predicate. (Contributed by AV, 14-Feb-2025.)
 |-  ( A  e.  (SubRng `  R )  ->  R  e. Rng )
 
Theoremsubrngsubg 14224 A subring is a subgroup. (Contributed by AV, 14-Feb-2025.)
 |-  ( A  e.  (SubRng `  R )  ->  A  e.  (SubGrp `  R )
 )
 
Theoremsubrngringnsg 14225 A subring is a normal subgroup. (Contributed by AV, 25-Feb-2025.)
 |-  ( A  e.  (SubRng `  R )  ->  A  e.  (NrmSGrp `  R )
 )
 
Theoremsubrngbas 14226 Base set of a subring structure. (Contributed by AV, 14-Feb-2025.)
 |-  S  =  ( Rs  A )   =>    |-  ( A  e.  (SubRng `  R )  ->  A  =  ( Base `  S )
 )
 
Theoremsubrng0 14227 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 14228 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 14229 A subgroup is closed under multiplication. (Contributed by Mario Carneiro, 2-Dec-2014.) Generalization of subrgmcl 14253. (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 14230* 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 14231 Being a subring is a symmetric property. (Contributed by AV, 15-Feb-2025.)
 |-  O  =  (oppr `  R )   =>    |-  ( R  e.  V  ->  (SubRng `  R )  =  (SubRng `  O )
 )
 
Theoremsubrngintm 14232* 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 14233 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 14234 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 14235 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 14236* 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 14237 Extend class notation with all subrings of a ring.
 class SubRing
 
Syntaxcrgspn 14238 Extend class notation with span of a set of elements over a ring.
 class RingSpan
 
Definitiondf-subrg 14239* 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 14240* 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 14241 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 14242 A subring is a subset. (Contributed by Stefan O'Rear, 27-Nov-2014.)
 |-  B  =  ( Base `  R )   =>    |-  ( A  e.  (SubRing `  R )  ->  A  C_  B )
 
Theoremsubrgid 14243 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 14244 A subring is a ring. (Contributed by Stefan O'Rear, 27-Nov-2014.)
 |-  S  =  ( Rs  A )   =>    |-  ( A  e.  (SubRing `  R )  ->  S  e.  Ring )
 
Theoremsubrgcrng 14245 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 14246 Reverse closure for a subring predicate. (Contributed by Mario Carneiro, 3-Dec-2014.)
 |-  ( A  e.  (SubRing `  R )  ->  R  e.  Ring )
 
Theoremsubrgsubg 14247 A subring is a subgroup. (Contributed by Mario Carneiro, 3-Dec-2014.)
 |-  ( A  e.  (SubRing `  R )  ->  A  e.  (SubGrp `  R )
 )
 
Theoremsubrg0 14248 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 14249 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 14250 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 14251 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 14252 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 14253 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 14254 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 14255 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 14256 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 14257 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 14258 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 14259 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 14260 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 14261* 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 14262 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 14263* 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 14264 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 14265 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 14266 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 14267 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 ) ) ) )
 
Theoremresrhm 14268 Restriction of a ring homomorphism to a subring is a homomorphism. (Contributed by Mario Carneiro, 12-Mar-2015.)
 |-  U  =  ( Ss  X )   =>    |-  ( ( F  e.  ( S RingHom  T )  /\  X  e.  (SubRing `  S ) )  ->  ( F  |`  X )  e.  ( U RingHom  T ) )
 
Theoremresrhm2b 14269 Restriction of the codomain of a (ring) homomorphism. resghm2b 13854 analog. (Contributed by SN, 7-Feb-2025.)
 |-  U  =  ( Ts  X )   =>    |-  ( ( X  e.  (SubRing `  T )  /\  ran 
 F  C_  X )  ->  ( F  e.  ( S RingHom  T )  <->  F  e.  ( S RingHom  U ) ) )
 
Theoremrhmeql 14270 The equalizer of two ring homomorphisms is a subring. (Contributed by Stefan O'Rear, 7-Mar-2015.) (Revised by Mario Carneiro, 6-May-2015.)
 |-  ( ( F  e.  ( S RingHom  T )  /\  G  e.  ( S RingHom  T ) )  ->  dom  ( F  i^i  G )  e.  (SubRing `  S )
 )
 
Theoremrhmima 14271 The homomorphic image of a subring is a subring. (Contributed by Stefan O'Rear, 10-Mar-2015.) (Revised by Mario Carneiro, 6-May-2015.)
 |-  ( ( F  e.  ( M RingHom  N )  /\  X  e.  (SubRing `  M ) )  ->  ( F
 " X )  e.  (SubRing `  N )
 )
 
Theoremrnrhmsubrg 14272 The range of a ring homomorphism is a subring. (Contributed by SN, 18-Nov-2023.)
 |-  ( F  e.  ( M RingHom  N )  ->  ran  F  e.  (SubRing `  N )
 )
 
Theoremsubrgpropd 14273* If two structures have the same group components (properties), they have the same set of subrings. (Contributed by Mario Carneiro, 9-Feb-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  /\  ( x  e.  B  /\  y  e.  B )
 )  ->  ( x ( .r `  K ) y )  =  ( x ( .r `  L ) y ) )   =>    |-  ( ph  ->  (SubRing `  K )  =  (SubRing `  L ) )
 
Theoremrhmpropd 14274* Ring homomorphism depends only on the ring 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  /\  ( x  e.  B  /\  y  e.  B )
 )  ->  ( x ( .r `  J ) y )  =  ( x ( .r `  L ) y ) )   &    |-  ( ( ph  /\  ( x  e.  C  /\  y  e.  C ) )  ->  ( x ( .r `  K ) y )  =  ( x ( .r
 `  M ) y ) )   =>    |-  ( ph  ->  ( J RingHom  K )  =  ( L RingHom  M ) )
 
7.3.12  Left regular elements and domains
 
Syntaxcrlreg 14275 Set of left-regular elements in a ring.
 class RLReg
 
Syntaxcdomn 14276 Class of (ring theoretic) domains.
 class Domn
 
Syntaxcidom 14277 Class of integral domains.
 class IDomn
 
Definitiondf-rlreg 14278* Define the set of left-regular elements in a ring as those elements which are not left zero divisors, meaning that multiplying a nonzero element on the left by a left-regular element gives a nonzero product. (Contributed by Stefan O'Rear, 22-Mar-2015.)
 |- RLReg  =  ( r  e.  _V  |->  { x  e.  ( Base `  r )  |  A. y  e.  ( Base `  r ) ( ( x ( .r `  r ) y )  =  ( 0g `  r )  ->  y  =  ( 0g `  r
 ) ) } )
 
Definitiondf-domn 14279* A domain is a nonzero ring in which there are no nontrivial zero divisors. (Contributed by Mario Carneiro, 28-Mar-2015.)
 |- Domn  =  { r  e. NzRing  |  [. ( Base `  r )  /  b ]. [. ( 0g `  r )  /  z ]. A. x  e.  b  A. y  e.  b  ( ( x ( .r `  r
 ) y )  =  z  ->  ( x  =  z  \/  y  =  z ) ) }
 
Definitiondf-idom 14280 An integral domain is a commutative domain. (Contributed by Mario Carneiro, 17-Jun-2015.)
 |- IDomn  =  ( CRing  i^i Domn )
 
Theoremrrgmex 14281 A structure whose set of left-regular elements is inhabited is a set. (Contributed by Jim Kingdon, 12-Aug-2025.)
 |-  E  =  (RLReg `  R )   =>    |-  ( A  e.  E  ->  R  e.  _V )
 
Theoremrrgval 14282* Value of the set or left-regular elements in a ring. (Contributed by Stefan O'Rear, 22-Mar-2015.)
 |-  E  =  (RLReg `  R )   &    |-  B  =  (
 Base `  R )   &    |-  .x.  =  ( .r `  R )   &    |-  .0.  =  ( 0g `  R )   =>    |-  E  =  { x  e.  B  |  A. y  e.  B  ( ( x 
 .x.  y )  =  .0.  ->  y  =  .0.  ) }
 
Theoremisrrg 14283* Membership in the set of left-regular elements. (Contributed by Stefan O'Rear, 22-Mar-2015.)
 |-  E  =  (RLReg `  R )   &    |-  B  =  (
 Base `  R )   &    |-  .x.  =  ( .r `  R )   &    |-  .0.  =  ( 0g `  R )   =>    |-  ( X  e.  E  <->  ( X  e.  B  /\  A. y  e.  B  ( ( X  .x.  y
 )  =  .0.  ->  y  =  .0.  ) ) )
 
Theoremrrgeq0i 14284 Property of a left-regular element. (Contributed by Stefan O'Rear, 22-Mar-2015.)
 |-  E  =  (RLReg `  R )   &    |-  B  =  (
 Base `  R )   &    |-  .x.  =  ( .r `  R )   &    |-  .0.  =  ( 0g `  R )   =>    |-  ( ( X  e.  E  /\  Y  e.  B )  ->  ( ( X 
 .x.  Y )  =  .0. 
 ->  Y  =  .0.  )
 )
 
Theoremrrgeq0 14285 Left-multiplication by a left regular element does not change zeroness. (Contributed by Stefan O'Rear, 28-Mar-2015.)
 |-  E  =  (RLReg `  R )   &    |-  B  =  (
 Base `  R )   &    |-  .x.  =  ( .r `  R )   &    |-  .0.  =  ( 0g `  R )   =>    |-  ( ( R  e.  Ring  /\  X  e.  E  /\  Y  e.  B )  ->  ( ( X  .x.  Y )  =  .0.  <->  Y  =  .0.  ) )
 
Theoremrrgss 14286 Left-regular elements are a subset of the base set. (Contributed by Stefan O'Rear, 22-Mar-2015.)
 |-  E  =  (RLReg `  R )   &    |-  B  =  (
 Base `  R )   =>    |-  E  C_  B
 
Theoremunitrrg 14287 Units are regular elements. (Contributed by Stefan O'Rear, 22-Mar-2015.)
 |-  E  =  (RLReg `  R )   &    |-  U  =  (Unit `  R )   =>    |-  ( R  e.  Ring  ->  U  C_  E )
 
Theoremrrgnz 14288 In a nonzero ring, the zero is a left zero divisor (that is, not a left-regular element). (Contributed by Thierry Arnoux, 6-May-2025.)
 |-  E  =  (RLReg `  R )   &    |-  .0.  =  ( 0g `  R )   =>    |-  ( R  e. NzRing  ->  -.  .0.  e.  E )
 
Theoremisdomn 14289* Expand definition of a domain. (Contributed by Mario Carneiro, 28-Mar-2015.)
 |-  B  =  ( Base `  R )   &    |-  .x.  =  ( .r `  R )   &    |-  .0.  =  ( 0g `  R )   =>    |-  ( R  e. Domn  <->  ( R  e. NzRing  /\ 
 A. x  e.  B  A. y  e.  B  ( ( x  .x.  y
 )  =  .0.  ->  ( x  =  .0.  \/  y  =  .0.  )
 ) ) )
 
Theoremdomnnzr 14290 A domain is a nonzero ring. (Contributed by Mario Carneiro, 28-Mar-2015.)
 |-  ( R  e. Domn  ->  R  e. NzRing )
 
Theoremdomnring 14291 A domain is a ring. (Contributed by Mario Carneiro, 28-Mar-2015.)
 |-  ( R  e. Domn  ->  R  e.  Ring )
 
Theoremdomneq0 14292 In a domain, a product is zero iff it has a zero factor. (Contributed by Mario Carneiro, 28-Mar-2015.)
 |-  B  =  ( Base `  R )   &    |-  .x.  =  ( .r `  R )   &    |-  .0.  =  ( 0g `  R )   =>    |-  ( ( R  e. Domn  /\  X  e.  B  /\  Y  e.  B )  ->  ( ( X  .x.  Y )  =  .0.  <->  ( X  =  .0.  \/  Y  =  .0.  ) ) )
 
Theoremdomnmuln0 14293 In a domain, a product of nonzero elements is nonzero. (Contributed by Mario Carneiro, 6-May-2015.)
 |-  B  =  ( Base `  R )   &    |-  .x.  =  ( .r `  R )   &    |-  .0.  =  ( 0g `  R )   =>    |-  ( ( R  e. Domn  /\  ( X  e.  B  /\  X  =/=  .0.  )  /\  ( Y  e.  B  /\  Y  =/=  .0.  )
 )  ->  ( X  .x.  Y )  =/=  .0.  )
 
Theoremopprdomnbg 14294 A class is a domain if and only if its opposite is a domain, biconditional form of opprdomn 14295. (Contributed by SN, 15-Jun-2015.)
 |-  O  =  (oppr `  R )   =>    |-  ( R  e.  V  ->  ( R  e. Domn  <->  O  e. Domn ) )
 
Theoremopprdomn 14295 The opposite of a domain is also a domain. (Contributed by Mario Carneiro, 15-Jun-2015.)
 |-  O  =  (oppr `  R )   =>    |-  ( R  e. Domn  ->  O  e. Domn )
 
Theoremisidom 14296 An integral domain is a commutative domain. (Contributed by Mario Carneiro, 17-Jun-2015.)
 |-  ( R  e. IDomn  <->  ( R  e.  CRing  /\  R  e. Domn ) )
 
Theoremidomdomd 14297 An integral domain is a domain. (Contributed by Thierry Arnoux, 22-Mar-2025.)
 |-  ( ph  ->  R  e. IDomn )   =>    |-  ( ph  ->  R  e. Domn )
 
Theoremidomcringd 14298 An integral domain is a commutative ring with unity. (Contributed by Thierry Arnoux, 4-May-2025.) (Proof shortened by SN, 14-May-2025.)
 |-  ( ph  ->  R  e. IDomn )   =>    |-  ( ph  ->  R  e.  CRing )
 
Theoremidomringd 14299 An integral domain is a ring. (Contributed by Thierry Arnoux, 22-Mar-2025.)
 |-  ( ph  ->  R  e. IDomn )   =>    |-  ( ph  ->  R  e.  Ring )
 
7.4  Division rings and fields
 
7.4.1  Ring apartness
 
Syntaxcapr 14300 Extend class notation with ring apartness.
 class #r
    < 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-16725
  Copyright terms: Public domain < Previous  Next >