HomeHome Intuitionistic Logic Explorer
Theorem List (p. 52 of 156)
< 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 - 5101-5200   *Has distinct variable group(s)
TypeLabelDescription
Statement
 
Theoremssxpbm 5101* A cross-product subclass relationship is equivalent to the relationship for its components. (Contributed by Jim Kingdon, 12-Dec-2018.)
 |-  ( E. x  x  e.  ( A  X.  B )  ->  ( ( A  X.  B ) 
 C_  ( C  X.  D )  <->  ( A  C_  C  /\  B  C_  D ) ) )
 
Theoremssxp1 5102* Cross product subset cancellation. (Contributed by Jim Kingdon, 14-Dec-2018.)
 |-  ( E. x  x  e.  C  ->  (
 ( A  X.  C )  C_  ( B  X.  C )  <->  A  C_  B ) )
 
Theoremssxp2 5103* Cross product subset cancellation. (Contributed by Jim Kingdon, 14-Dec-2018.)
 |-  ( E. x  x  e.  C  ->  (
 ( C  X.  A )  C_  ( C  X.  B )  <->  A  C_  B ) )
 
Theoremxp11m 5104* The cross product of inhabited classes is one-to-one. (Contributed by Jim Kingdon, 13-Dec-2018.)
 |-  ( ( E. x  x  e.  A  /\  E. y  y  e.  B )  ->  ( ( A  X.  B )  =  ( C  X.  D ) 
 <->  ( A  =  C  /\  B  =  D ) ) )
 
Theoremxpcanm 5105* Cancellation law for cross-product. (Contributed by Jim Kingdon, 14-Dec-2018.)
 |-  ( E. x  x  e.  C  ->  (
 ( C  X.  A )  =  ( C  X.  B )  <->  A  =  B ) )
 
Theoremxpcan2m 5106* Cancellation law for cross-product. (Contributed by Jim Kingdon, 14-Dec-2018.)
 |-  ( E. x  x  e.  C  ->  (
 ( A  X.  C )  =  ( B  X.  C )  <->  A  =  B ) )
 
Theoremxpexr2m 5107* If a nonempty cross product is a set, so are both of its components. (Contributed by Jim Kingdon, 14-Dec-2018.)
 |-  ( ( ( A  X.  B )  e.  C  /\  E. x  x  e.  ( A  X.  B ) )  ->  ( A  e.  _V  /\  B  e.  _V )
 )
 
