HomeHome Intuitionistic Logic Explorer
Theorem List (p. 55 of 102)
< 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
 
Theoremfniunfv 5401* 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 5402* 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 5401. (Contributed by Jim Kingdon, 10-Jan-2019.)
 |-  ( F  Fn  A  -> 
 U_ x  e.  A  ( F `  x )  =  U. ( F
 " A ) )
 
Theoremfuniunfvdmf 5403* The indexed union of a function's values is the union of its image under the index class. This version of funiunfvdm 5402 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 5404* 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 5405* 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 5406* 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 5407* 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 5408 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 5409* 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 5410* 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 5411 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 5412 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 5413 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 5414 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 ) )
 
Theoremf1imapss 5415 Taking images under a one-to-one function preserves proper 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 ) )
 
Theoremdff1o6 5416* 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 5417 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 5418 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 5419 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 5420 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 5421 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 5422 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 5423 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 5424 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 5425* 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 5426* 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 5427 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 5428 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 5429 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 5430 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 5431 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 5432*  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 5433* 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 5434* 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 5435* 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 5436* 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 5437* 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 5438* 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 5439* 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 5440* 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 5441 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 5442 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 5443 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 5444 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 5445 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 5446 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 5447 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 5448 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 5449* 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 5450 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 5451 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 5452 Converse law for isomorphism. (Contributed by Mario Carneiro, 30-Jan-2014.)
 |-  ( H  Isom  R ,  S  ( A ,  B ) 
 <->  H  Isom  `' R ,  `' S ( A ,  B ) )
 
Theoremisores2 5453 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 5454 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 5455 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 5456 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 5457 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 5458 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 5459* Lemma for isose 5460. (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 5460 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 5461 Lemma for isopo 5462. (Contributed by Stefan O'Rear, 16-Nov-2014.)
 |-  ( H  Isom  R ,  S  ( A ,  B )  ->  ( S  Po  B  ->  R  Po  A ) )
 
Theoremisopo 5462 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 5463 Lemma for isoso 5464. (Contributed by Stefan O'Rear, 16-Nov-2014.)
 |-  ( H  Isom  R ,  S  ( A ,  B )  ->  ( S  Or  B  ->  R  Or  A ) )
 
Theoremisoso 5464 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 5465* 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 5466* 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 5467 Extend class notation with restricted description binder.
 class  ( iota_ x  e.  A  ph )
 
Definitiondf-riota 5468 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 4867. (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 5469* 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 5470* 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 5471* 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 5472* Restricted iota is a set. (Contributed by Jim Kingdon, 15-Jun-2020.)
 |-  ( A  e.  V  ->  ( iota_ x  e.  A  ps )  e.  _V )
 
Theoremriotav 5473 An iota restricted to the universe is unrestricted. (Contributed by NM, 18-Sep-2011.)
 |-  ( iota_ x  e.  _V  ph )  =  ( iota
 x ph )
 
Theoremriotauni 5474 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 5475* 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 5476* Deduction version of nfriota 5477. (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 5477* 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 5478* 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 5479* 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 5480* 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 )
 )
 
Theoremriotacl2 5481 Membership law for "the unique element in  A such that  ph."

(Contributed by NM, 21-Aug-2011.) (Revised by Mario Carneiro, 23-Dec-2016.)

 |-  ( E! x  e.  A  ph  ->  ( iota_ x  e.  A  ph )  e.  { x  e.  A  |  ph } )
 
Theoremriotacl 5482* Closure of restricted iota. (Contributed by NM, 21-Aug-2011.)
 |-  ( E! x  e.  A  ph  ->  ( iota_ x  e.  A  ph )  e.  A )
 
Theoremriotasbc 5483 Substitution law for descriptions. (Contributed by NM, 23-Aug-2011.) (Proof shortened by Mario Carneiro, 24-Dec-2016.)
 |-  ( E! x  e.  A  ph  ->  [. ( iota_ x  e.  A  ph )  /  x ]. ph )
 
Theoremriotabidva 5484* Equivalent wff's yield equal restricted class abstractions (deduction rule). (rabbidva 2548 analog.) (Contributed by NM, 17-Jan-2012.)
 |-  ( ( ph  /\  x  e.  A )  ->  ( ps 
 <->  ch ) )   =>    |-  ( ph  ->  (
 iota_ x  e.  A  ps )  =  ( iota_ x  e.  A  ch ) )
 
Theoremriotabiia 5485 Equivalent wff's yield equal restricted iotas (inference rule). (rabbiia 2547 analog.) (Contributed by NM, 16-Jan-2012.)
 |-  ( x  e.  A  ->  ( ph  <->  ps ) )   =>    |-  ( iota_ x  e.  A  ph )  =  ( iota_ x  e.  A  ps )
 
Theoremriota1 5486* Property of restricted iota. Compare iota1 4881. (Contributed by Mario Carneiro, 15-Oct-2016.)
 |-  ( E! x  e.  A  ph  ->  ( ( x  e.  A  /\  ph )  <->  ( iota_ x  e.  A  ph )  =  x ) )
 
Theoremriota1a 5487 Property of iota. (Contributed by NM, 23-Aug-2011.)
 |-  ( ( x  e.  A  /\  E! x  e.  A  ph )  ->  ( ph  <->  ( iota x ( x  e.  A  /\  ph ) )  =  x ) )
 
Theoremriota2df 5488* A deduction version of riota2f 5489. (Contributed by NM, 17-Feb-2013.) (Revised by Mario Carneiro, 15-Oct-2016.)
 |- 
 F/ x ph   &    |-  ( ph  ->  F/_ x B )   &    |-  ( ph  ->  F/ x ch )   &    |-  ( ph  ->  B  e.  A )   &    |-  ( ( ph  /\  x  =  B ) 
 ->  ( ps  <->  ch ) )   =>    |-  ( ( ph  /\ 
 E! x  e.  A  ps )  ->  ( ch  <->  (
 iota_ x  e.  A  ps )  =  B ) )
 
Theoremriota2f 5489* This theorem shows a condition that allows us to represent a descriptor with a class expression  B. (Contributed by NM, 23-Aug-2011.) (Revised by Mario Carneiro, 15-Oct-2016.)
 |-  F/_ x B   &    |-  F/ x ps   &    |-  ( x  =  B  ->  (
 ph 
 <->  ps ) )   =>    |-  ( ( B  e.  A  /\  E! x  e.  A  ph )  ->  ( ps  <->  ( iota_ x  e.  A  ph )  =  B ) )
 
Theoremriota2 5490* This theorem shows a condition that allows us to represent a descriptor with a class expression  B. (Contributed by NM, 23-Aug-2011.) (Revised by Mario Carneiro, 10-Dec-2016.)
 |-  ( x  =  B  ->  ( ph  <->  ps ) )   =>    |-  ( ( B  e.  A  /\  E! x  e.  A  ph )  ->  ( ps  <->  ( iota_ x  e.  A  ph )  =  B ) )
 
Theoremriotaprop 5491* Properties of a restricted definite description operator. Todo (df-riota 5468 update): can some uses of riota2f 5489 be shortened with this? (Contributed by NM, 23-Nov-2013.)
 |- 
 F/ x ps   &    |-  B  =  ( iota_ x  e.  A  ph )   &    |-  ( x  =  B  ->  ( ph  <->  ps ) )   =>    |-  ( E! x  e.  A  ph  ->  ( B  e.  A  /\  ps ) )
 
Theoremriota5f 5492* A method for computing restricted iota. (Contributed by NM, 16-Apr-2013.) (Revised by Mario Carneiro, 15-Oct-2016.)
 |-  ( ph  ->  F/_ x B )   &    |-  ( ph  ->  B  e.  A )   &    |-  (
 ( ph  /\  x  e.  A )  ->  ( ps 
 <->  x  =  B ) )   =>    |-  ( ph  ->  ( iota_ x  e.  A  ps )  =  B )
 
Theoremriota5 5493* A method for computing restricted iota. (Contributed by NM, 20-Oct-2011.) (Revised by Mario Carneiro, 6-Dec-2016.)
 |-  ( ph  ->  B  e.  A )   &    |-  ( ( ph  /\  x  e.  A ) 
 ->  ( ps  <->  x  =  B ) )   =>    |-  ( ph  ->  ( iota_ x  e.  A  ps )  =  B )
 
Theoremriotass2 5494* Restriction of a unique element to a smaller class. (Contributed by NM, 21-Aug-2011.) (Revised by NM, 22-Mar-2013.)
 |-  ( ( ( A 
 C_  B  /\  A. x  e.  A  ( ph  ->  ps ) )  /\  ( E. x  e.  A  ph 
 /\  E! x  e.  B  ps ) )  ->  ( iota_ x  e.  A  ph )  =  ( iota_ x  e.  B  ps ) )
 
Theoremriotass 5495* Restriction of a unique element to a smaller class. (Contributed by NM, 19-Oct-2005.) (Revised by Mario Carneiro, 24-Dec-2016.)
 |-  ( ( A  C_  B  /\  E. x  e.  A  ph  /\  E! x  e.  B  ph )  ->  ( iota_ x  e.  A  ph )  =  ( iota_ x  e.  B  ph )
 )
 
Theoremmoriotass 5496* Restriction of a unique element to a smaller class. (Contributed by NM, 19-Feb-2006.) (Revised by NM, 16-Jun-2017.)
 |-  ( ( A  C_  B  /\  E. x  e.  A  ph  /\  E* x  e.  B  ph )  ->  ( iota_ x  e.  A  ph )  =  ( iota_ x  e.  B  ph )
 )
 
Theoremsnriota 5497 A restricted class abstraction with a unique member can be expressed as a singleton. (Contributed by NM, 30-May-2006.)
 |-  ( E! x  e.  A  ph  ->  { x  e.  A  |  ph }  =  { ( iota_ x  e.  A  ph ) }
 )
 
Theoremeusvobj2 5498* Specify the same property in two ways when class  B ( y ) is single-valued. (Contributed by NM, 1-Nov-2010.) (Proof shortened by Mario Carneiro, 24-Dec-2016.)
 |-  B  e.  _V   =>    |-  ( E! x E. y  e.  A  x  =  B  ->  ( E. y  e.  A  x  =  B  <->  A. y  e.  A  x  =  B )
 )
 
Theoremeusvobj1 5499* Specify the same object in two ways when class  B ( y ) is single-valued. (Contributed by NM, 1-Nov-2010.) (Proof shortened by Mario Carneiro, 19-Nov-2016.)
 |-  B  e.  _V   =>    |-  ( E! x E. y  e.  A  x  =  B  ->  (
 iota x E. y  e.  A  x  =  B )  =  ( iota x
 A. y  e.  A  x  =  B )
 )
 
Theoremf1ofveu 5500* There is one domain element for each value of a one-to-one onto function. (Contributed by NM, 26-May-2006.)
 |-  ( ( F : A
 -1-1-onto-> B  /\  C  e.  B )  ->  E! x  e.  A  ( F `  x )  =  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-10124
  Copyright terms: Public domain < Previous  Next >