HomeHome Intuitionistic Logic Explorer
Theorem List (p. 61 of 135)
< 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 - 6001-6100   *Has distinct variable group(s)
TypeLabelDescription
Statement
 
Theoremofmresval 6001 Value of a restriction of the function operation map. (Contributed by NM, 20-Oct-2014.)
 |-  ( ph  ->  F  e.  A )   &    |-  ( ph  ->  G  e.  B )   =>    |-  ( ph  ->  ( F (  oF R  |`  ( A  X.  B ) ) G )  =  ( F  oF R G ) )
 
Theoremoff 6002* The function operation produces a function. (Contributed by Mario Carneiro, 20-Jul-2014.)
 |-  ( ( ph  /\  ( x  e.  S  /\  y  e.  T )
 )  ->  ( x R y )  e.  U )   &    |-  ( ph  ->  F : A --> S )   &    |-  ( ph  ->  G : B
 --> T )   &    |-  ( ph  ->  A  e.  V )   &    |-  ( ph  ->  B  e.  W )   &    |-  ( A  i^i  B )  =  C   =>    |-  ( ph  ->  ( F  oF R G ) : C --> U )
 
Theoremoffeq 6003* Convert an identity of the operation to the analogous identity on the function operation. (Contributed by Jim Kingdon, 26-Nov-2023.)
 |-  ( ( ph  /\  ( x  e.  S  /\  y  e.  T )
 )  ->  ( x R y )  e.  U )   &    |-  ( ph  ->  F : A --> S )   &    |-  ( ph  ->  G : B
 --> T )   &    |-  ( ph  ->  A  e.  V )   &    |-  ( ph  ->  B  e.  W )   &    |-  ( A  i^i  B )  =  C   &    |-  ( ph  ->  H : C --> U )   &    |-  ( ( ph  /\  x  e.  A )  ->  ( F `  x )  =  D )   &    |-  ( ( ph  /\  x  e.  B ) 
 ->  ( G `  x )  =  E )   &    |-  (
 ( ph  /\  x  e.  C )  ->  ( D R E )  =  ( H `  x ) )   =>    |-  ( ph  ->  ( F  oF R G )  =  H )
 
Theoremofres 6004 Restrict the operands of a function operation to the same domain as that of the operation itself. (Contributed by Mario Carneiro, 15-Sep-2014.)
 |-  ( ph  ->  F  Fn  A )   &    |-  ( ph  ->  G  Fn  B )   &    |-  ( ph  ->  A  e.  V )   &    |-  ( ph  ->  B  e.  W )   &    |-  ( A  i^i  B )  =  C   =>    |-  ( ph  ->  ( F  oF R G )  =  ( ( F  |`  C )  oF R ( G  |`  C )
 ) )
 
Theoremoffval2 6005* The function operation expressed as a mapping. (Contributed by Mario Carneiro, 20-Jul-2014.)
 |-  ( ph  ->  A  e.  V )   &    |-  ( ( ph  /\  x  e.  A ) 
 ->  B  e.  W )   &    |-  ( ( ph  /\  x  e.  A )  ->  C  e.  X )   &    |-  ( ph  ->  F  =  ( x  e.  A  |->  B ) )   &    |-  ( ph  ->  G  =  ( x  e.  A  |->  C ) )   =>    |-  ( ph  ->  ( F  oF R G )  =  ( x  e.  A  |->  ( B R C ) ) )
 
Theoremofrfval2 6006* The function relation acting on maps. (Contributed by Mario Carneiro, 20-Jul-2014.)
 |-  ( ph  ->  A  e.  V )   &    |-  ( ( ph  /\  x  e.  A ) 
 ->  B  e.  W )   &    |-  ( ( ph  /\  x  e.  A )  ->  C  e.  X )   &    |-  ( ph  ->  F  =  ( x  e.  A  |->  B ) )   &    |-  ( ph  ->  G  =  ( x  e.  A  |->  C ) )   =>    |-  ( ph  ->  ( F  oR R G  <->  A. x  e.  A  B R C ) )
 
Theoremsuppssof1 6007* Formula building theorem for support restrictions: vector operation with left annihilator. (Contributed by Stefan O'Rear, 9-Mar-2015.)
 |-  ( ph  ->  ( `' A " ( _V  \  { Y } )
 )  C_  L )   &    |-  (
 ( ph  /\  v  e.  R )  ->  ( Y O v )  =  Z )   &    |-  ( ph  ->  A : D --> V )   &    |-  ( ph  ->  B : D
 --> R )   &    |-  ( ph  ->  D  e.  W )   =>    |-  ( ph  ->  ( `' ( A  oF O B ) " ( _V  \  { Z }
 ) )  C_  L )
 
Theoremofco 6008 The composition of a function operation with another function. (Contributed by Mario Carneiro, 19-Dec-2014.)
 |-  ( ph  ->  F  Fn  A )   &    |-  ( ph  ->  G  Fn  B )   &    |-  ( ph  ->  H : D --> C )   &    |-  ( ph  ->  A  e.  V )   &    |-  ( ph  ->  B  e.  W )   &    |-  ( ph  ->  D  e.  X )   &    |-  ( A  i^i  B )  =  C   =>    |-  ( ph  ->  ( ( F  oF R G )  o.  H )  =  ( ( F  o.  H )  oF R ( G  o.  H ) ) )
 
Theoremoffveqb 6009* Equivalent expressions for equality with a function operation. (Contributed by NM, 9-Oct-2014.) (Proof shortened by Mario Carneiro, 5-Dec-2016.)
 |-  ( ph  ->  A  e.  V )   &    |-  ( ph  ->  F  Fn  A )   &    |-  ( ph  ->  G  Fn  A )   &    |-  ( ph  ->  H  Fn  A )   &    |-  ( ( ph  /\  x  e.  A ) 
 ->  ( F `  x )  =  B )   &    |-  (
 ( ph  /\  x  e.  A )  ->  ( G `  x )  =  C )   =>    |-  ( ph  ->  ( H  =  ( F  oF R G )  <->  A. x  e.  A  ( H `  x )  =  ( B R C ) ) )
 
Theoremofc12 6010 Function operation on two constant functions. (Contributed by Mario Carneiro, 28-Jul-2014.)
 |-  ( ph  ->  A  e.  V )   &    |-  ( ph  ->  B  e.  W )   &    |-  ( ph  ->  C  e.  X )   =>    |-  ( ph  ->  (
 ( A  X.  { B } )  oF R ( A  X.  { C } ) )  =  ( A  X.  { ( B R C ) } ) )
 
Theoremcaofref 6011* Transfer a reflexive law to the function relation. (Contributed by Mario Carneiro, 28-Jul-2014.)
 |-  ( ph  ->  A  e.  V )   &    |-  ( ph  ->  F : A --> S )   &    |-  ( ( ph  /\  x  e.  S )  ->  x R x )   =>    |-  ( ph  ->  F  oR R F )
 
Theoremcaofinvl 6012* Transfer a left inverse law to the function operation. (Contributed by NM, 22-Oct-2014.)
 |-  ( ph  ->  A  e.  V )   &    |-  ( ph  ->  F : A --> S )   &    |-  ( ph  ->  B  e.  W )   &    |-  ( ph  ->  N : S --> S )   &    |-  ( ph  ->  G  =  ( v  e.  A  |->  ( N `  ( F `
  v ) ) ) )   &    |-  ( ( ph  /\  x  e.  S ) 
 ->  ( ( N `  x ) R x )  =  B )   =>    |-  ( ph  ->  ( G  oF R F )  =  ( A  X.  { B } ) )
 
Theoremcaofcom 6013* Transfer a commutative law to the function operation. (Contributed by Mario Carneiro, 26-Jul-2014.)
 |-  ( ph  ->  A  e.  V )   &    |-  ( ph  ->  F : A --> S )   &    |-  ( ph  ->  G : A
 --> S )   &    |-  ( ( ph  /\  ( x  e.  S  /\  y  e.  S ) )  ->  ( x R y )  =  ( y R x ) )   =>    |-  ( ph  ->  ( F  oF R G )  =  ( G  oF R F ) )
 
Theoremcaofrss 6014* Transfer a relation subset law to the function relation. (Contributed by Mario Carneiro, 28-Jul-2014.)
 |-  ( ph  ->  A  e.  V )   &    |-  ( ph  ->  F : A --> S )   &    |-  ( ph  ->  G : A
 --> S )   &    |-  ( ( ph  /\  ( x  e.  S  /\  y  e.  S ) )  ->  ( x R y  ->  x T y ) )   =>    |-  ( ph  ->  ( F  oR R G  ->  F  oR T G ) )
 
Theoremcaoftrn 6015* Transfer a transitivity law to the function relation. (Contributed by Mario Carneiro, 28-Jul-2014.)
 |-  ( ph  ->  A  e.  V )   &    |-  ( ph  ->  F : A --> S )   &    |-  ( ph  ->  G : A
 --> S )   &    |-  ( ph  ->  H : A --> S )   &    |-  ( ( ph  /\  ( x  e.  S  /\  y  e.  S  /\  z  e.  S )
 )  ->  ( ( x R y  /\  y T z )  ->  x U z ) )   =>    |-  ( ph  ->  ( ( F  oR R G  /\  G  oR T H )  ->  F  oR U H ) )
 
2.6.13  Functions (continued)
 
TheoremresfunexgALT 6016 The restriction of a function to a set exists. Compare Proposition 6.17 of [TakeutiZaring] p. 28. This version has a shorter proof than resfunexg 5649 but requires ax-pow 4106 and ax-un 4363. (Contributed by NM, 7-Apr-1995.) (Proof modification is discouraged.) (New usage is discouraged.)
 |-  ( ( Fun  A  /\  B  e.  C ) 
 ->  ( A  |`  B )  e.  _V )
 
Theoremcofunexg 6017 Existence of a composition when the first member is a function. (Contributed by NM, 8-Oct-2007.)
 |-  ( ( Fun  A  /\  B  e.  C ) 
 ->  ( A  o.  B )  e.  _V )
 
Theoremcofunex2g 6018 Existence of a composition when the second member is one-to-one. (Contributed by NM, 8-Oct-2007.)
 |-  ( ( A  e.  V  /\  Fun  `' B )  ->  ( A  o.  B )  e.  _V )
 
TheoremfnexALT 6019 If the domain of a function is a set, the function is a set. Theorem 6.16(1) of [TakeutiZaring] p. 28. This theorem is derived using the Axiom of Replacement in the form of funimaexg 5215. This version of fnex 5650 uses ax-pow 4106 and ax-un 4363, whereas fnex 5650 does not. (Contributed by NM, 14-Aug-1994.) (Proof modification is discouraged.) (New usage is discouraged.)
 |-  ( ( F  Fn  A  /\  A  e.  B )  ->  F  e.  _V )
 
Theoremfunrnex 6020 If the domain of a function exists, so does its range. Part of Theorem 4.15(v) of [Monk1] p. 46. This theorem is derived using the Axiom of Replacement in the form of funex 5651. (Contributed by NM, 11-Nov-1995.)
 |-  ( dom  F  e.  B  ->  ( Fun  F  ->  ran  F  e.  _V ) )
 
Theoremfornex 6021 If the domain of an onto function exists, so does its codomain. (Contributed by NM, 23-Jul-2004.)
 |-  ( A  e.  C  ->  ( F : A -onto-> B  ->  B  e.  _V ) )
 
Theoremf1dmex 6022 If the codomain of a one-to-one function exists, so does its domain. This can be thought of as a form of the Axiom of Replacement. (Contributed by NM, 4-Sep-2004.)
 |-  ( ( F : A -1-1-> B  /\  B  e.  C )  ->  A  e.  _V )
 
Theoremabrexex 6023* Existence of a class abstraction of existentially restricted sets.  x is normally a free-variable parameter in the class expression substituted for  B, which can be thought of as  B ( x ). This simple-looking theorem is actually quite powerful and appears to involve the Axiom of Replacement in an intrinsic way, as can be seen by tracing back through the path mptexg 5653, funex 5651, fnex 5650, resfunexg 5649, and funimaexg 5215. See also abrexex2 6030. (Contributed by NM, 16-Oct-2003.) (Proof shortened by Mario Carneiro, 31-Aug-2015.)
 |-  A  e.  _V   =>    |-  { y  | 
 E. x  e.  A  y  =  B }  e.  _V
 
Theoremabrexexg 6024* Existence of a class abstraction of existentially restricted sets.  x is normally a free-variable parameter in  B. The antecedent assures us that  A is a set. (Contributed by NM, 3-Nov-2003.)
 |-  ( A  e.  V  ->  { y  |  E. x  e.  A  y  =  B }  e.  _V )
 
Theoremiunexg 6025* The existence of an indexed union. 
x is normally a free-variable parameter in  B. (Contributed by NM, 23-Mar-2006.)
 |-  ( ( A  e.  V  /\  A. x  e.  A  B  e.  W )  ->  U_ x  e.  A  B  e.  _V )
 
Theoremabrexex2g 6026* Existence of an existentially restricted class abstraction. (Contributed by Jeff Madsen, 2-Sep-2009.)
 |-  ( ( A  e.  V  /\  A. x  e.  A  { y  | 
 ph }  e.  W )  ->  { y  | 
 E. x  e.  A  ph
 }  e.  _V )
 
Theoremopabex3d 6027* Existence of an ordered pair abstraction, deduction version. (Contributed by Alexander van der Vekens, 19-Oct-2017.)
 |-  ( ph  ->  A  e.  _V )   &    |-  ( ( ph  /\  x  e.  A ) 
 ->  { y  |  ps }  e.  _V )   =>    |-  ( ph  ->  {
 <. x ,  y >.  |  ( x  e.  A  /\  ps ) }  e.  _V )
 
Theoremopabex3 6028* Existence of an ordered pair abstraction. (Contributed by Jeff Madsen, 2-Sep-2009.)
 |-  A  e.  _V   &    |-  ( x  e.  A  ->  { y  |  ph }  e.  _V )   =>    |- 
 { <. x ,  y >.  |  ( x  e.  A  /\  ph ) }  e.  _V
 
Theoremiunex 6029* The existence of an indexed union. 
x is normally a free-variable parameter in the class expression substituted for  B, which can be read informally as  B ( x ). (Contributed by NM, 13-Oct-2003.)
 |-  A  e.  _V   &    |-  B  e.  _V   =>    |-  U_ x  e.  A  B  e.  _V
 
Theoremabrexex2 6030* Existence of an existentially restricted class abstraction.  ph is normally has free-variable parameters  x and  y. See also abrexex 6023. (Contributed by NM, 12-Sep-2004.)
 |-  A  e.  _V   &    |-  { y  |  ph }  e.  _V   =>    |-  { y  |  E. x  e.  A  ph
 }  e.  _V
 
Theoremabexssex 6031* Existence of a class abstraction with an existentially quantified expression. Both  x and  y can be free in  ph. (Contributed by NM, 29-Jul-2006.)
 |-  A  e.  _V   &    |-  { y  |  ph }  e.  _V   =>    |-  { y  |  E. x ( x 
 C_  A  /\  ph ) }  e.  _V
 
Theoremabexex 6032* A condition where a class builder continues to exist after its wff is existentially quantified. (Contributed by NM, 4-Mar-2007.)
 |-  A  e.  _V   &    |-  ( ph  ->  x  e.  A )   &    |- 
 { y  |  ph }  e.  _V   =>    |- 
 { y  |  E. x ph }  e.  _V
 
Theoremoprabexd 6033* Existence of an operator abstraction. (Contributed by Jeff Madsen, 2-Sep-2009.)
 |-  ( ph  ->  A  e.  _V )   &    |-  ( ph  ->  B  e.  _V )   &    |-  (
 ( ph  /\  ( x  e.  A  /\  y  e.  B ) )  ->  E* z ps )   &    |-  ( ph  ->  F  =  { <.
 <. x ,  y >. ,  z >.  |  (
 ( x  e.  A  /\  y  e.  B )  /\  ps ) }
 )   =>    |-  ( ph  ->  F  e.  _V )
 
Theoremoprabex 6034* Existence of an operation class abstraction. (Contributed by NM, 19-Oct-2004.)
 |-  A  e.  _V   &    |-  B  e.  _V   &    |-  ( ( x  e.  A  /\  y  e.  B )  ->  E* z ph )   &    |-  F  =  { <.
 <. x ,  y >. ,  z >.  |  (
 ( x  e.  A  /\  y  e.  B )  /\  ph ) }   =>    |-  F  e.  _V
 
Theoremoprabex3 6035* Existence of an operation class abstraction (special case). (Contributed by NM, 19-Oct-2004.)
 |-  H  e.  _V   &    |-  F  =  { <. <. x ,  y >. ,  z >.  |  ( ( x  e.  ( H  X.  H )  /\  y  e.  ( H  X.  H ) )  /\  E. w E. v E. u E. f ( ( x  =  <. w ,  v >.  /\  y  =  <. u ,  f >. ) 
 /\  z  =  R ) ) }   =>    |-  F  e.  _V
 
Theoremoprabrexex2 6036* Existence of an existentially restricted operation abstraction. (Contributed by Jeff Madsen, 11-Jun-2010.)
 |-  A  e.  _V   &    |-  { <. <. x ,  y >. ,  z >.  |  ph }  e.  _V   =>    |-  {
 <. <. x ,  y >. ,  z >.  |  E. w  e.  A  ph }  e.  _V
 
Theoremab2rexex 6037* Existence of a class abstraction of existentially restricted sets. Variables  x and  y are normally free-variable parameters in the class expression substituted for  C, which can be thought of as  C ( x ,  y ). See comments for abrexex 6023. (Contributed by NM, 20-Sep-2011.)
 |-  A  e.  _V   &    |-  B  e.  _V   =>    |- 
 { z  |  E. x  e.  A  E. y  e.  B  z  =  C }  e.  _V
 
Theoremab2rexex2 6038* Existence of an existentially restricted class abstraction.  ph normally has free-variable parameters  x,  y, and  z. Compare abrexex2 6030. (Contributed by NM, 20-Sep-2011.)
 |-  A  e.  _V   &    |-  B  e.  _V   &    |-  { z  | 
 ph }  e.  _V   =>    |-  { z  |  E. x  e.  A  E. y  e.  B  ph
 }  e.  _V
 
TheoremxpexgALT 6039 The cross product of two sets is a set. Proposition 6.2 of [TakeutiZaring] p. 23. This version is proven using Replacement; see xpexg 4661 for a version that uses the Power Set axiom instead. (Contributed by Mario Carneiro, 20-May-2013.) (Proof modification is discouraged.) (New usage is discouraged.)
 |-  ( ( A  e.  V  /\  B  e.  W )  ->  ( A  X.  B )  e.  _V )
 
Theoremoffval3 6040* General value of  ( F  oF R G ) with no assumptions on functionality of  F and  G. (Contributed by Stefan O'Rear, 24-Jan-2015.)
 |-  ( ( F  e.  V  /\  G  e.  W )  ->  ( F  oF R G )  =  ( x  e.  ( dom  F  i^i  dom  G )  |->  ( ( F `
  x ) R ( G `  x ) ) ) )
 
Theoremoffres 6041 Pointwise combination commutes with restriction. (Contributed by Stefan O'Rear, 24-Jan-2015.)
 |-  ( ( F  e.  V  /\  G  e.  W )  ->  ( ( F  oF R G )  |`  D )  =  ( ( F  |`  D )  oF R ( G  |`  D )
 ) )
 
Theoremofmres 6042* Equivalent expressions for a restriction of the function operation map. Unlike  oF R which is a proper class,  (  oF R  |`  ( A  X.  B
) ) can be a set by ofmresex 6043, allowing it to be used as a function or structure argument. By ofmresval 6001, the restricted operation map values are the same as the original values, allowing theorems for  oF R to be reused. (Contributed by NM, 20-Oct-2014.)
 |-  (  oF R  |`  ( A  X.  B ) )  =  (
 f  e.  A ,  g  e.  B  |->  ( f  oF R g ) )
 
Theoremofmresex 6043 Existence of a restriction of the function operation map. (Contributed by NM, 20-Oct-2014.)
 |-  ( ph  ->  A  e.  V )   &    |-  ( ph  ->  B  e.  W )   =>    |-  ( ph  ->  (  oF R  |`  ( A  X.  B ) )  e.  _V )
 
2.6.14  First and second members of an ordered pair
 
Syntaxc1st 6044 Extend the definition of a class to include the first member an ordered pair function.
 class  1st
 
Syntaxc2nd 6045 Extend the definition of a class to include the second member an ordered pair function.
 class  2nd
 
Definitiondf-1st 6046 Define a function that extracts the first member, or abscissa, of an ordered pair. Theorem op1st 6052 proves that it does this. For example, ( 1st `  <. 3 , 4  >.) = 3 . Equivalent to Definition 5.13 (i) of [Monk1] p. 52 (compare op1sta 5028 and op1stb 4407). The notation is the same as Monk's. (Contributed by NM, 9-Oct-2004.)
 |- 
 1st  =  ( x  e.  _V  |->  U. dom  { x } )
 
Definitiondf-2nd 6047 Define a function that extracts the second member, or ordinate, of an ordered pair. Theorem op2nd 6053 proves that it does this. For example,  ( 2nd ` 
<. 3 , 4 
>.) = 4 . Equivalent to Definition 5.13 (ii) of [Monk1] p. 52 (compare op2nda 5031 and op2ndb 5030). The notation is the same as Monk's. (Contributed by NM, 9-Oct-2004.)
 |- 
 2nd  =  ( x  e.  _V  |->  U. ran  { x } )
 
Theorem1stvalg 6048 The value of the function that extracts the first member of an ordered pair. (Contributed by NM, 9-Oct-2004.) (Revised by Mario Carneiro, 8-Sep-2013.)
 |-  ( A  e.  _V  ->  ( 1st `  A )  =  U. dom  { A } )
 
Theorem2ndvalg 6049 The value of the function that extracts the second member of an ordered pair. (Contributed by NM, 9-Oct-2004.) (Revised by Mario Carneiro, 8-Sep-2013.)
 |-  ( A  e.  _V  ->  ( 2nd `  A )  =  U. ran  { A } )
 
Theorem1st0 6050 The value of the first-member function at the empty set. (Contributed by NM, 23-Apr-2007.)
 |-  ( 1st `  (/) )  =  (/)
 
Theorem2nd0 6051 The value of the second-member function at the empty set. (Contributed by NM, 23-Apr-2007.)
 |-  ( 2nd `  (/) )  =  (/)
 
Theoremop1st 6052 Extract the first member of an ordered pair. (Contributed by NM, 5-Oct-2004.)
 |-  A  e.  _V   &    |-  B  e.  _V   =>    |-  ( 1st `  <. A ,  B >. )  =  A
 
Theoremop2nd 6053 Extract the second member of an ordered pair. (Contributed by NM, 5-Oct-2004.)
 |-  A  e.  _V   &    |-  B  e.  _V   =>    |-  ( 2nd `  <. A ,  B >. )  =  B
 
Theoremop1std 6054 Extract the first member of an ordered pair. (Contributed by Mario Carneiro, 31-Aug-2015.)
 |-  A  e.  _V   &    |-  B  e.  _V   =>    |-  ( C  =  <. A ,  B >.  ->  ( 1st `  C )  =  A )
 
Theoremop2ndd 6055 Extract the second member of an ordered pair. (Contributed by Mario Carneiro, 31-Aug-2015.)
 |-  A  e.  _V   &    |-  B  e.  _V   =>    |-  ( C  =  <. A ,  B >.  ->  ( 2nd `  C )  =  B )
 
Theoremop1stg 6056 Extract the first member of an ordered pair. (Contributed by NM, 19-Jul-2005.)
 |-  ( ( A  e.  V  /\  B  e.  W )  ->  ( 1st `  <. A ,  B >. )  =  A )
 
Theoremop2ndg 6057 Extract the second member of an ordered pair. (Contributed by NM, 19-Jul-2005.)
 |-  ( ( A  e.  V  /\  B  e.  W )  ->  ( 2nd `  <. A ,  B >. )  =  B )
 
Theoremot1stg 6058 Extract the first member of an ordered triple. (Due to infrequent usage, it isn't worthwhile at this point to define special extractors for triples, so we reuse the ordered pair extractors for ot1stg 6058, ot2ndg 6059, ot3rdgg 6060.) (Contributed by NM, 3-Apr-2015.) (Revised by Mario Carneiro, 2-May-2015.)
 |-  ( ( A  e.  V  /\  B  e.  W  /\  C  e.  X ) 
 ->  ( 1st `  ( 1st `  <. A ,  B ,  C >. ) )  =  A )
 
Theoremot2ndg 6059 Extract the second member of an ordered triple. (See ot1stg 6058 comment.) (Contributed by NM, 3-Apr-2015.) (Revised by Mario Carneiro, 2-May-2015.)
 |-  ( ( A  e.  V  /\  B  e.  W  /\  C  e.  X ) 
 ->  ( 2nd `  ( 1st `  <. A ,  B ,  C >. ) )  =  B )
 
Theoremot3rdgg 6060 Extract the third member of an ordered triple. (See ot1stg 6058 comment.) (Contributed by NM, 3-Apr-2015.)
 |-  ( ( A  e.  V  /\  B  e.  W  /\  C  e.  X ) 
 ->  ( 2nd `  <. A ,  B ,  C >. )  =  C )
 
Theorem1stval2 6061 Alternate value of the function that extracts the first member of an ordered pair. Definition 5.13 (i) of [Monk1] p. 52. (Contributed by NM, 18-Aug-2006.)
 |-  ( A  e.  ( _V  X.  _V )  ->  ( 1st `  A )  =  |^| |^| A )
 
Theorem2ndval2 6062 Alternate value of the function that extracts the second member of an ordered pair. Definition 5.13 (ii) of [Monk1] p. 52. (Contributed by NM, 18-Aug-2006.)
 |-  ( A  e.  ( _V  X.  _V )  ->  ( 2nd `  A )  =  |^| |^| |^| `' { A } )
 
Theoremfo1st 6063 The  1st function maps the universe onto the universe. (Contributed by NM, 14-Oct-2004.) (Revised by Mario Carneiro, 8-Sep-2013.)
 |- 
 1st : _V -onto-> _V
 
Theoremfo2nd 6064 The  2nd function maps the universe onto the universe. (Contributed by NM, 14-Oct-2004.) (Revised by Mario Carneiro, 8-Sep-2013.)
 |- 
 2nd : _V -onto-> _V
 
Theoremf1stres 6065 Mapping of a restriction of the 
1st (first member of an ordered pair) function. (Contributed by NM, 11-Oct-2004.) (Revised by Mario Carneiro, 8-Sep-2013.)
 |-  ( 1st  |`  ( A  X.  B ) ) : ( A  X.  B ) --> A
 
Theoremf2ndres 6066 Mapping of a restriction of the 
2nd (second member of an ordered pair) function. (Contributed by NM, 7-Aug-2006.) (Revised by Mario Carneiro, 8-Sep-2013.)
 |-  ( 2nd  |`  ( A  X.  B ) ) : ( A  X.  B ) --> B
 
Theoremfo1stresm 6067* Onto mapping of a restriction of the  1st (first member of an ordered pair) function. (Contributed by Jim Kingdon, 24-Jan-2019.)
 |-  ( E. y  y  e.  B  ->  ( 1st  |`  ( A  X.  B ) ) : ( A  X.  B ) -onto-> A )
 
Theoremfo2ndresm 6068* Onto mapping of a restriction of the  2nd (second member of an ordered pair) function. (Contributed by Jim Kingdon, 24-Jan-2019.)
 |-  ( E. x  x  e.  A  ->  ( 2nd  |`  ( A  X.  B ) ) : ( A  X.  B ) -onto-> B )
 
Theorem1stcof 6069 Composition of the first member function with another function. (Contributed by NM, 12-Oct-2007.)
 |-  ( F : A --> ( B  X.  C ) 
 ->  ( 1st  o.  F ) : A --> B )
 
Theorem2ndcof 6070 Composition of the second member function with another function. (Contributed by FL, 15-Oct-2012.)
 |-  ( F : A --> ( B  X.  C ) 
 ->  ( 2nd  o.  F ) : A --> C )
 
Theoremxp1st 6071 Location of the first element of a Cartesian product. (Contributed by Jeff Madsen, 2-Sep-2009.)
 |-  ( A  e.  ( B  X.  C )  ->  ( 1st `  A )  e.  B )
 
Theoremxp2nd 6072 Location of the second element of a Cartesian product. (Contributed by Jeff Madsen, 2-Sep-2009.)
 |-  ( A  e.  ( B  X.  C )  ->  ( 2nd `  A )  e.  C )
 
Theorem1stexg 6073 Existence of the first member of a set. (Contributed by Jim Kingdon, 26-Jan-2019.)
 |-  ( A  e.  V  ->  ( 1st `  A )  e.  _V )
 
Theorem2ndexg 6074 Existence of the first member of a set. (Contributed by Jim Kingdon, 26-Jan-2019.)
 |-  ( A  e.  V  ->  ( 2nd `  A )  e.  _V )
 
Theoremelxp6 6075 Membership in a cross product. This version requires no quantifiers or dummy variables. See also elxp4 5034. (Contributed by NM, 9-Oct-2004.)
 |-  ( A  e.  ( B  X.  C )  <->  ( A  =  <. ( 1st `  A ) ,  ( 2nd `  A ) >.  /\  (
 ( 1st `  A )  e.  B  /\  ( 2nd `  A )  e.  C ) ) )
 
Theoremelxp7 6076 Membership in a cross product. This version requires no quantifiers or dummy variables. See also elxp4 5034. (Contributed by NM, 19-Aug-2006.)
 |-  ( A  e.  ( B  X.  C )  <->  ( A  e.  ( _V  X.  _V )  /\  ( ( 1st `  A )  e.  B  /\  ( 2nd `  A )  e.  C ) ) )
 
Theoremoprssdmm 6077* Domain of closure of an operation. (Contributed by Jim Kingdon, 23-Oct-2023.)
 |-  ( ( ph  /\  u  e.  S )  ->  E. v  v  e.  u )   &    |-  (
 ( ph  /\  ( x  e.  S  /\  y  e.  S ) )  ->  ( x F y )  e.  S )   &    |-  ( ph  ->  Rel  F )   =>    |-  ( ph  ->  ( S  X.  S )  C_  dom  F )
 
Theoremeqopi 6078 Equality with an ordered pair. (Contributed by NM, 15-Dec-2008.) (Revised by Mario Carneiro, 23-Feb-2014.)
 |-  ( ( A  e.  ( V  X.  W ) 
 /\  ( ( 1st `  A )  =  B  /\  ( 2nd `  A )  =  C )
 )  ->  A  =  <. B ,  C >. )
 
Theoremxp2 6079* Representation of cross product based on ordered pair component functions. (Contributed by NM, 16-Sep-2006.)
 |-  ( A  X.  B )  =  { x  e.  ( _V  X.  _V )  |  ( ( 1st `  x )  e.  A  /\  ( 2nd `  x )  e.  B ) }
 
Theoremunielxp 6080 The membership relation for a cross product is inherited by union. (Contributed by NM, 16-Sep-2006.)
 |-  ( A  e.  ( B  X.  C )  ->  U. A  e.  U. ( B  X.  C ) )
 
Theorem1st2nd2 6081 Reconstruction of a member of a cross product in terms of its ordered pair components. (Contributed by NM, 20-Oct-2013.)
 |-  ( A  e.  ( B  X.  C )  ->  A  =  <. ( 1st `  A ) ,  ( 2nd `  A ) >. )
 
Theoremxpopth 6082 An ordered pair theorem for members of cross products. (Contributed by NM, 20-Jun-2007.)
 |-  ( ( A  e.  ( C  X.  D ) 
 /\  B  e.  ( R  X.  S ) ) 
 ->  ( ( ( 1st `  A )  =  ( 1st `  B )  /\  ( 2nd `  A )  =  ( 2nd `  B ) )  <->  A  =  B ) )
 
Theoremeqop 6083 Two ways to express equality with an ordered pair. (Contributed by NM, 3-Sep-2007.) (Proof shortened by Mario Carneiro, 26-Apr-2015.)
 |-  ( A  e.  ( V  X.  W )  ->  ( A  =  <. B ,  C >.  <->  ( ( 1st `  A )  =  B  /\  ( 2nd `  A )  =  C )
 ) )
 
Theoremeqop2 6084 Two ways to express equality with an ordered pair. (Contributed by NM, 25-Feb-2014.)
 |-  B  e.  _V   &    |-  C  e.  _V   =>    |-  ( A  =  <. B ,  C >.  <->  ( A  e.  ( _V  X.  _V )  /\  ( ( 1st `  A )  =  B  /\  ( 2nd `  A )  =  C ) ) )
 
Theoremop1steq 6085* Two ways of expressing that an element is the first member of an ordered pair. (Contributed by NM, 22-Sep-2013.) (Revised by Mario Carneiro, 23-Feb-2014.)
 |-  ( A  e.  ( V  X.  W )  ->  ( ( 1st `  A )  =  B  <->  E. x  A  =  <. B ,  x >. ) )
 
Theorem2nd1st 6086 Swap the members of an ordered pair. (Contributed by NM, 31-Dec-2014.)
 |-  ( A  e.  ( B  X.  C )  ->  U. `' { A }  =  <. ( 2nd `  A ) ,  ( 1st `  A ) >. )
 
Theorem1st2nd 6087 Reconstruction of a member of a relation in terms of its ordered pair components. (Contributed by NM, 29-Aug-2006.)
 |-  ( ( Rel  B  /\  A  e.  B ) 
 ->  A  =  <. ( 1st `  A ) ,  ( 2nd `  A ) >. )
 
Theorem1stdm 6088 The first ordered pair component of a member of a relation belongs to the domain of the relation. (Contributed by NM, 17-Sep-2006.)
 |-  ( ( Rel  R  /\  A  e.  R ) 
 ->  ( 1st `  A )  e.  dom  R )
 
Theorem2ndrn 6089 The second ordered pair component of a member of a relation belongs to the range of the relation. (Contributed by NM, 17-Sep-2006.)
 |-  ( ( Rel  R  /\  A  e.  R ) 
 ->  ( 2nd `  A )  e.  ran  R )
 
Theorem1st2ndbr 6090 Express an element of a relation as a relationship between first and second components. (Contributed by Mario Carneiro, 22-Jun-2016.)
 |-  ( ( Rel  B  /\  A  e.  B ) 
 ->  ( 1st `  A ) B ( 2nd `  A ) )
 
Theoremreleldm2 6091* Two ways of expressing membership in the domain of a relation. (Contributed by NM, 22-Sep-2013.)
 |-  ( Rel  A  ->  ( B  e.  dom  A  <->  E. x  e.  A  ( 1st `  x )  =  B ) )
 
Theoremreldm 6092* An expression for the domain of a relation. (Contributed by NM, 22-Sep-2013.)
 |-  ( Rel  A  ->  dom 
 A  =  ran  ( x  e.  A  |->  ( 1st `  x ) ) )
 
Theoremsbcopeq1a 6093 Equality theorem for substitution of a class for an ordered pair (analog of sbceq1a 2922 that avoids the existential quantifiers of copsexg 4174). (Contributed by NM, 19-Aug-2006.) (Revised by Mario Carneiro, 31-Aug-2015.)
 |-  ( A  =  <. x ,  y >.  ->  ( [. ( 1st `  A )  /  x ]. [. ( 2nd `  A )  /  y ]. ph  <->  ph ) )
 
Theoremcsbopeq1a 6094 Equality theorem for substitution of a class  A for an ordered pair  <. x ,  y >. in  B (analog of csbeq1a 3016). (Contributed by NM, 19-Aug-2006.) (Revised by Mario Carneiro, 31-Aug-2015.)
 |-  ( A  =  <. x ,  y >.  ->  [_ ( 1st `  A )  /  x ]_ [_ ( 2nd `  A )  /  y ]_ B  =  B )
 
Theoremdfopab2 6095* A way to define an ordered-pair class abstraction without using existential quantifiers. (Contributed by NM, 18-Aug-2006.) (Revised by Mario Carneiro, 31-Aug-2015.)
 |- 
 { <. x ,  y >.  |  ph }  =  { z  e.  ( _V  X.  _V )  | 
 [. ( 1st `  z
 )  /  x ]. [. ( 2nd `  z )  /  y ]. ph }
 
Theoremdfoprab3s 6096* A way to define an operation class abstraction without using existential quantifiers. (Contributed by NM, 18-Aug-2006.) (Revised by Mario Carneiro, 31-Aug-2015.)
 |- 
 { <. <. x ,  y >. ,  z >.  |  ph }  =  { <. w ,  z >.  |  ( w  e.  ( _V  X.  _V )  /\  [. ( 1st `  w )  /  x ]. [. ( 2nd `  w )  /  y ]. ph ) }
 
Theoremdfoprab3 6097* Operation class abstraction expressed without existential quantifiers. (Contributed by NM, 16-Dec-2008.)
 |-  ( w  =  <. x ,  y >.  ->  ( ph 
 <->  ps ) )   =>    |-  { <. w ,  z >.  |  ( w  e.  ( _V  X.  _V )  /\  ph ) }  =  { <. <. x ,  y >. ,  z >.  |  ps }
 
Theoremdfoprab4 6098* Operation class abstraction expressed without existential quantifiers. (Contributed by NM, 3-Sep-2007.) (Revised by Mario Carneiro, 31-Aug-2015.)
 |-  ( w  =  <. x ,  y >.  ->  ( ph 
 <->  ps ) )   =>    |-  { <. w ,  z >.  |  ( w  e.  ( A  X.  B )  /\  ph ) }  =  { <. <. x ,  y >. ,  z >.  |  ( ( x  e.  A  /\  y  e.  B )  /\  ps ) }
 
Theoremdfoprab4f 6099* Operation class abstraction expressed without existential quantifiers. (Unnecessary distinct variable restrictions were removed by David Abernethy, 19-Jun-2012.) (Contributed by NM, 20-Dec-2008.) (Revised by Mario Carneiro, 31-Aug-2015.)
 |- 
 F/ x ph   &    |-  F/ y ph   &    |-  ( w  =  <. x ,  y >.  ->  ( ph  <->  ps ) )   =>    |-  { <. w ,  z >.  |  ( w  e.  ( A  X.  B )  /\  ph ) }  =  { <. <. x ,  y >. ,  z >.  |  ( ( x  e.  A  /\  y  e.  B )  /\  ps ) }
 
Theoremdfxp3 6100* Define the cross product of three classes. Compare df-xp 4553. (Contributed by FL, 6-Nov-2013.) (Proof shortened by Mario Carneiro, 3-Nov-2015.)
 |-  ( ( A  X.  B )  X.  C )  =  { <. <. x ,  y >. ,  z >.  |  ( x  e.  A  /\  y  e.  B  /\  z  e.  C ) }
    < 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-13441
  Copyright terms: Public domain < Previous  Next >