Theoremssrnres 5108 Subset of the range of a restriction. (Contributed by NM, 16-Jan-2006.)
 |-  ( B  C_  ran  ( C  |`  A )  <->  ran  ( C  i^i  ( A  X.  B ) )  =  B )
 
Theoremrninxp 5109* Range of the intersection with a cross product. (Contributed by NM, 17-Jan-2006.) (Proof shortened by Andrew Salmon, 27-Aug-2011.)
 |-  ( ran  ( C  i^i  ( A  X.  B ) )  =  B  <->  A. y  e.  B  E. x  e.  A  x C y )
 
Theoremdminxp 5110* Domain of the intersection with a cross product. (Contributed by NM, 17-Jan-2006.)
 |-  ( dom  ( C  i^i  ( A  X.  B ) )  =  A  <->  A. x  e.  A  E. y  e.  B  x C y )
 
Theoremimainrect 5111 Image of a relation restricted to a rectangular region. (Contributed by Stefan O'Rear, 19-Feb-2015.)
 |-  ( ( G  i^i  ( A  X.  B ) ) " Y )  =  ( ( G
 " ( Y  i^i  A ) )  i^i  B )
 
Theoremxpima1 5112 The image by a cross product. (Contributed by Thierry Arnoux, 16-Dec-2017.)
 |-  ( ( A  i^i  C )  =  (/)  ->  (
 ( A  X.  B ) " C )  =  (/) )
 
Theoremxpima2m 5113* The image by a cross product. (Contributed by Thierry Arnoux, 16-Dec-2017.)
 |-  ( E. x  x  e.  ( A  i^i  C )  ->  ( ( A  X.  B ) " C )  =  B )
 
Theoremxpimasn 5114 The image of a singleton by a cross product. (Contributed by Thierry Arnoux, 14-Jan-2018.)
 |-  ( X  e.  A  ->  ( ( A  X.  B ) " { X } )  =  B )
 
Theoremcnvcnv3 5115* The set of all ordered pairs in a class is the same as the double converse. (Contributed by Mario Carneiro, 16-Aug-2015.)
 |-  `' `' R  =  { <. x ,  y >.  |  x R y }
 
Theoremdfrel2 5116 Alternate definition of relation. Exercise 2 of [TakeutiZaring] p. 25. (Contributed by NM, 29-Dec-1996.)
 |-  ( Rel  R  <->  `' `' R  =  R )
 
Theoremdfrel4v 5117* A relation can be expressed as the set of ordered pairs in it. (Contributed by Mario Carneiro, 16-Aug-2015.)
 |-  ( Rel  R  <->  R  =  { <. x ,  y >.  |  x R y }
 )
 
Theoremcnvcnv 5118 The double converse of a class strips out all elements that are not ordered pairs. (Contributed by NM, 8-Dec-2003.)
 |-  `' `' A  =  ( A  i^i  ( _V  X.  _V ) )
 
Theoremcnvcnv2 5119 The double converse of a class equals its restriction to the universe. (Contributed by NM, 8-Oct-2007.)
 |-  `' `' A  =  ( A  |`  _V )
 
Theoremcnvcnvss 5120 The double converse of a class is a subclass. Exercise 2 of [TakeutiZaring] p. 25. (Contributed by NM, 23-Jul-2004.)
 |-  `' `' A  C_  A
 
Theoremcnveqb 5121 Equality theorem for converse. (Contributed by FL, 19-Sep-2011.)
 |-  ( ( Rel  A  /\  Rel  B )  ->  ( A  =  B  <->  `' A  =  `' B ) )
 
Theoremcnveq0 5122 A relation empty iff its converse is empty. (Contributed by FL, 19-Sep-2011.)
 |-  ( Rel  A  ->  ( A  =  (/)  <->  `' A  =  (/) ) )
 
Theoremdfrel3 5123 Alternate definition of relation. (Contributed by NM, 14-May-2008.)
 |-  ( Rel  R  <->  ( R  |`  _V )  =  R )
 
Theoremdmresv 5124 The domain of a universal restriction. (Contributed by NM, 14-May-2008.)
 |- 
 dom  ( A  |`  _V )  =  dom  A
 
Theoremrnresv 5125 The range of a universal restriction. (Contributed by NM, 14-May-2008.)
 |- 
 ran  ( A  |`  _V )  =  ran  A
 
Theoremdfrn4 5126 Range defined in terms of image. (Contributed by NM, 14-May-2008.)
 |- 
 ran  A  =  ( A " _V )
 
Theoremcsbrng 5127 Distribute proper substitution through the range of a class. (Contributed by Alan Sare, 10-Nov-2012.)
 |-  ( A  e.  V  -> 
 [_ A  /  x ]_
 ran  B  =  ran  [_ A  /  x ]_ B )
 
Theoremrescnvcnv 5128 The restriction of the double converse of a class. (Contributed by NM, 8-Apr-2007.) (Proof shortened by Andrew Salmon, 27-Aug-2011.)
 |-  ( `' `' A  |`  B )  =  ( A  |`  B )
 
Theoremcnvcnvres 5129 The double converse of the restriction of a class. (Contributed by NM, 3-Jun-2007.)
 |-  `' `' ( A  |`  B )  =  ( `' `' A  |`  B )
 
Theoremimacnvcnv 5130 The image of the double converse of a class. (Contributed by NM, 8-Apr-2007.)
 |-  ( `' `' A " B )  =  ( A " B )
 
Theoremdmsnm 5131* The domain of a singleton is inhabited iff the singleton argument is an ordered pair. (Contributed by Jim Kingdon, 15-Dec-2018.)
 |-  ( A  e.  ( _V  X.  _V )  <->  E. x  x  e. 
 dom  { A } )
 
Theoremrnsnm 5132* The range of a singleton is inhabited iff the singleton argument is an ordered pair. (Contributed by Jim Kingdon, 15-Dec-2018.)
 |-  ( A  e.  ( _V  X.  _V )  <->  E. x  x  e. 
 ran  { A } )
 
Theoremdmsn0 5133 The domain of the singleton of the empty set is empty. (Contributed by NM, 30-Jan-2004.)
 |- 
 dom  { (/) }  =  (/)
 
Theoremcnvsn0 5134 The converse of the singleton of the empty set is empty. (Contributed by Mario Carneiro, 30-Aug-2015.)
 |-  `' { (/) }  =  (/)
 
Theoremdmsn0el 5135 The domain of a singleton is empty if the singleton's argument contains the empty set. (Contributed by NM, 15-Dec-2008.)
 |-  ( (/)  e.  A  ->  dom  { A }  =  (/) )
 
Theoremrelsn2m 5136* A singleton is a relation iff it has an inhabited domain. (Contributed by Jim Kingdon, 16-Dec-2018.)
 |-  A  e.  _V   =>    |-  ( Rel  { A } 
 <-> 
 E. x  x  e. 
 dom  { A } )
 
Theoremdmsnopg 5137 The domain of a singleton of an ordered pair is the singleton of the first member. (Contributed by Mario Carneiro, 26-Apr-2015.)
 |-  ( B  e.  V  ->  dom  { <. A ,  B >. }  =  { A } )
 
Theoremdmpropg 5138 The domain of an unordered pair of ordered pairs. (Contributed by Mario Carneiro, 26-Apr-2015.)
 |-  ( ( B  e.  V  /\  D  e.  W )  ->  dom  { <. A ,  B >. ,  <. C ,  D >. }  =  { A ,  C }
 )
 
Theoremdmsnop 5139 The domain of a singleton of an ordered pair is the singleton of the first member. (Contributed by NM, 30-Jan-2004.) (Proof shortened by Andrew Salmon, 27-Aug-2011.) (Revised by Mario Carneiro, 26-Apr-2015.)
 |-  B  e.  _V   =>    |-  dom  { <. A ,  B >. }  =  { A }
 
Theoremdmprop 5140 The domain of an unordered pair of ordered pairs. (Contributed by NM, 13-Sep-2011.)
 |-  B  e.  _V   &    |-  D  e.  _V   =>    |- 
 dom  { <. A ,  B >. ,  <. C ,  D >. }  =  { A ,  C }
 
Theoremdmtpop 5141 The domain of an unordered triple of ordered pairs. (Contributed by NM, 14-Sep-2011.)
 |-  B  e.  _V   &    |-  D  e.  _V   &    |-  F  e.  _V   =>    |-  dom  {
 <. A ,  B >. , 
 <. C ,  D >. , 
 <. E ,  F >. }  =  { A ,  C ,  E }
 
Theoremcnvcnvsn 5142 Double converse of a singleton of an ordered pair. (Unlike cnvsn 5148, this does not need any sethood assumptions on  A and  B.) (Contributed by Mario Carneiro, 26-Apr-2015.)
 |-  `' `' { <. A ,  B >. }  =  `' { <. B ,  A >. }
 
Theoremdmsnsnsng 5143 The domain of the singleton of the singleton of a singleton. (Contributed by Jim Kingdon, 16-Dec-2018.)
 |-  ( A  e.  _V  ->  dom  { { { A } } }  =  { A } )
 
Theoremrnsnopg 5144 The range of a singleton of an ordered pair is the singleton of the second member. (Contributed by NM, 24-Jul-2004.) (Revised by Mario Carneiro, 30-Apr-2015.)
 |-  ( A  e.  V  ->  ran  { <. A ,  B >. }  =  { B } )
 
Theoremrnpropg 5145 The range of a pair of ordered pairs is the pair of second members. (Contributed by Thierry Arnoux, 3-Jan-2017.)
 |-  ( ( A  e.  V  /\  B  e.  W )  ->  ran  { <. A ,  C >. ,  <. B ,  D >. }  =  { C ,  D }
 )
 
Theoremrnsnop 5146 The range of a singleton of an ordered pair is the singleton of the second member. (Contributed by NM, 24-Jul-2004.) (Revised by Mario Carneiro, 26-Apr-2015.)
 |-  A  e.  _V   =>    |-  ran  { <. A ,  B >. }  =  { B }
 
Theoremop1sta 5147 Extract the first member of an ordered pair. (See op2nda 5150 to extract the second member and op1stb 4509 for an alternate version.) (Contributed by Raph Levien, 4-Dec-2003.)
 |-  A  e.  _V   &    |-  B  e.  _V   =>    |- 
 U. dom  { <. A ,  B >. }  =  A
 
Theoremcnvsn 5148 Converse of a singleton of an ordered pair. (Contributed by NM, 11-May-1998.) (Revised by Mario Carneiro, 26-Apr-2015.)
 |-  A  e.  _V   &    |-  B  e.  _V   =>    |-  `' { <. A ,  B >. }  =  { <. B ,  A >. }
 
Theoremop2ndb 5149 Extract the second member of an ordered pair. Theorem 5.12(ii) of [Monk1] p. 52. (See op1stb 4509 to extract the first member and op2nda 5150 for an alternate version.) (Contributed by NM, 25-Nov-2003.)
 |-  A  e.  _V   &    |-  B  e.  _V   =>    |- 
 |^| |^| |^| `' { <. A ,  B >. }  =  B
 
Theoremop2nda 5150 Extract the second member of an ordered pair. (See op1sta 5147 to extract the first member and op2ndb 5149 for an alternate version.) (Contributed by NM, 17-Feb-2004.) (Proof shortened by Andrew Salmon, 27-Aug-2011.)
 |-  A  e.  _V   &    |-  B  e.  _V   =>    |- 
 U. ran  { <. A ,  B >. }  =  B
 
Theoremcnvsng 5151 Converse of a singleton of an ordered pair. (Contributed by NM, 23-Jan-2015.)
 |-  ( ( A  e.  V  /\  B  e.  W )  ->  `' { <. A ,  B >. }  =  { <. B ,  A >. } )
 
Theoremopswapg 5152 Swap the members of an ordered pair. (Contributed by Jim Kingdon, 16-Dec-2018.)
 |-  ( ( A  e.  V  /\  B  e.  W )  ->  U. `' { <. A ,  B >. }  =  <. B ,  A >. )
 
Theoremelxp4 5153 Membership in a cross product. This version requires no quantifiers or dummy variables. See also elxp5 5154. (Contributed by NM, 17-Feb-2004.)
 |-  ( A  e.  ( B  X.  C )  <->  ( A  =  <. U. dom  { A } ,  U. ran  { A } >.  /\  ( U. dom  { A }  e.  B  /\  U. ran  { A }  e.  C )
 ) )
 
Theoremelxp5 5154 Membership in a cross product requiring no quantifiers or dummy variables. Provides a slightly shorter version of elxp4 5153 when the double intersection does not create class existence problems (caused by int0 3884). (Contributed by NM, 1-Aug-2004.)
 |-  ( A  e.  ( B  X.  C )  <->  ( A  =  <. |^| |^| A ,  U. ran  { A } >.  /\  ( |^| |^| A  e.  B  /\  U. ran  { A }  e.  C ) ) )
 
Theoremcnvresima 5155 An image under the converse of a restriction. (Contributed by Jeff Hankins, 12-Jul-2009.)
 |-  ( `' ( F  |`  A ) " B )  =  ( ( `' F " B )  i^i  A )
 
Theoremresdm2 5156 A class restricted to its domain equals its double converse. (Contributed by NM, 8-Apr-2007.)
 |-  ( A  |`  dom  A )  =  `' `' A
 
Theoremresdmres 5157 Restriction to the domain of a restriction. (Contributed by NM, 8-Apr-2007.)
 |-  ( A  |`  dom  ( A  |`  B ) )  =  ( A  |`  B )
 
Theoremimadmres 5158 The image of the domain of a restriction. (Contributed by NM, 8-Apr-2007.)
 |-  ( A " dom  ( A  |`  B ) )  =  ( A
 " B )
 
Theoremmptpreima 5159* The preimage of a function in maps-to notation. (Contributed by Stefan O'Rear, 25-Jan-2015.)
 |-  F  =  ( x  e.  A  |->  B )   =>    |-  ( `' F " C )  =  { x  e.  A  |  B  e.  C }
 
Theoremmptiniseg 5160* Converse singleton image of a function defined by maps-to. (Contributed by Stefan O'Rear, 25-Jan-2015.)
 |-  F  =  ( x  e.  A  |->  B )   =>    |-  ( C  e.  V  ->  ( `' F " { C } )  =  { x  e.  A  |  B  =  C } )
 
Theoremdmmpt 5161 The domain of the mapping operation in general. (Contributed by NM, 16-May-1995.) (Revised by Mario Carneiro, 22-Mar-2015.)
 |-  F  =  ( x  e.  A  |->  B )   =>    |-  dom 
 F  =  { x  e.  A  |  B  e.  _V
 }
 
Theoremdmmptss 5162* The domain of a mapping is a subset of its base class. (Contributed by Scott Fenton, 17-Jun-2013.)
 |-  F  =  ( x  e.  A  |->  B )   =>    |-  dom 
 F  C_  A
 
Theoremdmmptg 5163* The domain of the mapping operation is the stated domain, if the function value is always a set. (Contributed by Mario Carneiro, 9-Feb-2013.) (Revised by Mario Carneiro, 14-Sep-2013.)
 |-  ( A. x  e.  A  B  e.  V  ->  dom  ( x  e.  A  |->  B )  =  A )
 
Theoremrelco 5164 A composition is a relation. Exercise 24 of [TakeutiZaring] p. 25. (Contributed by NM, 26-Jan-1997.)
 |- 
 Rel  ( A  o.  B )
 
Theoremdfco2 5165* Alternate definition of a class composition, using only one bound variable. (Contributed by NM, 19-Dec-2008.)
 |-  ( A  o.  B )  =  U_ x  e. 
 _V  ( ( `' B " { x } )  X.  ( A " { x }
 ) )
 
Theoremdfco2a 5166* Generalization of dfco2 5165, where  C can have any value between  dom  A  i^i  ran 
B and  _V. (Contributed by NM, 21-Dec-2008.) (Proof shortened by Andrew Salmon, 27-Aug-2011.)
 |-  ( ( dom  A  i^i  ran  B )  C_  C  ->  ( A  o.  B )  =  U_ x  e.  C  ( ( `' B " { x } )  X.  ( A " { x }
 ) ) )
 
Theoremcoundi 5167 Class composition distributes over union. (Contributed by NM, 21-Dec-2008.) (Proof shortened by Andrew Salmon, 27-Aug-2011.)
 |-  ( A  o.  ( B  u.  C ) )  =  ( ( A  o.  B )  u.  ( A  o.  C ) )
 
Theoremcoundir 5168 Class composition distributes over union. (Contributed by NM, 21-Dec-2008.) (Proof shortened by Andrew Salmon, 27-Aug-2011.)
 |-  ( ( A  u.  B )  o.  C )  =  ( ( A  o.  C )  u.  ( B  o.  C ) )
 
Theoremcores 5169 Restricted first member of a class composition. (Contributed by NM, 12-Oct-2004.) (Proof shortened by Andrew Salmon, 27-Aug-2011.)
 |-  ( ran  B  C_  C  ->  ( ( A  |`  C )  o.  B )  =  ( A  o.  B ) )
 
Theoremresco 5170 Associative law for the restriction of a composition. (Contributed by NM, 12-Dec-2006.)
 |-  ( ( A  o.  B )  |`  C )  =  ( A  o.  ( B  |`  C ) )
 
Theoremimaco 5171 Image of the composition of two classes. (Contributed by Jason Orendorff, 12-Dec-2006.)
 |-  ( ( A  o.  B ) " C )  =  ( A " ( B " C ) )
 
Theoremrnco 5172 The range of the composition of two classes. (Contributed by NM, 12-Dec-2006.)
 |- 
 ran  ( A  o.  B )  =  ran  ( A  |`  ran  B )
 
Theoremrnco2 5173 The range of the composition of two classes. (Contributed by NM, 27-Mar-2008.)
 |- 
 ran  ( A  o.  B )  =  ( A " ran  B )
 
Theoremdmco 5174 The domain of a composition. Exercise 27 of [Enderton] p. 53. (Contributed by NM, 4-Feb-2004.)
 |- 
 dom  ( A  o.  B )  =  ( `' B " dom  A )
 
Theoremcoiun 5175* Composition with an indexed union. (Contributed by NM, 21-Dec-2008.)
 |-  ( A  o.  U_ x  e.  C  B )  =  U_ x  e.  C  ( A  o.  B )
 
Theoremcocnvcnv1 5176 A composition is not affected by a double converse of its first argument. (Contributed by NM, 8-Oct-2007.)
 |-  ( `' `' A  o.  B )  =  ( A  o.  B )
 
Theoremcocnvcnv2 5177 A composition is not affected by a double converse of its second argument. (Contributed by NM, 8-Oct-2007.)
 |-  ( A  o.  `' `' B )  =  ( A  o.  B )
 
Theoremcores2 5178 Absorption of a reverse (preimage) restriction of the second member of a class composition. (Contributed by NM, 11-Dec-2006.)
 |-  ( dom  A  C_  C  ->  ( A  o.  `' ( `' B  |`  C ) )  =  ( A  o.  B ) )
 
Theoremco02 5179 Composition with the empty set. Theorem 20 of [Suppes] p. 63. (Contributed by NM, 24-Apr-2004.)
 |-  ( A  o.  (/) )  =  (/)
 
Theoremco01 5180 Composition with the empty set. (Contributed by NM, 24-Apr-2004.)
 |-  ( (/)  o.  A )  =  (/)
 
Theoremcoi1 5181 Composition with the identity relation. Part of Theorem 3.7(i) of [Monk1] p. 36. (Contributed by NM, 22-Apr-2004.)
 |-  ( Rel  A  ->  ( A  o.  _I  )  =  A )
 
Theoremcoi2 5182 Composition with the identity relation. Part of Theorem 3.7(i) of [Monk1] p. 36. (Contributed by NM, 22-Apr-2004.)
 |-  ( Rel  A  ->  (  _I  o.  A )  =  A )
 
Theoremcoires1 5183 Composition with a restricted identity relation. (Contributed by FL, 19-Jun-2011.) (Revised by Stefan O'Rear, 7-Mar-2015.)
 |-  ( A  o.  (  _I  |`  B ) )  =  ( A  |`  B )
 
Theoremcoass 5184 Associative law for class composition. Theorem 27 of [Suppes] p. 64. Also Exercise 21 of [Enderton] p. 53. Interestingly, this law holds for any classes whatsoever, not just functions or even relations. (Contributed by NM, 27-Jan-1997.)
 |-  ( ( A  o.  B )  o.  C )  =  ( A  o.  ( B  o.  C ) )
 
Theoremrelcnvtr 5185 A relation is transitive iff its converse is transitive. (Contributed by FL, 19-Sep-2011.)
 |-  ( Rel  R  ->  ( ( R  o.  R )  C_  R  <->  ( `' R  o.  `' R )  C_  `' R ) )
 
Theoremrelssdmrn 5186 A relation is included in the cross product of its domain and range. Exercise 4.12(t) of [Mendelson] p. 235. (Contributed by NM, 3-Aug-1994.)
 |-  ( Rel  A  ->  A 
 C_  ( dom  A  X.  ran  A ) )
 
Theoremcnvssrndm 5187 The converse is a subset of the cartesian product of range and domain. (Contributed by Mario Carneiro, 2-Jan-2017.)
 |-  `' A  C_  ( ran 
 A  X.  dom  A )
 
Theoremcossxp 5188 Composition as a subset of the cross product of factors. (Contributed by Mario Carneiro, 12-Jan-2017.)
 |-  ( A  o.  B )  C_  ( dom  B  X.  ran  A )
 
Theoremcossxp2 5189 The composition of two relations is a relation, with bounds on its domain and codomain. (Contributed by BJ, 10-Jul-2022.)
 |-  ( ph  ->  R  C_  ( A  X.  B ) )   &    |-  ( ph  ->  S 
 C_  ( B  X.  C ) )   =>    |-  ( ph  ->  ( S  o.  R ) 
 C_  ( A  X.  C ) )
 
Theoremcocnvres 5190 Restricting a relation and a converse relation when they are composed together. (Contributed by BJ, 10-Jul-2022.)
 |-  ( S  o.  `' R )  =  (
 ( S  |`  dom  R )  o.  `' ( R  |`  dom  S ) )
 
Theoremcocnvss 5191 Upper bound for the composed of a relation and an inverse relation. (Contributed by BJ, 10-Jul-2022.)
 |-  ( S  o.  `' R )  C_  ( ran  ( R  |`  dom  S )  X.  ran  ( S  |` 
 dom  R ) )
 
Theoremrelrelss 5192 Two ways to describe the structure of a two-place operation. (Contributed by NM, 17-Dec-2008.)
 |-  ( ( Rel  A  /\  Rel  dom  A )  <->  A 
 C_  ( ( _V 
 X.  _V )  X.  _V ) )
 
Theoremunielrel 5193 The membership relation for a relation is inherited by class union. (Contributed by NM, 17-Sep-2006.)
 |-  ( ( Rel  R  /\  A  e.  R ) 
 ->  U. A  e.  U. R )
 
Theoremrelfld 5194 The double union of a relation is its field. (Contributed by NM, 17-Sep-2006.)
 |-  ( Rel  R  ->  U.
 U. R  =  ( dom  R  u.  ran  R ) )
 
Theoremrelresfld 5195 Restriction of a relation to its field. (Contributed by FL, 15-Apr-2012.)
 |-  ( Rel  R  ->  ( R  |`  U. U. R )  =  R )
 
Theoremrelcoi2 5196 Composition with the identity relation restricted to a relation's field. (Contributed by FL, 2-May-2011.)
 |-  ( Rel  R  ->  ( (  _I  |`  U. U. R )  o.  R )  =  R )
 
Theoremrelcoi1 5197 Composition with the identity relation restricted to a relation's field. (Contributed by FL, 8-May-2011.)
 |-  ( Rel  R  ->  ( R  o.  (  _I  |`  U. U. R ) )  =  R )
 
Theoremunidmrn 5198 The double union of the converse of a class is its field. (Contributed by NM, 4-Jun-2008.)
 |- 
 U. U. `' A  =  ( dom  A  u.  ran  A )
 
Theoremrelcnvfld 5199 if  R is a relation, its double union equals the double union of its converse. (Contributed by FL, 5-Jan-2009.)
 |-  ( Rel  R  ->  U.
 U. R  =  U. U. `' R )
 
Theoremdfdm2 5200 Alternate definition of domain df-dm 4669 that doesn't require dummy variables. (Contributed by NM, 2-Aug-2010.)
 |- 
 dom  A  =  U. U. ( `' A  o.  A )
    < 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-15574
  Copyright terms: Public domain < Previous  Next >