HomeHome Intuitionistic Logic Explorer
Theorem List (p. 55 of 108)
< 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 - 5401-5500   *Has distinct variable group(s)
TypeLabelDescription
Statement
 
Theoremfconst3m 5401* Two ways to express a constant function. (Contributed by Jim Kingdon, 8-Jan-2019.)
 |-  ( E. x  x  e.  A  ->  ( F : A --> { B } 
 <->  ( F  Fn  A  /\  A  C_  ( `' F " { B }
 ) ) ) )
 
Theoremfconst4m 5402* Two ways to express a constant function. (Contributed by NM, 8-Mar-2007.)
 |-  ( E. x  x  e.  A  ->  ( F : A --> { B } 
 <->  ( F  Fn  A  /\  ( `' F " { B } )  =  A ) ) )
 
Theoremresfunexg 5403 The restriction of a function to a set exists. Compare Proposition 6.17 of [TakeutiZaring] p. 28. (Contributed by NM, 7-Apr-1995.) (Revised by Mario Carneiro, 22-Jun-2013.)
 |-  ( ( Fun  A  /\  B  e.  C ) 
 ->  ( A  |`  B )  e.  _V )
 
Theoremfnex 5404 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 resfunexg 5403. (Contributed by NM, 14-Aug-1994.) (Proof shortened by Andrew Salmon, 17-Sep-2011.)
 |-  ( ( F  Fn  A  /\  A  e.  B )  ->  F  e.  _V )
 
Theoremfunex 5405 If the domain of a function exists, so the function. Part of Theorem 4.15(v) of [Monk1] p. 46. This theorem is derived using the Axiom of Replacement in the form of fnex 5404. (Note: Any resemblance between F.U.N.E.X. and "Have You Any Eggs" is purely a coincidence originated by Swedish chefs.) (Contributed by NM, 11-Nov-1995.)
 |-  ( ( Fun  F  /\  dom  F  e.  B )  ->  F  e.  _V )
 
Theoremopabex 5406* Existence of a function expressed as class of ordered pairs. (Contributed by NM, 21-Jul-1996.)
 |-  A  e.  _V   &    |-  ( x  e.  A  ->  E* y ph )   =>    |-  { <. x ,  y >.  |  ( x  e.  A  /\  ph ) }  e.  _V
 
Theoremmptexg 5407* If the domain of a function given by maps-to notation is a set, the function is a set. (Contributed by FL, 6-Jun-2011.) (Revised by Mario Carneiro, 31-Aug-2015.)
 |-  ( A  e.  V  ->  ( x  e.  A  |->  B )  e.  _V )
 
Theoremmptex 5408* If the domain of a function given by maps-to notation is a set, the function is a set. (Contributed by NM, 22-Apr-2005.) (Revised by Mario Carneiro, 20-Dec-2013.)
 |-  A  e.  _V   =>    |-  ( x  e.  A  |->  B )  e. 
 _V
 
Theoremfex 5409 If the domain of a mapping is a set, the function is a set. (Contributed by NM, 3-Oct-1999.)
 |-  ( ( F : A
 --> B  /\  A  e.  C )  ->  F  e.  _V )
 
Theoremeufnfv 5410* A function is uniquely determined by its values. (Contributed by NM, 31-Aug-2011.)
 |-  A  e.  _V   &    |-  B  e.  _V   =>    |- 
 E! f ( f  Fn  A  /\  A. x  e.  A  (
 f `  x )  =  B )
 
Theoremfunfvima 5411 A function's value in a preimage belongs to the image. (Contributed by NM, 23-Sep-2003.)
 |-  ( ( Fun  F  /\  B  e.  dom  F )  ->  ( B  e.  A  ->  ( F `  B )  e.  ( F " A ) ) )
 
Theoremfunfvima2 5412 A function's value in an included preimage belongs to the image. (Contributed by NM, 3-Feb-1997.)
 |-  ( ( Fun  F  /\  A  C_  dom  F ) 
 ->  ( B  e.  A  ->  ( F `  B )  e.  ( F " A ) ) )
 
Theoremfunfvima3 5413 A class including a function contains the function's value in the image of the singleton of the argument. (Contributed by NM, 23-Mar-2004.)
 |-  ( ( Fun  F  /\  F  C_  G )  ->  ( A  e.  dom  F 
 ->  ( F `  A )  e.  ( G " { A } )
 ) )
 
Theoremfnfvima 5414 The function value of an operand in a set is contained in the image of that set, using the  Fn abbreviation. (Contributed by Stefan O'Rear, 10-Mar-2015.)
 |-  ( ( F  Fn  A  /\  S  C_  A  /\  X  e.  S ) 
 ->  ( F `  X )  e.  ( F " S ) )
 
Theoremrexima 5415* Existential quantification under an image in terms of the base set. (Contributed by Stefan O'Rear, 21-Jan-2015.)
 |-  ( x  =  ( F `  y ) 
 ->  ( ph  <->  ps ) )   =>    |-  ( ( F  Fn  A  /\  B  C_  A )  ->  ( E. x  e.  ( F " B ) ph  <->  E. y  e.  B  ps ) )
 
Theoremralima 5416* Universal quantification under an image in terms of the base set. (Contributed by Stefan O'Rear, 21-Jan-2015.)
 |-  ( x  =  ( F `  y ) 
 ->  ( ph  <->  ps ) )   =>    |-  ( ( F  Fn  A  /\  B  C_  A )  ->  ( A. x  e.  ( F " B ) ph  <->  A. y  e.  B  ps ) )
 
Theoremidref 5417* TODO: This is the same as issref 4727 (which has a much longer proof). Should we replace issref 4727 with this one? - NM 9-May-2016.

Two ways to state a relation is reflexive. (Adapted from Tarski.) (Contributed by FL, 15-Jan-2012.) (Proof shortened by Mario Carneiro, 3-Nov-2015.) (Proof modification is discouraged.)

 |-  ( (  _I  |`  A ) 
 C_  R  <->  A. x  e.  A  x R x )
 
Theoremelabrex 5418* Elementhood in an image set. (Contributed by Mario Carneiro, 14-Jan-2014.)
 |-  B  e.  _V   =>    |-  ( x  e.  A  ->  B  e.  { y  |  E. x  e.  A  y  =  B } )
 
Theoremabrexco 5419* Composition of two image maps  C ( y ) and 
B ( w ). (Contributed by NM, 27-May-2013.)
 |-  B  e.  _V   &    |-  (
 y  =  B  ->  C  =  D )   =>    |-  { x  |  E. y  e.  { z  |  E. w  e.  A  z  =  B } x  =  C }  =  { x  |  E. w  e.  A  x  =  D }
 
Theoremimaiun 5420* The image of an indexed union is the indexed union of the images. (Contributed by Mario Carneiro, 18-Jun-2014.)
 |-  ( A " U_ x  e.  B  C )  = 
 U_ x  e.  B  ( A " C )
 
Theoremimauni 5421* The image of a union is the indexed union of the images. Theorem 3K(a) of [Enderton] p. 50. (Contributed by NM, 9-Aug-2004.) (Proof shortened by Mario Carneiro, 18-Jun-2014.)
 |-  ( A " U. B )  =  U_ x  e.  B  ( A " x )
 
Theoremfniunfv 5422* The indexed union of a function's values is the union of its range. Compare Definition 5.4 of [Monk1] p. 50. (Contributed by NM, 27-Sep-2004.)
 |-  ( F  Fn  A  -> 
 U_ x  e.  A  ( F `  x )  =  U. ran  F )
 
Theoremfuniunfvdm 5423* The indexed union of a function's values is the union of its image under the index class. This theorem is a slight variation of fniunfv 5422. (Contributed by Jim Kingdon, 10-Jan-2019.)
 |-  ( F  Fn  A  -> 
 U_ x  e.  A  ( F `  x )  =  U. ( F
 " A ) )
 
Theoremfuniunfvdmf 5424* The indexed union of a function's values is the union of its image under the index class. This version of funiunfvdm 5423 uses a bound-variable hypothesis in place of a distinct variable condition. (Contributed by Jim Kingdon, 10-Jan-2019.)
 |-  F/_ x F   =>    |-  ( F  Fn  A  -> 
 U_ x  e.  A  ( F `  x )  =  U. ( F
 " A ) )
 
Theoremeluniimadm 5425* Membership in the union of an image of a function. (Contributed by Jim Kingdon, 10-Jan-2019.)
 |-  ( F  Fn  A  ->  ( B  e.  U. ( F " A )  <->  E. x  e.  A  B  e.  ( F `  x ) ) )
 
Theoremelunirn 5426* Membership in the union of the range of a function. (Contributed by NM, 24-Sep-2006.)
 |-  ( Fun  F  ->  ( A  e.  U. ran  F  <->  E. x  e.  dom  F  A  e.  ( F `
  x ) ) )
 
Theoremfnunirn 5427* Membership in a union of some function-defined family of sets. (Contributed by Stefan O'Rear, 30-Jan-2015.)
 |-  ( F  Fn  I  ->  ( A  e.  U. ran  F  <->  E. x  e.  I  A  e.  ( F `  x ) ) )
 
Theoremdff13 5428* A one-to-one function in terms of function values. Compare Theorem 4.8(iv) of [Monk1] p. 43. (Contributed by NM, 29-Oct-1996.)
 |-  ( F : A -1-1-> B  <-> 
 ( F : A --> B  /\  A. x  e.  A  A. y  e.  A  ( ( F `
  x )  =  ( F `  y
 )  ->  x  =  y ) ) )
 
Theoremf1veqaeq 5429 If the values of a one-to-one function for two arguments are equal, the arguments themselves must be equal. (Contributed by Alexander van der Vekens, 12-Nov-2017.)
 |-  ( ( F : A -1-1-> B  /\  ( C  e.  A  /\  D  e.  A ) )  ->  ( ( F `  C )  =  ( F `  D )  ->  C  =  D )
 )
 
Theoremdff13f 5430* A one-to-one function in terms of function values. Compare Theorem 4.8(iv) of [Monk1] p. 43. (Contributed by NM, 31-Jul-2003.)
 |-  F/_ x F   &    |-  F/_ y F   =>    |-  ( F : A -1-1-> B  <->  ( F : A
 --> B  /\  A. x  e.  A  A. y  e.  A  ( ( F `
  x )  =  ( F `  y
 )  ->  x  =  y ) ) )
 
Theoremf1mpt 5431* Express injection for a mapping operation. (Contributed by Mario Carneiro, 2-Jan-2017.)
 |-  F  =  ( x  e.  A  |->  C )   &    |-  ( x  =  y  ->  C  =  D )   =>    |-  ( F : A -1-1-> B  <->  (
 A. x  e.  A  C  e.  B  /\  A. x  e.  A  A. y  e.  A  ( C  =  D  ->  x  =  y ) ) )
 
Theoremf1fveq 5432 Equality of function values for a one-to-one function. (Contributed by NM, 11-Feb-1997.)
 |-  ( ( F : A -1-1-> B  /\  ( C  e.  A  /\  D  e.  A ) )  ->  ( ( F `  C )  =  ( F `  D )  <->  C  =  D ) )
 
Theoremf1elima 5433 Membership in the image of a 1-1 map. (Contributed by Jeff Madsen, 2-Sep-2009.)
 |-  ( ( F : A -1-1-> B  /\  X  e.  A  /\  Y  C_  A )  ->  ( ( F `
  X )  e.  ( F " Y ) 
 <->  X  e.  Y ) )
 
Theoremf1imass 5434 Taking images under a one-to-one function preserves subsets. (Contributed by Stefan O'Rear, 30-Oct-2014.)
 |-  ( ( F : A -1-1-> B  /\  ( C 
 C_  A  /\  D  C_  A ) )  ->  ( ( F " C )  C_  ( F
 " D )  <->  C  C_  D ) )
 
Theoremf1imaeq 5435 Taking images under a one-to-one function preserves equality. (Contributed by Stefan O'Rear, 30-Oct-2014.)
 |-  ( ( F : A -1-1-> B  /\  ( C 
 C_  A  /\  D  C_  A ) )  ->  ( ( F " C )  =  ( F " D )  <->  C  =  D ) )
 
Theoremdff1o6 5436* A one-to-one onto function in terms of function values. (Contributed by NM, 29-Mar-2008.)
 |-  ( F : A -1-1-onto-> B  <->  ( F  Fn  A  /\  ran 
 F  =  B  /\  A. x  e.  A  A. y  e.  A  (
 ( F `  x )  =  ( F `  y )  ->  x  =  y ) ) )
 
Theoremf1ocnvfv1 5437 The converse value of the value of a one-to-one onto function. (Contributed by NM, 20-May-2004.)
 |-  ( ( F : A
 -1-1-onto-> B  /\  C  e.  A )  ->  ( `' F `  ( F `  C ) )  =  C )
 
Theoremf1ocnvfv2 5438 The value of the converse value of a one-to-one onto function. (Contributed by NM, 20-May-2004.)
 |-  ( ( F : A
 -1-1-onto-> B  /\  C  e.  B )  ->  ( F `  ( `' F `  C ) )  =  C )
 
Theoremf1ocnvfv 5439 Relationship between the value of a one-to-one onto function and the value of its converse. (Contributed by Raph Levien, 10-Apr-2004.)
 |-  ( ( F : A
 -1-1-onto-> B  /\  C  e.  A )  ->  ( ( F `
  C )  =  D  ->  ( `' F `  D )  =  C ) )
 
Theoremf1ocnvfvb 5440 Relationship between the value of a one-to-one onto function and the value of its converse. (Contributed by NM, 20-May-2004.)
 |-  ( ( F : A
 -1-1-onto-> B  /\  C  e.  A  /\  D  e.  B ) 
 ->  ( ( F `  C )  =  D  <->  ( `' F `  D )  =  C ) )
 
Theoremf1ocnvdm 5441 The value of the converse of a one-to-one onto function belongs to its domain. (Contributed by NM, 26-May-2006.)
 |-  ( ( F : A
 -1-1-onto-> B  /\  C  e.  B )  ->  ( `' F `  C )  e.  A )
 
Theoremf1ocnvfvrneq 5442 If the values of a one-to-one function for two arguments from the range of the function are equal, the arguments themselves must be equal. (Contributed by Alexander van der Vekens, 12-Nov-2017.)
 |-  ( ( F : A -1-1-> B  /\  ( C  e.  ran  F  /\  D  e.  ran  F ) )  ->  ( ( `' F `  C )  =  ( `' F `  D )  ->  C  =  D ) )
 
Theoremfcof1 5443 An application is injective if a retraction exists. Proposition 8 of [BourbakiEns] p. E.II.18. (Contributed by FL, 11-Nov-2011.) (Revised by Mario Carneiro, 27-Dec-2014.)
 |-  ( ( F : A
 --> B  /\  ( R  o.  F )  =  (  _I  |`  A ) )  ->  F : A -1-1-> B )
 
Theoremfcofo 5444 An application is surjective if a section exists. Proposition 8 of [BourbakiEns] p. E.II.18. (Contributed by FL, 17-Nov-2011.) (Proof shortened by Mario Carneiro, 27-Dec-2014.)
 |-  ( ( F : A
 --> B  /\  S : B
 --> A  /\  ( F  o.  S )  =  (  _I  |`  B ) )  ->  F : A -onto-> B )
 
Theoremcbvfo 5445* Change bound variable between domain and range of function. (Contributed by NM, 23-Feb-1997.) (Proof shortened by Mario Carneiro, 21-Mar-2015.)
 |-  ( ( F `  x )  =  y  ->  ( ph  <->  ps ) )   =>    |-  ( F : A -onto-> B  ->  ( A. x  e.  A  ph  <->  A. y  e.  B  ps ) )
 
Theoremcbvexfo 5446* Change bound variable between domain and range of function. (Contributed by NM, 23-Feb-1997.)
 |-  ( ( F `  x )  =  y  ->  ( ph  <->  ps ) )   =>    |-  ( F : A -onto-> B  ->  ( E. x  e.  A  ph  <->  E. y  e.  B  ps ) )
 
Theoremcocan1 5447 An injection is left-cancelable. (Contributed by FL, 2-Aug-2009.) (Revised by Mario Carneiro, 21-Mar-2015.)
 |-  ( ( F : B -1-1-> C  /\  H : A
 --> B  /\  K : A
 --> B )  ->  (
 ( F  o.  H )  =  ( F  o.  K )  <->  H  =  K ) )
 
Theoremcocan2 5448 A surjection is right-cancelable. (Contributed by FL, 21-Nov-2011.) (Proof shortened by Mario Carneiro, 21-Mar-2015.)
 |-  ( ( F : A -onto-> B  /\  H  Fn  B  /\  K  Fn  B )  ->  ( ( H  o.  F )  =  ( K  o.  F ) 
 <->  H  =  K ) )
 
Theoremfcof1o 5449 Show that two functions are inverse to each other by computing their compositions. (Contributed by Mario Carneiro, 21-Mar-2015.)
 |-  ( ( ( F : A --> B  /\  G : B --> A ) 
 /\  ( ( F  o.  G )  =  (  _I  |`  B ) 
 /\  ( G  o.  F )  =  (  _I  |`  A ) ) )  ->  ( F : A -1-1-onto-> B  /\  `' F  =  G ) )
 
Theoremfoeqcnvco 5450 Condition for function equality in terms of vanishing of the composition with the converse. EDITORIAL: Is there a relation-algebraic proof of this? (Contributed by Stefan O'Rear, 12-Feb-2015.)
 |-  ( ( F : A -onto-> B  /\  G : A -onto-> B )  ->  ( F  =  G  <->  ( F  o.  `' G )  =  (  _I  |`  B )
 ) )
 
Theoremf1eqcocnv 5451 Condition for function equality in terms of vanishing of the composition with the inverse. (Contributed by Stefan O'Rear, 12-Feb-2015.)
 |-  ( ( F : A -1-1-> B  /\  G : A -1-1-> B )  ->  ( F  =  G  <->  ( `' F  o.  G )  =  (  _I  |`  A )
 ) )
 
Theoremfliftrel 5452*  F, a function lift, is a subset of  R  X.  S. (Contributed by Mario Carneiro, 23-Dec-2016.)
 |-  F  =  ran  ( x  e.  X  |->  <. A ,  B >. )   &    |-  ( ( ph  /\  x  e.  X ) 
 ->  A  e.  R )   &    |-  ( ( ph  /\  x  e.  X )  ->  B  e.  S )   =>    |-  ( ph  ->  F  C_  ( R  X.  S ) )
 
Theoremfliftel 5453* Elementhood in the relation  F. (Contributed by Mario Carneiro, 23-Dec-2016.)
 |-  F  =  ran  ( x  e.  X  |->  <. A ,  B >. )   &    |-  ( ( ph  /\  x  e.  X ) 
 ->  A  e.  R )   &    |-  ( ( ph  /\  x  e.  X )  ->  B  e.  S )   =>    |-  ( ph  ->  ( C F D  <->  E. x  e.  X  ( C  =  A  /\  D  =  B ) ) )
 
Theoremfliftel1 5454* Elementhood in the relation  F. (Contributed by Mario Carneiro, 23-Dec-2016.)
 |-  F  =  ran  ( x  e.  X  |->  <. A ,  B >. )   &    |-  ( ( ph  /\  x  e.  X ) 
 ->  A  e.  R )   &    |-  ( ( ph  /\  x  e.  X )  ->  B  e.  S )   =>    |-  ( ( ph  /\  x  e.  X )  ->  A F B )
 
Theoremfliftcnv 5455* Converse of the relation  F. (Contributed by Mario Carneiro, 23-Dec-2016.)
 |-  F  =  ran  ( x  e.  X  |->  <. A ,  B >. )   &    |-  ( ( ph  /\  x  e.  X ) 
 ->  A  e.  R )   &    |-  ( ( ph  /\  x  e.  X )  ->  B  e.  S )   =>    |-  ( ph  ->  `' F  =  ran  ( x  e.  X  |->  <. B ,  A >. ) )
 
Theoremfliftfun 5456* The function  F is the unique function defined by  F `  A  =  B, provided that the well-definedness condition holds. (Contributed by Mario Carneiro, 23-Dec-2016.)
 |-  F  =  ran  ( x  e.  X  |->  <. A ,  B >. )   &    |-  ( ( ph  /\  x  e.  X ) 
 ->  A  e.  R )   &    |-  ( ( ph  /\  x  e.  X )  ->  B  e.  S )   &    |-  ( x  =  y  ->  A  =  C )   &    |-  ( x  =  y  ->  B  =  D )   =>    |-  ( ph  ->  ( Fun  F  <->  A. x  e.  X  A. y  e.  X  ( A  =  C  ->  B  =  D ) ) )
 
Theoremfliftfund 5457* The function  F is the unique function defined by  F `  A  =  B, provided that the well-definedness condition holds. (Contributed by Mario Carneiro, 23-Dec-2016.)
 |-  F  =  ran  ( x  e.  X  |->  <. A ,  B >. )   &    |-  ( ( ph  /\  x  e.  X ) 
 ->  A  e.  R )   &    |-  ( ( ph  /\  x  e.  X )  ->  B  e.  S )   &    |-  ( x  =  y  ->  A  =  C )   &    |-  ( x  =  y  ->  B  =  D )   &    |-  ( ( ph  /\  ( x  e.  X  /\  y  e.  X  /\  A  =  C ) )  ->  B  =  D )   =>    |-  ( ph  ->  Fun  F )
 
Theoremfliftfuns 5458* The function  F is the unique function defined by  F `  A  =  B, provided that the well-definedness condition holds. (Contributed by Mario Carneiro, 23-Dec-2016.)
 |-  F  =  ran  ( x  e.  X  |->  <. A ,  B >. )   &    |-  ( ( ph  /\  x  e.  X ) 
 ->  A  e.  R )   &    |-  ( ( ph  /\  x  e.  X )  ->  B  e.  S )   =>    |-  ( ph  ->  ( Fun  F  <->  A. y  e.  X  A. z  e.  X  (
 [_ y  /  x ]_ A  =  [_ z  /  x ]_ A  ->  [_ y  /  x ]_ B  =  [_ z  /  x ]_ B ) ) )
 
Theoremfliftf 5459* The domain and range of the function  F. (Contributed by Mario Carneiro, 23-Dec-2016.)
 |-  F  =  ran  ( x  e.  X  |->  <. A ,  B >. )   &    |-  ( ( ph  /\  x  e.  X ) 
 ->  A  e.  R )   &    |-  ( ( ph  /\  x  e.  X )  ->  B  e.  S )   =>    |-  ( ph  ->  ( Fun  F  <->  F : ran  ( x  e.  X  |->  A ) --> S ) )
 
Theoremfliftval 5460* The value of the function  F. (Contributed by Mario Carneiro, 23-Dec-2016.)
 |-  F  =  ran  ( x  e.  X  |->  <. A ,  B >. )   &    |-  ( ( ph  /\  x  e.  X ) 
 ->  A  e.  R )   &    |-  ( ( ph  /\  x  e.  X )  ->  B  e.  S )   &    |-  ( x  =  Y  ->  A  =  C )   &    |-  ( x  =  Y  ->  B  =  D )   &    |-  ( ph  ->  Fun 
 F )   =>    |-  ( ( ph  /\  Y  e.  X )  ->  ( F `  C )  =  D )
 
Theoremisoeq1 5461 Equality theorem for isomorphisms. (Contributed by NM, 17-May-2004.)
 |-  ( H  =  G  ->  ( H  Isom  R ,  S  ( A ,  B ) 
 <->  G  Isom  R ,  S  ( A ,  B ) ) )
 
Theoremisoeq2 5462 Equality theorem for isomorphisms. (Contributed by NM, 17-May-2004.)
 |-  ( R  =  T  ->  ( H  Isom  R ,  S  ( A ,  B ) 
 <->  H  Isom  T ,  S  ( A ,  B ) ) )
 
Theoremisoeq3 5463 Equality theorem for isomorphisms. (Contributed by NM, 17-May-2004.)
 |-  ( S  =  T  ->  ( H  Isom  R ,  S  ( A ,  B ) 
 <->  H  Isom  R ,  T  ( A ,  B ) ) )
 
Theoremisoeq4 5464 Equality theorem for isomorphisms. (Contributed by NM, 17-May-2004.)
 |-  ( A  =  C  ->  ( H  Isom  R ,  S  ( A ,  B ) 
 <->  H  Isom  R ,  S  ( C ,  B ) ) )
 
Theoremisoeq5 5465 Equality theorem for isomorphisms. (Contributed by NM, 17-May-2004.)
 |-  ( B  =  C  ->  ( H  Isom  R ,  S  ( A ,  B ) 
 <->  H  Isom  R ,  S  ( A ,  C ) ) )
 
Theoremnfiso 5466 Bound-variable hypothesis builder for an isomorphism. (Contributed by NM, 17-May-2004.) (Proof shortened by Andrew Salmon, 22-Oct-2011.)
 |-  F/_ x H   &    |-  F/_ x R   &    |-  F/_ x S   &    |-  F/_ x A   &    |-  F/_ x B   =>    |-  F/ x  H  Isom  R ,  S  ( A ,  B )
 
Theoremisof1o 5467 An isomorphism is a one-to-one onto function. (Contributed by NM, 27-Apr-2004.)
 |-  ( H  Isom  R ,  S  ( A ,  B )  ->  H : A -1-1-onto-> B )
 
Theoremisorel 5468 An isomorphism connects binary relations via its function values. (Contributed by NM, 27-Apr-2004.)
 |-  ( ( H  Isom  R ,  S  ( A ,  B )  /\  ( C  e.  A  /\  D  e.  A ) )  ->  ( C R D  <->  ( H `  C ) S ( H `  D ) ) )
 
Theoremisoresbr 5469* A consequence of isomorphism on two relations for a function's restriction. (Contributed by Jim Kingdon, 11-Jan-2019.)
 |-  ( ( F  |`  A ) 
 Isom  R ,  S  ( A ,  ( F
 " A ) ) 
 ->  A. x  e.  A  A. y  e.  A  ( x R y  ->  ( F `  x ) S ( F `  y ) ) )
 
Theoremisoid 5470 Identity law for isomorphism. Proposition 6.30(1) of [TakeutiZaring] p. 33. (Contributed by NM, 27-Apr-2004.)
 |-  (  _I  |`  A ) 
 Isom  R ,  R  ( A ,  A )
 
Theoremisocnv 5471 Converse law for isomorphism. Proposition 6.30(2) of [TakeutiZaring] p. 33. (Contributed by NM, 27-Apr-2004.)
 |-  ( H  Isom  R ,  S  ( A ,  B )  ->  `' H  Isom  S ,  R  ( B ,  A ) )
 
Theoremisocnv2 5472 Converse law for isomorphism. (Contributed by Mario Carneiro, 30-Jan-2014.)
 |-  ( H  Isom  R ,  S  ( A ,  B ) 
 <->  H  Isom  `' R ,  `' S ( A ,  B ) )
 
Theoremisores2 5473 An isomorphism from one well-order to another can be restricted on either well-order. (Contributed by Mario Carneiro, 15-Jan-2013.)
 |-  ( H  Isom  R ,  S  ( A ,  B ) 
 <->  H  Isom  R ,  ( S  i^i  ( B  X.  B ) ) ( A ,  B ) )
 
Theoremisores1 5474 An isomorphism from one well-order to another can be restricted on either well-order. (Contributed by Mario Carneiro, 15-Jan-2013.)
 |-  ( H  Isom  R ,  S  ( A ,  B ) 
 <->  H  Isom  ( R  i^i  ( A  X.  A ) ) ,  S ( A ,  B ) )
 
Theoremisores3 5475 Induced isomorphism on a subset. (Contributed by Stefan O'Rear, 5-Nov-2014.)
 |-  ( ( H  Isom  R ,  S  ( A ,  B )  /\  K  C_  A  /\  X  =  ( H " K ) )  ->  ( H  |`  K )  Isom  R ,  S  ( K ,  X ) )
 
Theoremisotr 5476 Composition (transitive) law for isomorphism. Proposition 6.30(3) of [TakeutiZaring] p. 33. (Contributed by NM, 27-Apr-2004.) (Proof shortened by Mario Carneiro, 5-Dec-2016.)
 |-  ( ( H  Isom  R ,  S  ( A ,  B )  /\  G  Isom  S ,  T  ( B ,  C ) )  ->  ( G  o.  H )  Isom  R ,  T  ( A ,  C ) )
 
Theoremisoini 5477 Isomorphisms preserve initial segments. Proposition 6.31(2) of [TakeutiZaring] p. 33. (Contributed by NM, 20-Apr-2004.)
 |-  ( ( H  Isom  R ,  S  ( A ,  B )  /\  D  e.  A )  ->  ( H " ( A  i^i  ( `' R " { D } )
 ) )  =  ( B  i^i  ( `' S " { ( H `  D ) }
 ) ) )
 
Theoremisoini2 5478 Isomorphisms are isomorphisms on their initial segments. (Contributed by Mario Carneiro, 29-Mar-2014.)
 |-  C  =  ( A  i^i  ( `' R " { X } )
 )   &    |-  D  =  ( B  i^i  ( `' S " { ( H `  X ) } )
 )   =>    |-  ( ( H  Isom  R ,  S  ( A ,  B )  /\  X  e.  A )  ->  ( H  |`  C ) 
 Isom  R ,  S  ( C ,  D ) )
 
Theoremisoselem 5479* Lemma for isose 5480. (Contributed by Mario Carneiro, 23-Jun-2015.)
 |-  ( ph  ->  H  Isom  R ,  S  ( A ,  B ) )   &    |-  ( ph  ->  ( H " x )  e.  _V )   =>    |-  ( ph  ->  ( R Se  A  ->  S Se  B ) )
 
Theoremisose 5480 An isomorphism preserves set-like relations. (Contributed by Mario Carneiro, 23-Jun-2015.)
 |-  ( H  Isom  R ,  S  ( A ,  B )  ->  ( R Se  A  <->  S Se 
 B ) )
 
Theoremisopolem 5481 Lemma for isopo 5482. (Contributed by Stefan O'Rear, 16-Nov-2014.)
 |-  ( H  Isom  R ,  S  ( A ,  B )  ->  ( S  Po  B  ->  R  Po  A ) )
 
Theoremisopo 5482 An isomorphism preserves partial ordering. (Contributed by Stefan O'Rear, 16-Nov-2014.)
 |-  ( H  Isom  R ,  S  ( A ,  B )  ->  ( R  Po  A 
 <->  S  Po  B ) )
 
Theoremisosolem 5483 Lemma for isoso 5484. (Contributed by Stefan O'Rear, 16-Nov-2014.)
 |-  ( H  Isom  R ,  S  ( A ,  B )  ->  ( S  Or  B  ->  R  Or  A ) )
 
Theoremisoso 5484 An isomorphism preserves strict ordering. (Contributed by Stefan O'Rear, 16-Nov-2014.)
 |-  ( H  Isom  R ,  S  ( A ,  B )  ->  ( R  Or  A 
 <->  S  Or  B ) )
 
Theoremf1oiso 5485* Any one-to-one onto function determines an isomorphism with an induced relation  S. Proposition 6.33 of [TakeutiZaring] p. 34. (Contributed by NM, 30-Apr-2004.)
 |-  ( ( H : A
 -1-1-onto-> B  /\  S  =  { <. z ,  w >.  | 
 E. x  e.  A  E. y  e.  A  ( ( z  =  ( H `  x )  /\  w  =  ( H `  y ) )  /\  x R y ) } )  ->  H  Isom  R ,  S  ( A ,  B ) )
 
Theoremf1oiso2 5486* Any one-to-one onto function determines an isomorphism with an induced relation  S. (Contributed by Mario Carneiro, 9-Mar-2013.)
 |-  S  =  { <. x ,  y >.  |  ( ( x  e.  B  /\  y  e.  B )  /\  ( `' H `  x ) R ( `' H `  y ) ) }   =>    |-  ( H : A -1-1-onto-> B  ->  H  Isom  R ,  S  ( A ,  B ) )
 
2.6.9  Restricted iota (description binder)
 
Syntaxcrio 5487 Extend class notation with restricted description binder.
 class  ( iota_ x  e.  A  ph )
 
Definitiondf-riota 5488 Define restricted description binder. In case there is no unique  x such that  ( x  e.  A  /\  ph ) holds, it evaluates to the empty set. See also comments for df-iota 4887. (Contributed by NM, 15-Sep-2011.) (Revised by Mario Carneiro, 15-Oct-2016.) (Revised by NM, 2-Sep-2018.)
 |-  ( iota_ x  e.  A  ph )  =  ( iota
 x ( x  e.  A  /\  ph )
 )
 
Theoremriotaeqdv 5489* Formula-building deduction rule for iota. (Contributed by NM, 15-Sep-2011.)
 |-  ( ph  ->  A  =  B )   =>    |-  ( ph  ->  ( iota_ x  e.  A  ps )  =  ( iota_ x  e.  B  ps ) )
 
Theoremriotabidv 5490* Formula-building deduction rule for restricted iota. (Contributed by NM, 15-Sep-2011.)
 |-  ( ph  ->  ( ps 
 <->  ch ) )   =>    |-  ( ph  ->  (
 iota_ x  e.  A  ps )  =  ( iota_ x  e.  A  ch ) )
 
Theoremriotaeqbidv 5491* Equality deduction for restricted universal quantifier. (Contributed by NM, 15-Sep-2011.)
 |-  ( ph  ->  A  =  B )   &    |-  ( ph  ->  ( ps  <->  ch ) )   =>    |-  ( ph  ->  (
 iota_ x  e.  A  ps )  =  ( iota_ x  e.  B  ch ) )
 
Theoremriotaexg 5492* Restricted iota is a set. (Contributed by Jim Kingdon, 15-Jun-2020.)
 |-  ( A  e.  V  ->  ( iota_ x  e.  A  ps )  e.  _V )
 
Theoremriotav 5493 An iota restricted to the universe is unrestricted. (Contributed by NM, 18-Sep-2011.)
 |-  ( iota_ x  e.  _V  ph )  =  ( iota
 x ph )
 
Theoremriotauni 5494 Restricted iota in terms of class union. (Contributed by NM, 11-Oct-2011.)
 |-  ( E! x  e.  A  ph  ->  ( iota_ x  e.  A  ph )  =  U. { x  e.  A  |  ph } )
 
Theoremnfriota1 5495* The abstraction variable in a restricted iota descriptor isn't free. (Contributed by NM, 12-Oct-2011.) (Revised by Mario Carneiro, 15-Oct-2016.)
 |-  F/_ x ( iota_ x  e.  A  ph )
 
Theoremnfriotadxy 5496* Deduction version of nfriota 5497. (Contributed by Jim Kingdon, 12-Jan-2019.)
 |- 
 F/ y ph   &    |-  ( ph  ->  F/ x ps )   &    |-  ( ph  ->  F/_ x A )   =>    |-  ( ph  ->  F/_ x (
 iota_ y  e.  A  ps ) )
 
Theoremnfriota 5497* A variable not free in a wff remains so in a restricted iota descriptor. (Contributed by NM, 12-Oct-2011.)
 |- 
 F/ x ph   &    |-  F/_ x A   =>    |-  F/_ x ( iota_ y  e.  A  ph )
 
Theoremcbvriota 5498* Change bound variable in a restricted description binder. (Contributed by NM, 18-Mar-2013.) (Revised by Mario Carneiro, 15-Oct-2016.)
 |- 
 F/ y ph   &    |-  F/ x ps   &    |-  ( x  =  y  ->  (
 ph 
 <->  ps ) )   =>    |-  ( iota_ x  e.  A  ph )  =  ( iota_ y  e.  A  ps )
 
Theoremcbvriotav 5499* Change bound variable in a restricted description binder. (Contributed by NM, 18-Mar-2013.) (Revised by Mario Carneiro, 15-Oct-2016.)
 |-  ( x  =  y 
 ->  ( ph  <->  ps ) )   =>    |-  ( iota_ x  e.  A  ph )  =  ( iota_ y  e.  A  ps )
 
Theoremcsbriotag 5500* Interchange class substitution and restricted description binder. (Contributed by NM, 24-Feb-2013.)
 |-  ( A  e.  V  -> 
 [_ A  /  x ]_ ( iota_ y  e.  B  ph )  =  ( iota_ y  e.  B  [. A  /  x ]. ph )
 )
    < 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-10795
  Copyright terms: Public domain < Previous  Next >