HomeHome Intuitionistic Logic Explorer
Theorem List (p. 142 of 167)
< 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
 
Definitiondf-dvdsr 14101* Define the (right) divisibility relation in a ring. Access to the left divisibility relation is available through  ( ||r `
 (oppr
`  R ) ). (Contributed by Mario Carneiro, 1-Dec-2014.)
 |-  ||r  =  ( w  e.  _V  |->  {
 <. x ,  y >.  |  ( x  e.  ( Base `  w )  /\  E. z  e.  ( Base `  w ) ( z ( .r `  w ) x )  =  y ) } )
 
Definitiondf-unit 14102 Define the set of units in a ring, that is, all elements with a left and right multiplicative inverse. (Contributed by Mario Carneiro, 1-Dec-2014.)
 |- Unit  =  ( w  e.  _V  |->  ( `' ( ( ||r
 `  w )  i^i  ( ||r
 `  (oppr `  w ) ) )
 " { ( 1r
 `  w ) }
 ) )
 
Definitiondf-irred 14103* Define the set of irreducible elements in a ring. (Contributed by Mario Carneiro, 4-Dec-2014.)
 |- Irred  =  ( w  e.  _V  |->  [_ ( ( Base `  w )  \  (Unit `  w ) )  /  b ]_ { z  e.  b  |  A. x  e.  b  A. y  e.  b  ( x ( .r `  w ) y )  =/=  z } )
 
Theoremreldvdsr 14104 The divides relation is a relation. (Contributed by Mario Carneiro, 1-Dec-2014.)
 |-  .||  =  ( ||r
 `  R )   =>    |-  Rel  .||
 
Theoremreldvdsrsrg 14105 The divides relation is a relation. (Contributed by Mario Carneiro, 1-Dec-2014.) (Revised by Jim Kingdon, 24-Jan-2025.)
 |-  ( R  e. SRing  ->  Rel  ( ||r
 `  R ) )
 
Theoremdvdsrvald 14106* Value of the divides relation. (Contributed by Mario Carneiro, 1-Dec-2014.) (Revised by Mario Carneiro, 6-Jan-2015.)
 |-  ( ph  ->  B  =  ( Base `  R )
 )   &    |-  ( ph  ->  .||  =  (
 ||r `  R ) )   &    |-  ( ph  ->  R  e. SRing )   &    |-  ( ph  ->  .x.  =  ( .r `  R ) )   =>    |-  ( ph  ->  .||  =  { <. x ,  y >.  |  ( x  e.  B  /\  E. z  e.  B  ( z  .x.  x )  =  y ) }
 )
 
Theoremdvdsrd 14107* Value of the divides relation. (Contributed by Mario Carneiro, 1-Dec-2014.)
 |-  ( ph  ->  B  =  ( Base `  R )
 )   &    |-  ( ph  ->  .||  =  (
 ||r `  R ) )   &    |-  ( ph  ->  R  e. SRing )   &    |-  ( ph  ->  .x.  =  ( .r `  R ) )   =>    |-  ( ph  ->  ( X  .|| 
 Y 
 <->  ( X  e.  B  /\  E. z  e.  B  ( z  .x.  X )  =  Y ) ) )
 
Theoremdvdsr2d 14108* Value of the divides relation. (Contributed by Mario Carneiro, 1-Dec-2014.)
 |-  ( ph  ->  B  =  ( Base `  R )
 )   &    |-  ( ph  ->  .||  =  (
 ||r `  R ) )   &    |-  ( ph  ->  R  e. SRing )   &    |-  ( ph  ->  .x.  =  ( .r `  R ) )   &    |-  ( ph  ->  X  e.  B )   =>    |-  ( ph  ->  ( X  .||  Y  <->  E. z  e.  B  ( z  .x.  X )  =  Y ) )
 
Theoremdvdsrmuld 14109 A left-multiple of  X is divisible by  X. (Contributed by Mario Carneiro, 1-Dec-2014.)
 |-  ( ph  ->  B  =  ( Base `  R )
 )   &    |-  ( ph  ->  .||  =  (
 ||r `  R ) )   &    |-  ( ph  ->  R  e. SRing )   &    |-  ( ph  ->  .x.  =  ( .r `  R ) )   &    |-  ( ph  ->  X  e.  B )   &    |-  ( ph  ->  Y  e.  B )   =>    |-  ( ph  ->  X  .||  ( Y  .x.  X ) )
 
Theoremdvdsrcld 14110 Closure of a dividing element. (Contributed by Mario Carneiro, 5-Dec-2014.)
 |-  ( ph  ->  B  =  ( Base `  R )
 )   &    |-  ( ph  ->  .||  =  (
 ||r `  R ) )   &    |-  ( ph  ->  R  e. SRing )   &    |-  ( ph  ->  X  .||  Y )   =>    |-  ( ph  ->  X  e.  B )
 
Theoremdvdsrex 14111 Existence of the divisibility relation. (Contributed by Jim Kingdon, 28-Jan-2025.)
 |-  ( R  e. SRing  ->  (
 ||r `  R )  e.  _V )
 
Theoremdvdsrcl2 14112 Closure of a dividing element. (Contributed by Mario Carneiro, 5-Dec-2014.)
 |-  B  =  ( Base `  R )   &    |-  .||  =  ( ||r `  R )   =>    |-  ( ( R  e.  Ring  /\  X  .||  Y )  ->  Y  e.  B )
 
Theoremdvdsrid 14113 An element in a (unital) ring divides itself. (Contributed by Mario Carneiro, 1-Dec-2014.) (Revised by Mario Carneiro, 30-Apr-2015.)
 |-  B  =  ( Base `  R )   &    |-  .||  =  ( ||r `  R )   =>    |-  ( ( R  e.  Ring  /\  X  e.  B ) 
 ->  X  .||  X )
 
Theoremdvdsrtr 14114 Divisibility is transitive. (Contributed by Mario Carneiro, 1-Dec-2014.)
 |-  B  =  ( Base `  R )   &    |-  .||  =  ( ||r `  R )   =>    |-  ( ( R  e.  Ring  /\  Y  .||  Z  /\  Z  .||  X )  ->  Y  .||  X )
 
Theoremdvdsrmul1 14115 The divisibility relation is preserved under right-multiplication. (Contributed by Mario Carneiro, 1-Dec-2014.)
 |-  B  =  ( Base `  R )   &    |-  .||  =  ( ||r `  R )   &    |- 
 .x.  =  ( .r `  R )   =>    |-  ( ( R  e.  Ring  /\  Z  e.  B  /\  X  .||  Y )  ->  ( X  .x.  Z )  .||  ( Y  .x.  Z ) )
 
Theoremdvdsrneg 14116 An element divides its negative. (Contributed by Mario Carneiro, 1-Dec-2014.)
 |-  B  =  ( Base `  R )   &    |-  .||  =  ( ||r `  R )   &    |-  N  =  ( invg `  R )   =>    |-  ( ( R  e.  Ring  /\  X  e.  B ) 
 ->  X  .||  ( N `  X ) )
 
Theoremdvdsr01 14117 In a ring, zero is divisible by all elements. ("Zero divisor" as a term has a somewhat different meaning.) (Contributed by Stefan O'Rear, 29-Mar-2015.)
 |-  B  =  ( Base `  R )   &    |-  .||  =  ( ||r `  R )   &    |- 
 .0.  =  ( 0g `  R )   =>    |-  ( ( R  e.  Ring  /\  X  e.  B ) 
 ->  X  .||  .0.  )
 
Theoremdvdsr02 14118 Only zero is divisible by zero. (Contributed by Stefan O'Rear, 29-Mar-2015.)
 |-  B  =  ( Base `  R )   &    |-  .||  =  ( ||r `  R )   &    |- 
 .0.  =  ( 0g `  R )   =>    |-  ( ( R  e.  Ring  /\  X  e.  B ) 
 ->  (  .0.  .||  X  <->  X  =  .0.  ) )
 
Theoremisunitd 14119 Property of being a unit of a ring. A unit is an element that left- and right-divides one. (Contributed by Mario Carneiro, 1-Dec-2014.) (Revised by Mario Carneiro, 8-Dec-2015.)
 |-  ( ph  ->  U  =  (Unit `  R )
 )   &    |-  ( ph  ->  .1.  =  ( 1r `  R ) )   &    |-  ( ph  ->  .||  =  ( ||r
 `  R ) )   &    |-  ( ph  ->  S  =  (oppr `  R ) )   &    |-  ( ph  ->  E  =  (
 ||r `  S ) )   &    |-  ( ph  ->  R  e. SRing )   =>    |-  ( ph  ->  ( X  e.  U 
 <->  ( X  .||  .1.  /\  X E  .1.  )
 ) )
 
Theorem1unit 14120 The multiplicative identity is a unit. (Contributed by Mario Carneiro, 1-Dec-2014.)
 |-  U  =  (Unit `  R )   &    |-  .1.  =  ( 1r `  R )   =>    |-  ( R  e.  Ring  ->  .1. 
 e.  U )
 
Theoremunitcld 14121 A unit is an element of the base set. (Contributed by Mario Carneiro, 1-Dec-2014.)
 |-  ( ph  ->  B  =  ( Base `  R )
 )   &    |-  ( ph  ->  U  =  (Unit `  R )
 )   &    |-  ( ph  ->  R  e. SRing )   &    |-  ( ph  ->  X  e.  U )   =>    |-  ( ph  ->  X  e.  B )
 
Theoremunitssd 14122 The set of units is contained in the base set. (Contributed by Mario Carneiro, 5-Oct-2015.)
 |-  ( ph  ->  B  =  ( Base `  R )
 )   &    |-  ( ph  ->  U  =  (Unit `  R )
 )   &    |-  ( ph  ->  R  e. SRing )   =>    |-  ( ph  ->  U  C_  B )
 
Theoremopprunitd 14123 Being a unit is a symmetric property, so it transfers to the opposite ring. (Contributed by Mario Carneiro, 4-Dec-2014.)
 |-  ( ph  ->  U  =  (Unit `  R )
 )   &    |-  ( ph  ->  S  =  (oppr `  R ) )   &    |-  ( ph  ->  R  e.  Ring )   =>    |-  ( ph  ->  U  =  (Unit `  S ) )
 
Theoremcrngunit 14124 Property of being a unit in a commutative ring. (Contributed by Mario Carneiro, 18-Apr-2016.)
 |-  U  =  (Unit `  R )   &    |-  .1.  =  ( 1r `  R )   &    |-  .|| 
 =  ( ||r
 `  R )   =>    |-  ( R  e.  CRing  ->  ( X  e.  U  <->  X  .||  .1.  ) )
 
Theoremdvdsunit 14125 A divisor of a unit is a unit. (Contributed by Mario Carneiro, 18-Apr-2016.)
 |-  U  =  (Unit `  R )   &    |-  .||  =  ( ||r `  R )   =>    |-  ( ( R  e.  CRing  /\  Y  .||  X  /\  X  e.  U )  ->  Y  e.  U )
 
Theoremunitmulcl 14126 The product of units is a unit. (Contributed by Mario Carneiro, 2-Dec-2014.)
 |-  U  =  (Unit `  R )   &    |-  .x.  =  ( .r `  R )   =>    |-  ( ( R  e.  Ring  /\  X  e.  U  /\  Y  e.  U )  ->  ( X  .x.  Y )  e.  U )
 
Theoremunitmulclb 14127 Reversal of unitmulcl 14126 in a commutative ring. (Contributed by Mario Carneiro, 18-Apr-2016.)
 |-  U  =  (Unit `  R )   &    |-  .x.  =  ( .r `  R )   &    |-  B  =  ( Base `  R )   =>    |-  (
 ( R  e.  CRing  /\  X  e.  B  /\  Y  e.  B )  ->  ( ( X  .x.  Y )  e.  U  <->  ( X  e.  U  /\  Y  e.  U ) ) )
 
Theoremunitgrpbasd 14128 The base set of the group of units. (Contributed by Mario Carneiro, 25-Dec-2014.)
 |-  ( ph  ->  U  =  (Unit `  R )
 )   &    |-  ( ph  ->  G  =  ( (mulGrp `  R )s  U ) )   &    |-  ( ph  ->  R  e. SRing )   =>    |-  ( ph  ->  U  =  (
 Base `  G ) )
 
Theoremunitgrp 14129 The group of units is a group under multiplication. (Contributed by Mario Carneiro, 2-Dec-2014.)
 |-  U  =  (Unit `  R )   &    |-  G  =  ( (mulGrp `  R )s  U )   =>    |-  ( R  e.  Ring  ->  G  e.  Grp )
 
Theoremunitabl 14130 The group of units of a commutative ring is abelian. (Contributed by Mario Carneiro, 19-Apr-2016.)
 |-  U  =  (Unit `  R )   &    |-  G  =  ( (mulGrp `  R )s  U )   =>    |-  ( R  e.  CRing  ->  G  e.  Abel )
 
Theoremunitgrpid 14131 The identity of the group of units of a ring is the ring unity. (Contributed by Mario Carneiro, 2-Dec-2014.)
 |-  U  =  (Unit `  R )   &    |-  G  =  ( (mulGrp `  R )s  U )   &    |- 
 .1.  =  ( 1r `  R )   =>    |-  ( R  e.  Ring  ->  .1.  =  ( 0g `  G ) )
 
Theoremunitsubm 14132 The group of units is a submonoid of the multiplicative monoid of the ring. (Contributed by Mario Carneiro, 18-Jun-2015.)
 |-  U  =  (Unit `  R )   &    |-  M  =  (mulGrp `  R )   =>    |-  ( R  e.  Ring  ->  U  e.  (SubMnd `  M ) )
 
Syntaxcinvr 14133 Extend class notation with multiplicative inverse.
 class  invr
 
Definitiondf-invr 14134 Define multiplicative inverse. (Contributed by NM, 21-Sep-2011.)
 |- 
 invr  =  ( r  e.  _V  |->  ( invg `  ( (mulGrp `  r
 )s  (Unit `  r )
 ) ) )
 
Theoreminvrfvald 14135 Multiplicative inverse function for a ring. (Contributed by NM, 21-Sep-2011.) (Revised by Mario Carneiro, 25-Dec-2014.)
 |-  ( ph  ->  U  =  (Unit `  R )
 )   &    |-  ( ph  ->  G  =  ( (mulGrp `  R )s  U ) )   &    |-  ( ph  ->  I  =  (
 invr `  R ) )   &    |-  ( ph  ->  R  e.  Ring
 )   =>    |-  ( ph  ->  I  =  ( invg `  G ) )
 
Theoremunitinvcl 14136 The inverse of a unit exists and is a unit. (Contributed by Mario Carneiro, 2-Dec-2014.)
 |-  U  =  (Unit `  R )   &    |-  I  =  (
 invr `  R )   =>    |-  ( ( R  e.  Ring  /\  X  e.  U )  ->  ( I `
  X )  e.  U )
 
Theoremunitinvinv 14137 The inverse of the inverse of a unit is the same element. (Contributed by Mario Carneiro, 4-Dec-2014.)
 |-  U  =  (Unit `  R )   &    |-  I  =  (
 invr `  R )   =>    |-  ( ( R  e.  Ring  /\  X  e.  U )  ->  ( I `
  ( I `  X ) )  =  X )
 
Theoremringinvcl 14138 The inverse of a unit is an element of the ring. (Contributed by Mario Carneiro, 2-Dec-2014.)
 |-  U  =  (Unit `  R )   &    |-  I  =  (
 invr `  R )   &    |-  B  =  ( Base `  R )   =>    |-  (
 ( R  e.  Ring  /\  X  e.  U ) 
 ->  ( I `  X )  e.  B )
 
Theoremunitlinv 14139 A unit times its inverse is the ring unity. (Contributed by Mario Carneiro, 2-Dec-2014.)
 |-  U  =  (Unit `  R )   &    |-  I  =  (
 invr `  R )   &    |-  .x.  =  ( .r `  R )   &    |-  .1.  =  ( 1r `  R )   =>    |-  ( ( R  e.  Ring  /\  X  e.  U ) 
 ->  ( ( I `  X )  .x.  X )  =  .1.  )
 
Theoremunitrinv 14140 A unit times its inverse is the ring unity. (Contributed by Mario Carneiro, 2-Dec-2014.)
 |-  U  =  (Unit `  R )   &    |-  I  =  (
 invr `  R )   &    |-  .x.  =  ( .r `  R )   &    |-  .1.  =  ( 1r `  R )   =>    |-  ( ( R  e.  Ring  /\  X  e.  U ) 
 ->  ( X  .x.  ( I `  X ) )  =  .1.  )
 
Theorem1rinv 14141 The inverse of the ring unity is the ring unity. (Contributed by Mario Carneiro, 18-Jun-2015.)
 |-  I  =  ( invr `  R )   &    |-  .1.  =  ( 1r `  R )   =>    |-  ( R  e.  Ring  ->  ( I `  .1.  )  =  .1.  )
 
Theorem0unit 14142 The additive identity is a unit if and only if  1  =  0, i.e. we are in the zero ring. (Contributed by Mario Carneiro, 4-Dec-2014.)
 |-  U  =  (Unit `  R )   &    |-  .0.  =  ( 0g `  R )   &    |-  .1.  =  ( 1r `  R )   =>    |-  ( R  e.  Ring  ->  (  .0.  e.  U  <->  .1.  =  .0.  )
 )
 
Theoremunitnegcl 14143 The negative of a unit is a unit. (Contributed by Mario Carneiro, 4-Dec-2014.)
 |-  U  =  (Unit `  R )   &    |-  N  =  ( invg `  R )   =>    |-  ( ( R  e.  Ring  /\  X  e.  U ) 
 ->  ( N `  X )  e.  U )
 
Syntaxcdvr 14144 Extend class notation with ring division.
 class /r
 
Definitiondf-dvr 14145* Define ring division. (Contributed by Mario Carneiro, 2-Jul-2014.)
 |- /r  =  ( r  e.  _V  |->  ( x  e.  ( Base `  r ) ,  y  e.  (Unit `  r )  |->  ( x ( .r `  r
 ) ( ( invr `  r ) `  y
 ) ) ) )
 
Theoremdvrfvald 14146* Division operation in a ring. (Contributed by Mario Carneiro, 2-Jul-2014.) (Revised by Mario Carneiro, 2-Dec-2014.) (Proof shortened by AV, 2-Mar-2024.)
 |-  ( ph  ->  B  =  ( Base `  R )
 )   &    |-  ( ph  ->  .x.  =  ( .r `  R ) )   &    |-  ( ph  ->  U  =  (Unit `  R ) )   &    |-  ( ph  ->  I  =  ( invr `  R ) )   &    |-  ( ph  ->  ./  =  (/r `  R ) )   &    |-  ( ph  ->  R  e. SRing )   =>    |-  ( ph  ->  ./  =  ( x  e.  B ,  y  e.  U  |->  ( x 
 .x.  ( I `  y ) ) ) )
 
Theoremdvrvald 14147 Division operation in a ring. (Contributed by Mario Carneiro, 2-Jul-2014.) (Revised by Mario Carneiro, 2-Dec-2014.)
 |-  ( ph  ->  B  =  ( Base `  R )
 )   &    |-  ( ph  ->  .x.  =  ( .r `  R ) )   &    |-  ( ph  ->  U  =  (Unit `  R ) )   &    |-  ( ph  ->  I  =  ( invr `  R ) )   &    |-  ( ph  ->  ./  =  (/r `  R ) )   &    |-  ( ph  ->  R  e.  Ring
 )   &    |-  ( ph  ->  X  e.  B )   &    |-  ( ph  ->  Y  e.  U )   =>    |-  ( ph  ->  ( X  ./  Y )  =  ( X  .x.  ( I `  Y ) ) )
 
Theoremdvrcl 14148 Closure of division operation. (Contributed by Mario Carneiro, 2-Jul-2014.)
 |-  B  =  ( Base `  R )   &    |-  U  =  (Unit `  R )   &    |-  ./  =  (/r `  R )   =>    |-  ( ( R  e.  Ring  /\  X  e.  B  /\  Y  e.  U )  ->  ( X  ./  Y )  e.  B )
 
Theoremunitdvcl 14149 The units are closed under division. (Contributed by Mario Carneiro, 2-Jul-2014.)
 |-  U  =  (Unit `  R )   &    |-  ./  =  (/r `  R )   =>    |-  ( ( R  e.  Ring  /\  X  e.  U  /\  Y  e.  U )  ->  ( X  ./  Y )  e.  U )
 
Theoremdvrid 14150 A ring element divided by itself is the ring unity. (dividap 8880 analog.) (Contributed by Mario Carneiro, 18-Jun-2015.)
 |-  U  =  (Unit `  R )   &    |-  ./  =  (/r `  R )   &    |-  .1.  =  ( 1r `  R )   =>    |-  ( ( R  e.  Ring  /\  X  e.  U ) 
 ->  ( X  ./  X )  =  .1.  )
 
Theoremdvr1 14151 A ring element divided by the ring unity is itself. (div1 8882 analog.) (Contributed by Mario Carneiro, 18-Jun-2015.)
 |-  B  =  ( Base `  R )   &    |-  ./  =  (/r `  R )   &    |-  .1.  =  ( 1r `  R )   =>    |-  ( ( R  e.  Ring  /\  X  e.  B ) 
 ->  ( X  ./  .1.  )  =  X )
 
Theoremdvrass 14152 An associative law for division. (divassap 8869 analog.) (Contributed by Mario Carneiro, 4-Dec-2014.)
 |-  B  =  ( Base `  R )   &    |-  U  =  (Unit `  R )   &    |-  ./  =  (/r `  R )   &    |-  .x.  =  ( .r `  R )   =>    |-  ( ( R  e.  Ring  /\  ( X  e.  B  /\  Y  e.  B  /\  Z  e.  U ) )  ->  ( ( X  .x.  Y )  ./  Z )  =  ( X  .x.  ( Y  ./  Z ) ) )
 
Theoremdvrcan1 14153 A cancellation law for division. (divcanap1 8860 analog.) (Contributed by Mario Carneiro, 2-Jul-2014.) (Revised by Mario Carneiro, 2-Dec-2014.)
 |-  B  =  ( Base `  R )   &    |-  U  =  (Unit `  R )   &    |-  ./  =  (/r `  R )   &    |-  .x.  =  ( .r `  R )   =>    |-  ( ( R  e.  Ring  /\  X  e.  B  /\  Y  e.  U )  ->  ( ( X 
 ./  Y )  .x.  Y )  =  X )
 
Theoremdvrcan3 14154 A cancellation law for division. (divcanap3 8877 analog.) (Contributed by Mario Carneiro, 2-Jul-2014.) (Revised by Mario Carneiro, 18-Jun-2015.)
 |-  B  =  ( Base `  R )   &    |-  U  =  (Unit `  R )   &    |-  ./  =  (/r `  R )   &    |-  .x.  =  ( .r `  R )   =>    |-  ( ( R  e.  Ring  /\  X  e.  B  /\  Y  e.  U )  ->  ( ( X 
 .x.  Y )  ./  Y )  =  X )
 
Theoremdvreq1 14155 Equality in terms of ratio equal to ring unity. (diveqap1 8884 analog.) (Contributed by Mario Carneiro, 28-Apr-2016.)
 |-  B  =  ( Base `  R )   &    |-  U  =  (Unit `  R )   &    |-  ./  =  (/r `  R )   &    |-  .1.  =  ( 1r `  R )   =>    |-  ( ( R  e.  Ring  /\  X  e.  B  /\  Y  e.  U )  ->  ( ( X  ./  Y )  =  .1.  <->  X  =  Y ) )
 
Theoremdvrdir 14156 Distributive law for the division operation of a ring. (Contributed by Thierry Arnoux, 30-Oct-2017.)
 |-  B  =  ( Base `  R )   &    |-  U  =  (Unit `  R )   &    |-  .+  =  ( +g  `  R )   &    |-  ./  =  (/r `  R )   =>    |-  ( ( R  e.  Ring  /\  ( X  e.  B  /\  Y  e.  B  /\  Z  e.  U )
 )  ->  ( ( X  .+  Y )  ./  Z )  =  (
 ( X  ./  Z )  .+  ( Y  ./  Z ) ) )
 
Theoremrdivmuldivd 14157 Multiplication of two ratios. Theorem I.14 of [Apostol] p. 18. (Contributed by Thierry Arnoux, 30-Oct-2017.)
 |-  B  =  ( Base `  R )   &    |-  U  =  (Unit `  R )   &    |-  .+  =  ( +g  `  R )   &    |-  ./  =  (/r `  R )   &    |-  .x.  =  ( .r `  R )   &    |-  ( ph  ->  R  e.  CRing )   &    |-  ( ph  ->  X  e.  B )   &    |-  ( ph  ->  Y  e.  U )   &    |-  ( ph  ->  Z  e.  B )   &    |-  ( ph  ->  W  e.  U )   =>    |-  ( ph  ->  (
 ( X  ./  Y )  .x.  ( Z  ./  W ) )  =  ( ( X  .x.  Z )  ./  ( Y  .x.  W ) ) )
 
Theoremringinvdv 14158 Write the inverse function in terms of division. (Contributed by Mario Carneiro, 2-Jul-2014.)
 |-  B  =  ( Base `  R )   &    |-  U  =  (Unit `  R )   &    |-  ./  =  (/r `  R )   &    |-  .1.  =  ( 1r `  R )   &    |-  I  =  ( invr `  R )   =>    |-  ( ( R  e.  Ring  /\  X  e.  U ) 
 ->  ( I `  X )  =  (  .1.  ./  X ) )
 
Theoremrngidpropdg 14159* The ring unity depends only on the ring's base set and multiplication operation. (Contributed by Mario Carneiro, 26-Dec-2014.)
 |-  ( 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.  V )   &    |-  ( ph  ->  L  e.  W )   =>    |-  ( ph  ->  ( 1r `  K )  =  ( 1r `  L ) )
 
Theoremdvdsrpropdg 14160* The divisibility relation depends only on the ring's base set and multiplication operation. (Contributed by Mario Carneiro, 26-Dec-2014.)
 |-  ( 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. SRing )   &    |-  ( ph  ->  L  e. SRing )   =>    |-  ( ph  ->  ( ||r `  K )  =  (
 ||r `  L ) )
 
Theoremunitpropdg 14161* The set of units depends only on the ring's base set and multiplication operation. (Contributed by Mario Carneiro, 26-Dec-2014.)
 |-  ( 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  ->  (Unit `  K )  =  (Unit `  L ) )
 
Theoreminvrpropdg 14162* 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 14163 Extend class notation with the ring homomorphisms.
 class RingHom
 
Syntaxcrs 14164 Extend class notation with the ring isomorphisms.
 class RingIso
 
Definitiondf-rhm 14165* 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 14166* 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 14167* 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 14168 Reverse closure of a ring homomorphism. (Contributed by Stefan O'Rear, 7-Mar-2015.)
 |-  ( F  e.  ( R RingHom  S )  ->  R  e.  Ring )
 
Theoremrhmrcl2 14169 Reverse closure of a ring homomorphism. (Contributed by Stefan O'Rear, 7-Mar-2015.)
 |-  ( F  e.  ( R RingHom  S )  ->  S  e.  Ring )
 
Theoremrhmex 14170 Set existence for ring homomorphism. (Contributed by Jim Kingdon, 16-May-2025.)
 |-  ( ( R  e.  V  /\  S  e.  W )  ->  ( R RingHom  S )  e.  _V )
 
Theoremisrhm 14171 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 14172 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 14173 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 14174 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 14175 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 14176 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 14177 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 14178* 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 14179* 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 14180 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 14181 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 14182 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 14183 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 14184 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 14185 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 14186 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 14187 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 14188 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 14189 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 14190 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 14191 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 14192 The class of nonzero rings.
 class NzRing
 
Definitiondf-nzr 14193 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 14194 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 14195 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 14196 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 14197 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 14198 The opposite of a nonzero ring is nonzero, bidirectional form of opprnzr 14199. (Contributed by SN, 20-Jun-2025.)
 |-  O  =  (oppr `  R )   =>    |-  ( R  e.  V  ->  ( R  e. NzRing  <->  O  e. NzRing ) )
 
Theoremopprnzr 14199 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 14200 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 )
    < 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-16695
  Copyright terms: Public domain < Previous  Next >