HomeHome Intuitionistic Logic Explorer
Theorem List (p. 74 of 171)
< 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 - 7301-7400   *Has distinct variable group(s)
TypeLabelDescription
Statement
 
Theoremfiss 7301 Subset relationship for function 
fi. (Contributed by Jeff Hankins, 7-Oct-2009.) (Revised by Mario Carneiro, 24-Nov-2013.)
 |-  ( ( B  e.  V  /\  A  C_  B )  ->  ( fi `  A )  C_  ( fi
 `  B ) )
 
Theoremfiuni 7302 The union of the finite intersections of a set is simply the union of the set itself. (Contributed by Jeff Hankins, 5-Sep-2009.) (Revised by Mario Carneiro, 24-Nov-2013.)
 |-  ( A  e.  V  ->  U. A  =  U. ( fi `  A ) )
 
Theoremfipwssg 7303 If a set is a family of subsets of some base set, then so is its finite intersection. (Contributed by Stefan O'Rear, 2-Aug-2015.)
 |-  ( ( A  e.  V  /\  A  C_  ~P X )  ->  ( fi `  A )  C_  ~P X )
 
Theoremfifo 7304* Describe a surjection from nonempty finite sets to finite intersections. (Contributed by Mario Carneiro, 18-May-2015.)
 |-  F  =  ( y  e.  ( ( ~P A  i^i  Fin )  \  { (/) } )  |->  |^| y )   =>    |-  ( A  e.  V  ->  F : ( ( ~P A  i^i  Fin )  \  { (/) } ) -onto->
 ( fi `  A ) )
 
Theoremdcfi 7305* Decidability of a family of propositions indexed by a finite set. (Contributed by Jim Kingdon, 30-Sep-2024.)
 |-  ( ( A  e.  Fin  /\  A. x  e.  A DECID  ph )  -> DECID  A. x  e.  A  ph )
 
Theoremfdcf1 7306 It is decidable whether a function from a finite set into another finite set is one-to-one. (Contributed by Jim Kingdon, 13-Jul-2026.)
 |-  ( ( A  e.  Fin  /\  B  e.  Fin  /\  F : A --> B ) 
 -> DECID  F : A -1-1-> B )
 
Theoremf1setfi 7307* The set of injections between two finite sets is finite. (Contributed by Jim Kingdon, 13-Jul-2026.)
 |-  ( ( A  e.  Fin  /\  B  e.  Fin )  ->  { f  |  f : A -1-1-> B }  e.  Fin )
 
2.6.36  The sizes of sets
 
Theorem2omap 7308* Mapping between  ( 2o  ^m  A ) and decidable subsets of  A. (Contributed by Jim Kingdon, 12-Nov-2025.)
 |-  F  =  ( s  e.  ( 2o  ^m  A )  |->  { z  e.  A  |  ( s `
  z )  =  1o } )   =>    |-  ( A  e.  V  ->  F : ( 2o  ^m  A ) -1-1-onto-> { x  e.  ~P A  |  A. y  e.  A DECID  y  e.  x } )
 
Theorem2omapen 7309* Equinumerosity of  ( 2o  ^m  A ) and the set of decidable subsets of  A. (Contributed by Jim Kingdon, 14-Nov-2025.)
 |-  ( A  e.  V  ->  ( 2o  ^m  A )  ~~  { x  e. 
 ~P A  |  A. y  e.  A DECID  y  e.  x } )
 
Theorem2omapfi 7310 The number of finite subsets of a finite set. For a similar theorem with set size expressed using ♯ (df-ihash 11193), see hashpwfi 11247. (Contributed by Jim Kingdon, 18-May-2026.)
 |-  ( A  e.  Fin  ->  ( 2o  ^m  A ) 
 ~~  ( ~P A  i^i  Fin ) )
 
Theoremfipwfi 7311 The set of finite subsets of a finite set is finite. (Contributed by Jim Kingdon, 19-May-2026.)
 |-  ( A  e.  Fin  ->  ( ~P A  i^i  Fin )  e.  Fin )
 
2.6.37  Supremum and infimum
 
Syntaxcsup 7312 Extend class notation to include supremum of class  A. Here  R is ordinarily a relation that strictly orders class  B. For example,  R could be 'less than' and  B could be the set of real numbers.
 class  sup ( A ,  B ,  R )
 
Syntaxcinf 7313 Extend class notation to include infimum of class  A. Here  R is ordinarily a relation that strictly orders class  B. For example,  R could be 'less than' and  B could be the set of real numbers.
 class inf ( A ,  B ,  R )
 
Definitiondf-sup 7314* Define the supremum of class  A. It is meaningful when 
R is a relation that strictly orders  B and when the supremum exists. (Contributed by NM, 22-May-1999.)
 |- 
 sup ( A ,  B ,  R )  =  U. { x  e.  B  |  ( A. y  e.  A  -.  x R y  /\  A. y  e.  B  (
 y R x  ->  E. z  e.  A  y R z ) ) }
 
Definitiondf-inf 7315 Define the infimum of class  A. It is meaningful when 
R is a relation that strictly orders 
B and when the infimum exists. For example,  R could be 'less than',  B could be the set of real numbers, and  A could be the set of all positive reals; in this case the infimum is 0. The infimum is defined as the supremum using the converse ordering relation. In the given example, 0 is the supremum of all reals (greatest real number) for which all positive reals are greater. (Contributed by AV, 2-Sep-2020.)
 |- inf
 ( A ,  B ,  R )  =  sup ( A ,  B ,  `' R )
 
Theoremsupeq1 7316 Equality theorem for supremum. (Contributed by NM, 22-May-1999.)
 |-  ( B  =  C  ->  sup ( B ,  A ,  R )  =  sup ( C ,  A ,  R )
 )
 
Theoremsupeq1d 7317 Equality deduction for supremum. (Contributed by Paul Chapman, 22-Jun-2011.)
 |-  ( ph  ->  B  =  C )   =>    |-  ( ph  ->  sup ( B ,  A ,  R )  =  sup ( C ,  A ,  R ) )
 
Theoremsupeq1i 7318 Equality inference for supremum. (Contributed by Paul Chapman, 22-Jun-2011.)
 |-  B  =  C   =>    |-  sup ( B ,  A ,  R )  =  sup ( C ,  A ,  R )
 
Theoremsupeq2 7319 Equality theorem for supremum. (Contributed by Jeff Madsen, 2-Sep-2009.)
 |-  ( B  =  C  ->  sup ( A ,  B ,  R )  =  sup ( A ,  C ,  R )
 )
 
Theoremsupeq3 7320 Equality theorem for supremum. (Contributed by Scott Fenton, 13-Jun-2018.)
 |-  ( R  =  S  ->  sup ( A ,  B ,  R )  =  sup ( A ,  B ,  S )
 )
 
Theoremsupeq123d 7321 Equality deduction for supremum. (Contributed by Stefan O'Rear, 20-Jan-2015.)
 |-  ( ph  ->  A  =  D )   &    |-  ( ph  ->  B  =  E )   &    |-  ( ph  ->  C  =  F )   =>    |-  ( ph  ->  sup ( A ,  B ,  C )  =  sup ( D ,  E ,  F ) )
 
Theoremnfsup 7322 Hypothesis builder for supremum. (Contributed by Mario Carneiro, 20-Mar-2014.)
 |-  F/_ x A   &    |-  F/_ x B   &    |-  F/_ x R   =>    |-  F/_ x sup ( A ,  B ,  R )
 
Theoremsupmoti 7323* Any class  B has at most one supremum in  A (where  R is interpreted as 'less than'). The hypothesis is satisfied by real numbers (see lttri3 8395) or other orders which correspond to tight apartnesses. (Contributed by Jim Kingdon, 23-Nov-2021.)
 |-  ( ( ph  /\  ( u  e.  A  /\  v  e.  A )
 )  ->  ( u  =  v  <->  ( -.  u R v  /\  -.  v R u ) ) )   =>    |-  ( ph  ->  E* x  e.  A  ( A. y  e.  B  -.  x R y  /\  A. y  e.  A  ( y R x  ->  E. z  e.  B  y R z ) ) )
 
Theoremsupeuti 7324* A supremum is unique. Similar to Theorem I.26 of [Apostol] p. 24 (but for suprema in general). (Contributed by Jim Kingdon, 23-Nov-2021.)
 |-  ( ( ph  /\  ( u  e.  A  /\  v  e.  A )
 )  ->  ( u  =  v  <->  ( -.  u R v  /\  -.  v R u ) ) )   &    |-  ( ph  ->  E. x  e.  A  ( A. y  e.  B  -.  x R y  /\  A. y  e.  A  ( y R x  ->  E. z  e.  B  y R z ) ) )   =>    |-  ( ph  ->  E! x  e.  A  (
 A. y  e.  B  -.  x R y  /\  A. y  e.  A  ( y R x  ->  E. z  e.  B  y R z ) ) )
 
Theoremsupval2ti 7325* Alternate expression for the supremum. (Contributed by Jim Kingdon, 23-Nov-2021.)
 |-  ( ( ph  /\  ( u  e.  A  /\  v  e.  A )
 )  ->  ( u  =  v  <->  ( -.  u R v  /\  -.  v R u ) ) )   &    |-  ( ph  ->  E. x  e.  A  ( A. y  e.  B  -.  x R y  /\  A. y  e.  A  ( y R x  ->  E. z  e.  B  y R z ) ) )   =>    |-  ( ph  ->  sup ( B ,  A ,  R )  =  (
 iota_ x  e.  A  ( A. y  e.  B  -.  x R y  /\  A. y  e.  A  ( y R x  ->  E. z  e.  B  y R z ) ) ) )
 
Theoremeqsupti 7326* Sufficient condition for an element to be equal to the supremum. (Contributed by Jim Kingdon, 23-Nov-2021.)
 |-  ( ( ph  /\  ( u  e.  A  /\  v  e.  A )
 )  ->  ( u  =  v  <->  ( -.  u R v  /\  -.  v R u ) ) )   =>    |-  ( ph  ->  ( ( C  e.  A  /\  A. y  e.  B  -.  C R y  /\  A. y  e.  A  (
 y R C  ->  E. z  e.  B  y R z ) ) 
 ->  sup ( B ,  A ,  R )  =  C ) )
 
Theoremeqsuptid 7327* Sufficient condition for an element to be equal to the supremum. (Contributed by Jim Kingdon, 24-Nov-2021.)
 |-  ( ( ph  /\  ( u  e.  A  /\  v  e.  A )
 )  ->  ( u  =  v  <->  ( -.  u R v  /\  -.  v R u ) ) )   &    |-  ( ph  ->  C  e.  A )   &    |-  ( ( ph  /\  y  e.  B ) 
 ->  -.  C R y )   &    |-  ( ( ph  /\  ( y  e.  A  /\  y R C ) )  ->  E. z  e.  B  y R z )   =>    |-  ( ph  ->  sup ( B ,  A ,  R )  =  C )
 
Theoremsupclti 7328* A supremum belongs to its base class (closure law). See also supubti 7329 and suplubti 7330. (Contributed by Jim Kingdon, 24-Nov-2021.)
 |-  ( ( ph  /\  ( u  e.  A  /\  v  e.  A )
 )  ->  ( u  =  v  <->  ( -.  u R v  /\  -.  v R u ) ) )   &    |-  ( ph  ->  E. x  e.  A  ( A. y  e.  B  -.  x R y  /\  A. y  e.  A  ( y R x  ->  E. z  e.  B  y R z ) ) )   =>    |-  ( ph  ->  sup ( B ,  A ,  R )  e.  A )
 
Theoremsupubti 7329* A supremum is an upper bound. See also supclti 7328 and suplubti 7330.

This proof demonstrates how to expand an iota-based definition (df-iota 5332) using riotacl2 6043.

(Contributed by Jim Kingdon, 24-Nov-2021.)

 |-  ( ( ph  /\  ( u  e.  A  /\  v  e.  A )
 )  ->  ( u  =  v  <->  ( -.  u R v  /\  -.  v R u ) ) )   &    |-  ( ph  ->  E. x  e.  A  ( A. y  e.  B  -.  x R y  /\  A. y  e.  A  ( y R x  ->  E. z  e.  B  y R z ) ) )   =>    |-  ( ph  ->  ( C  e.  B  ->  -. 
 sup ( B ,  A ,  R ) R C ) )
 
Theoremsuplubti 7330* A supremum is the least upper bound. See also supclti 7328 and supubti 7329. (Contributed by Jim Kingdon, 24-Nov-2021.)
 |-  ( ( ph  /\  ( u  e.  A  /\  v  e.  A )
 )  ->  ( u  =  v  <->  ( -.  u R v  /\  -.  v R u ) ) )   &    |-  ( ph  ->  E. x  e.  A  ( A. y  e.  B  -.  x R y  /\  A. y  e.  A  ( y R x  ->  E. z  e.  B  y R z ) ) )   =>    |-  ( ph  ->  ( ( C  e.  A  /\  C R sup ( B ,  A ,  R ) )  ->  E. z  e.  B  C R z ) )
 
Theoremsuplub2ti 7331* Bidirectional form of suplubti 7330. (Contributed by Jim Kingdon, 17-Jan-2022.)
 |-  ( ( ph  /\  ( u  e.  A  /\  v  e.  A )
 )  ->  ( u  =  v  <->  ( -.  u R v  /\  -.  v R u ) ) )   &    |-  ( ph  ->  E. x  e.  A  ( A. y  e.  B  -.  x R y  /\  A. y  e.  A  ( y R x  ->  E. z  e.  B  y R z ) ) )   &    |-  ( ph  ->  R  Or  A )   &    |-  ( ph  ->  B  C_  A )   =>    |-  ( ( ph  /\  C  e.  A )  ->  ( C R sup ( B ,  A ,  R ) 
 <-> 
 E. z  e.  B  C R z ) )
 
Theoremsupelti 7332* Supremum membership in a set. (Contributed by Jim Kingdon, 16-Jan-2022.)
 |-  ( ( ph  /\  ( u  e.  A  /\  v  e.  A )
 )  ->  ( u  =  v  <->  ( -.  u R v  /\  -.  v R u ) ) )   &    |-  ( ph  ->  E. x  e.  C  ( A. y  e.  B  -.  x R y  /\  A. y  e.  A  ( y R x  ->  E. z  e.  B  y R z ) ) )   &    |-  ( ph  ->  C  C_  A )   =>    |-  ( ph  ->  sup ( B ,  A ,  R )  e.  C )
 
Theoremsup00 7333 The supremum under an empty base set is always the empty set. (Contributed by AV, 4-Sep-2020.)
 |- 
 sup ( B ,  (/)
 ,  R )  =  (/)
 
Theoremsupmaxti 7334* The greatest element of a set is its supremum. Note that the converse is not true; the supremum might not be an element of the set considered. (Contributed by Jim Kingdon, 24-Nov-2021.)
 |-  ( ( ph  /\  ( u  e.  A  /\  v  e.  A )
 )  ->  ( u  =  v  <->  ( -.  u R v  /\  -.  v R u ) ) )   &    |-  ( ph  ->  C  e.  A )   &    |-  ( ph  ->  C  e.  B )   &    |-  (
 ( ph  /\  y  e.  B )  ->  -.  C R y )   =>    |-  ( ph  ->  sup ( B ,  A ,  R )  =  C )
 
Theoremsupsnti 7335* The supremum of a singleton. (Contributed by Jim Kingdon, 26-Nov-2021.)
 |-  ( ( ph  /\  ( u  e.  A  /\  v  e.  A )
 )  ->  ( u  =  v  <->  ( -.  u R v  /\  -.  v R u ) ) )   &    |-  ( ph  ->  B  e.  A )   =>    |-  ( ph  ->  sup ( { B } ,  A ,  R )  =  B )
 
Theoremisotilem 7336* Lemma for isoti 7337. (Contributed by Jim Kingdon, 26-Nov-2021.)
 |-  ( F  Isom  R ,  S  ( A ,  B )  ->  ( A. x  e.  B  A. y  e.  B  ( x  =  y  <->  ( -.  x S y  /\  -.  y S x ) )  ->  A. u  e.  A  A. v  e.  A  ( u  =  v  <->  ( -.  u R v  /\  -.  v R u ) ) ) )
 
Theoremisoti 7337* An isomorphism preserves tightness. (Contributed by Jim Kingdon, 26-Nov-2021.)
 |-  ( F  Isom  R ,  S  ( A ,  B )  ->  ( A. u  e.  A  A. v  e.  A  ( u  =  v  <->  ( -.  u R v  /\  -.  v R u ) )  <->  A. u  e.  B  A. v  e.  B  ( u  =  v  <->  ( -.  u S v  /\  -.  v S u ) ) ) )
 
Theoremsupisolem 7338* Lemma for supisoti 7340. (Contributed by Mario Carneiro, 24-Dec-2016.)
 |-  ( ph  ->  F  Isom  R ,  S  ( A ,  B ) )   &    |-  ( ph  ->  C 
 C_  A )   =>    |-  ( ( ph  /\  D  e.  A ) 
 ->  ( ( A. y  e.  C  -.  D R y  /\  A. y  e.  A  ( y R D  ->  E. z  e.  C  y R z ) )  <->  ( A. w  e.  ( F " C )  -.  ( F `  D ) S w 
 /\  A. w  e.  B  ( w S ( F `
  D )  ->  E. v  e.  ( F " C ) w S v ) ) ) )
 
Theoremsupisoex 7339* Lemma for supisoti 7340. (Contributed by Mario Carneiro, 24-Dec-2016.)
 |-  ( ph  ->  F  Isom  R ,  S  ( A ,  B ) )   &    |-  ( ph  ->  C 
 C_  A )   &    |-  ( ph  ->  E. x  e.  A  ( A. y  e.  C  -.  x R y  /\  A. y  e.  A  ( y R x  ->  E. z  e.  C  y R z ) ) )   =>    |-  ( ph  ->  E. u  e.  B  ( A. w  e.  ( F " C )  -.  u S w 
 /\  A. w  e.  B  ( w S u  ->  E. v  e.  ( F " C ) w S v ) ) )
 
Theoremsupisoti 7340* Image of a supremum under an isomorphism. (Contributed by Jim Kingdon, 26-Nov-2021.)
 |-  ( ph  ->  F  Isom  R ,  S  ( A ,  B ) )   &    |-  ( ph  ->  C 
 C_  A )   &    |-  ( ph  ->  E. x  e.  A  ( A. y  e.  C  -.  x R y  /\  A. y  e.  A  ( y R x  ->  E. z  e.  C  y R z ) ) )   &    |-  ( ( ph  /\  ( u  e.  A  /\  v  e.  A ) )  ->  ( u  =  v  <->  ( -.  u R v  /\  -.  v R u ) ) )   =>    |-  ( ph  ->  sup ( ( F " C ) ,  B ,  S )  =  ( F ` 
 sup ( C ,  A ,  R )
 ) )
 
Theoreminfeq1 7341 Equality theorem for infimum. (Contributed by AV, 2-Sep-2020.)
 |-  ( B  =  C  -> inf ( B ,  A ,  R )  = inf ( C ,  A ,  R ) )
 
Theoreminfeq1d 7342 Equality deduction for infimum. (Contributed by AV, 2-Sep-2020.)
 |-  ( ph  ->  B  =  C )   =>    |-  ( ph  -> inf ( B ,  A ,  R )  = inf ( C ,  A ,  R ) )
 
Theoreminfeq1i 7343 Equality inference for infimum. (Contributed by AV, 2-Sep-2020.)
 |-  B  =  C   =>    |- inf ( B ,  A ,  R )  = inf ( C ,  A ,  R )
 
Theoreminfeq2 7344 Equality theorem for infimum. (Contributed by AV, 2-Sep-2020.)
 |-  ( B  =  C  -> inf ( A ,  B ,  R )  = inf ( A ,  C ,  R ) )
 
Theoreminfeq3 7345 Equality theorem for infimum. (Contributed by AV, 2-Sep-2020.)
 |-  ( R  =  S  -> inf ( A ,  B ,  R )  = inf ( A ,  B ,  S ) )
 
Theoreminfeq123d 7346 Equality deduction for infimum. (Contributed by AV, 2-Sep-2020.)
 |-  ( ph  ->  A  =  D )   &    |-  ( ph  ->  B  =  E )   &    |-  ( ph  ->  C  =  F )   =>    |-  ( ph  -> inf ( A ,  B ,  C )  = inf ( D ,  E ,  F ) )
 
Theoremnfinf 7347 Hypothesis builder for infimum. (Contributed by AV, 2-Sep-2020.)
 |-  F/_ x A   &    |-  F/_ x B   &    |-  F/_ x R   =>    |-  F/_ xinf ( A ,  B ,  R )
 
Theoremcnvinfex 7348* Two ways of expressing existence of an infimum (one in terms of converse). (Contributed by Jim Kingdon, 17-Dec-2021.)
 |-  ( ph  ->  E. x  e.  A  ( A. y  e.  B  -.  y R x  /\  A. y  e.  A  ( x R y  ->  E. z  e.  B  z R y ) ) )   =>    |-  ( ph  ->  E. x  e.  A  (
 A. y  e.  B  -.  x `' R y 
 /\  A. y  e.  A  ( y `' R x  ->  E. z  e.  B  y `' R z ) ) )
 
Theoremcnvti 7349* If a relation satisfies a condition corresponding to tightness of an apartness generated by an order, so does its converse. (Contributed by Jim Kingdon, 17-Dec-2021.)
 |-  ( ( ph  /\  ( u  e.  A  /\  v  e.  A )
 )  ->  ( u  =  v  <->  ( -.  u R v  /\  -.  v R u ) ) )   =>    |-  ( ( ph  /\  ( u  e.  A  /\  v  e.  A )
 )  ->  ( u  =  v  <->  ( -.  u `' R v  /\  -.  v `' R u ) ) )
 
Theoremeqinfti 7350* Sufficient condition for an element to be equal to the infimum. (Contributed by Jim Kingdon, 16-Dec-2021.)
 |-  ( ( ph  /\  ( u  e.  A  /\  v  e.  A )
 )  ->  ( u  =  v  <->  ( -.  u R v  /\  -.  v R u ) ) )   =>    |-  ( ph  ->  ( ( C  e.  A  /\  A. y  e.  B  -.  y R C  /\  A. y  e.  A  ( C R y  ->  E. z  e.  B  z R y ) )  -> inf ( B ,  A ,  R )  =  C )
 )
 
Theoremeqinftid 7351* Sufficient condition for an element to be equal to the infimum. (Contributed by Jim Kingdon, 16-Dec-2021.)
 |-  ( ( ph  /\  ( u  e.  A  /\  v  e.  A )
 )  ->  ( u  =  v  <->  ( -.  u R v  /\  -.  v R u ) ) )   &    |-  ( ph  ->  C  e.  A )   &    |-  ( ( ph  /\  y  e.  B ) 
 ->  -.  y R C )   &    |-  ( ( ph  /\  (
 y  e.  A  /\  C R y ) ) 
 ->  E. z  e.  B  z R y )   =>    |-  ( ph  -> inf ( B ,  A ,  R )  =  C )
 
Theoreminfvalti 7352* Alternate expression for the infimum. (Contributed by Jim Kingdon, 17-Dec-2021.)
 |-  ( ( ph  /\  ( u  e.  A  /\  v  e.  A )
 )  ->  ( u  =  v  <->  ( -.  u R v  /\  -.  v R u ) ) )   &    |-  ( ph  ->  E. x  e.  A  ( A. y  e.  B  -.  y R x  /\  A. y  e.  A  ( x R y  ->  E. z  e.  B  z R y ) ) )   =>    |-  ( ph  -> inf ( B ,  A ,  R )  =  ( iota_ x  e.  A  ( A. y  e.  B  -.  y R x  /\  A. y  e.  A  ( x R y  ->  E. z  e.  B  z R y ) ) ) )
 
Theoreminfclti 7353* An infimum belongs to its base class (closure law). See also inflbti 7354 and infglbti 7355. (Contributed by Jim Kingdon, 17-Dec-2021.)
 |-  ( ( ph  /\  ( u  e.  A  /\  v  e.  A )
 )  ->  ( u  =  v  <->  ( -.  u R v  /\  -.  v R u ) ) )   &    |-  ( ph  ->  E. x  e.  A  ( A. y  e.  B  -.  y R x  /\  A. y  e.  A  ( x R y  ->  E. z  e.  B  z R y ) ) )   =>    |-  ( ph  -> inf ( B ,  A ,  R )  e.  A )
 
Theoreminflbti 7354* An infimum is a lower bound. See also infclti 7353 and infglbti 7355. (Contributed by Jim Kingdon, 18-Dec-2021.)
 |-  ( ( ph  /\  ( u  e.  A  /\  v  e.  A )
 )  ->  ( u  =  v  <->  ( -.  u R v  /\  -.  v R u ) ) )   &    |-  ( ph  ->  E. x  e.  A  ( A. y  e.  B  -.  y R x  /\  A. y  e.  A  ( x R y  ->  E. z  e.  B  z R y ) ) )   =>    |-  ( ph  ->  ( C  e.  B  ->  -.  C Rinf ( B ,  A ,  R ) ) )
 
Theoreminfglbti 7355* An infimum is the greatest lower bound. See also infclti 7353 and inflbti 7354. (Contributed by Jim Kingdon, 18-Dec-2021.)
 |-  ( ( ph  /\  ( u  e.  A  /\  v  e.  A )
 )  ->  ( u  =  v  <->  ( -.  u R v  /\  -.  v R u ) ) )   &    |-  ( ph  ->  E. x  e.  A  ( A. y  e.  B  -.  y R x  /\  A. y  e.  A  ( x R y  ->  E. z  e.  B  z R y ) ) )   =>    |-  ( ph  ->  ( ( C  e.  A  /\ inf ( B ,  A ,  R ) R C )  ->  E. z  e.  B  z R C ) )
 
Theoreminfnlbti 7356* A lower bound is not greater than the infimum. (Contributed by Jim Kingdon, 18-Dec-2021.)
 |-  ( ( ph  /\  ( u  e.  A  /\  v  e.  A )
 )  ->  ( u  =  v  <->  ( -.  u R v  /\  -.  v R u ) ) )   &    |-  ( ph  ->  E. x  e.  A  ( A. y  e.  B  -.  y R x  /\  A. y  e.  A  ( x R y  ->  E. z  e.  B  z R y ) ) )   =>    |-  ( ph  ->  ( ( C  e.  A  /\  A. z  e.  B  -.  z R C ) 
 ->  -. inf ( B ,  A ,  R ) R C ) )
 
Theoreminfminti 7357* The smallest element of a set is its infimum. Note that the converse is not true; the infimum might not be an element of the set considered. (Contributed by Jim Kingdon, 18-Dec-2021.)
 |-  ( ( ph  /\  ( u  e.  A  /\  v  e.  A )
 )  ->  ( u  =  v  <->  ( -.  u R v  /\  -.  v R u ) ) )   &    |-  ( ph  ->  C  e.  A )   &    |-  ( ph  ->  C  e.  B )   &    |-  (
 ( ph  /\  y  e.  B )  ->  -.  y R C )   =>    |-  ( ph  -> inf ( B ,  A ,  R )  =  C )
 
Theoreminfmoti 7358* Any class  B has at most one infimum in  A (where  R is interpreted as 'less than'). (Contributed by Jim Kingdon, 18-Dec-2021.)
 |-  ( ( ph  /\  ( u  e.  A  /\  v  e.  A )
 )  ->  ( u  =  v  <->  ( -.  u R v  /\  -.  v R u ) ) )   =>    |-  ( ph  ->  E* x  e.  A  ( A. y  e.  B  -.  y R x  /\  A. y  e.  A  ( x R y  ->  E. z  e.  B  z R y ) ) )
 
Theoreminfeuti 7359* An infimum is unique. (Contributed by Jim Kingdon, 19-Dec-2021.)
 |-  ( ( ph  /\  ( u  e.  A  /\  v  e.  A )
 )  ->  ( u  =  v  <->  ( -.  u R v  /\  -.  v R u ) ) )   &    |-  ( ph  ->  E. x  e.  A  ( A. y  e.  B  -.  y R x  /\  A. y  e.  A  ( x R y  ->  E. z  e.  B  z R y ) ) )   =>    |-  ( ph  ->  E! x  e.  A  (
 A. y  e.  B  -.  y R x  /\  A. y  e.  A  ( x R y  ->  E. z  e.  B  z R y ) ) )
 
Theoreminfsnti 7360* The infimum of a singleton. (Contributed by Jim Kingdon, 19-Dec-2021.)
 |-  ( ( ph  /\  ( u  e.  A  /\  v  e.  A )
 )  ->  ( u  =  v  <->  ( -.  u R v  /\  -.  v R u ) ) )   &    |-  ( ph  ->  B  e.  A )   =>    |-  ( ph  -> inf ( { B } ,  A ,  R )  =  B )
 
Theoreminf00 7361 The infimum regarding an empty base set is always the empty set. (Contributed by AV, 4-Sep-2020.)
 |- inf
 ( B ,  (/) ,  R )  =  (/)
 
Theoreminfisoti 7362* Image of an infimum under an isomorphism. (Contributed by Jim Kingdon, 19-Dec-2021.)
 |-  ( ph  ->  F  Isom  R ,  S  ( A ,  B ) )   &    |-  ( ph  ->  C 
 C_  A )   &    |-  ( ph  ->  E. x  e.  A  ( A. y  e.  C  -.  y R x  /\  A. y  e.  A  ( x R y  ->  E. z  e.  C  z R y ) ) )   &    |-  ( ( ph  /\  ( u  e.  A  /\  v  e.  A ) )  ->  ( u  =  v  <->  ( -.  u R v  /\  -.  v R u ) ) )   =>    |-  ( ph  -> inf ( ( F " C ) ,  B ,  S )  =  ( F ` inf ( C ,  A ,  R ) ) )
 
Theoremsupex2g 7363 Existence of supremum. (Contributed by Jeff Madsen, 2-Sep-2009.)
 |-  ( A  e.  C  ->  sup ( B ,  A ,  R )  e.  _V )
 
Theoreminfex2g 7364 Existence of infimum. (Contributed by Jim Kingdon, 1-Oct-2024.)
 |-  ( A  e.  C  -> inf ( B ,  A ,  R )  e.  _V )
 
2.6.38  Ordinal isomorphism
 
Theoremordiso2 7365 Generalize ordiso 7366 to proper classes. (Contributed by Mario Carneiro, 24-Jun-2015.)
 |-  ( ( F  Isom  _E 
 ,  _E  ( A ,  B )  /\  Ord 
 A  /\  Ord  B ) 
 ->  A  =  B )
 
Theoremordiso 7366* Order-isomorphic ordinal numbers are equal. (Contributed by Jeff Hankins, 16-Oct-2009.) (Proof shortened by Mario Carneiro, 24-Jun-2015.)
 |-  ( ( A  e.  On  /\  B  e.  On )  ->  ( A  =  B 
 <-> 
 E. f  f  Isom  _E 
 ,  _E  ( A ,  B ) ) )
 
2.6.39  Disjoint union
 
2.6.39.1  Disjoint union
 
Syntaxcdju 7367 Extend class notation to include disjoint union of two classes.
 class  ( A B )
 
Definitiondf-dju 7368 Disjoint union of two classes. This is a way of creating a class which contains elements corresponding to each element of  A or  B, tagging each one with whether it came from  A or  B. (Contributed by Jim Kingdon, 20-Jun-2022.)
 |-  ( A B )  =  ( ( { (/) }  X.  A )  u.  ( { 1o }  X.  B ) )
 
Theoremdjueq12 7369 Equality theorem for disjoint union. (Contributed by Jim Kingdon, 23-Jun-2022.)
 |-  ( ( A  =  B  /\  C  =  D )  ->  ( A C )  =  ( B D ) )
 
Theoremdjueq1 7370 Equality theorem for disjoint union. (Contributed by Jim Kingdon, 23-Jun-2022.)
 |-  ( A  =  B  ->  ( A C )  =  ( B C )
 )
 
Theoremdjueq2 7371 Equality theorem for disjoint union. (Contributed by Jim Kingdon, 23-Jun-2022.)
 |-  ( A  =  B  ->  ( C A )  =  ( C B )
 )
 
Theoremnfdju 7372 Bound-variable hypothesis builder for disjoint union. (Contributed by Jim Kingdon, 23-Jun-2022.)
 |-  F/_ x A   &    |-  F/_ x B   =>    |-  F/_ x ( A B )
 
Theoremdjuex 7373 The disjoint union of sets is a set. See also the more precise djuss 7400. (Contributed by AV, 28-Jun-2022.)
 |-  ( ( A  e.  V  /\  B  e.  W )  ->  ( A B )  e.  _V )
 
Theoremdjuexb 7374 The disjoint union of two classes is a set iff both classes are sets. (Contributed by Jim Kingdon, 6-Sep-2023.)
 |-  ( ( A  e.  _V 
 /\  B  e.  _V ) 
 <->  ( A B )  e.  _V )
 
2.6.39.2  Left and right injections of a disjoint union

In this section, we define the left and right injections of a disjoint union and prove their main properties. These injections are restrictions of the "template" functions inl and inr, which appear in most applications in the form  (inl  |`  A ) and  (inr  |`  B ).

 
Syntaxcinl 7375 Extend class notation to include left injection of a disjoint union.
 class inl
 
Syntaxcinr 7376 Extend class notation to include right injection of a disjoint union.
 class inr
 
Definitiondf-inl 7377 Left injection of a disjoint union. (Contributed by Mario Carneiro, 21-Jun-2022.)
 |- inl 
 =  ( x  e. 
 _V  |->  <. (/) ,  x >. )
 
Definitiondf-inr 7378 Right injection of a disjoint union. (Contributed by Mario Carneiro, 21-Jun-2022.)
 |- inr 
 =  ( x  e. 
 _V  |->  <. 1o ,  x >. )
 
Theoremdjulclr 7379 Left closure of disjoint union. (Contributed by Jim Kingdon, 21-Jun-2022.) (Revised by BJ, 6-Jul-2022.)
 |-  ( C  e.  A  ->  ( (inl  |`  A ) `
  C )  e.  ( A B )
 )
 
Theoremdjurclr 7380 Right closure of disjoint union. (Contributed by Jim Kingdon, 21-Jun-2022.) (Revised by BJ, 6-Jul-2022.)
 |-  ( C  e.  B  ->  ( (inr  |`  B ) `
  C )  e.  ( A B )
 )
 
Theoremdjulcl 7381 Left closure of disjoint union. (Contributed by Jim Kingdon, 21-Jun-2022.)
 |-  ( C  e.  A  ->  (inl `  C )  e.  ( A B )
 )
 
Theoremdjurcl 7382 Right closure of disjoint union. (Contributed by Jim Kingdon, 21-Jun-2022.)
 |-  ( C  e.  B  ->  (inr `  C )  e.  ( A B )
 )
 
Theoremdjuf1olem 7383* Lemma for djulf1o 7388 and djurf1o 7389. (Contributed by BJ and Jim Kingdon, 4-Jul-2022.)
 |-  X  e.  _V   &    |-  F  =  ( x  e.  A  |->  <. X ,  x >. )   =>    |-  F : A -1-1-onto-> ( { X }  X.  A )
 
Theoremdjuf1olemr 7384* Lemma for djulf1or 7386 and djurf1or 7387. For a version of this lemma with  F defined on  A and no restriction in the conclusion, see djuf1olem 7383. (Contributed by BJ and Jim Kingdon, 4-Jul-2022.)
 |-  X  e.  _V   &    |-  F  =  ( x  e.  _V  |->  <. X ,  x >. )   =>    |-  ( F  |`  A ) : A -1-1-onto-> ( { X }  X.  A )
 
Theoremdjulclb 7385 Left biconditional closure of disjoint union. (Contributed by Jim Kingdon, 2-Jul-2022.)
 |-  ( C  e.  V  ->  ( C  e.  A  <->  (inl `  C )  e.  ( A B ) ) )
 
Theoremdjulf1or 7386 The left injection function on all sets is one to one and onto. (Contributed by BJ and Jim Kingdon, 22-Jun-2022.)
 |-  (inl  |`  A ) : A -1-1-onto-> ( { (/) }  X.  A )
 
Theoremdjurf1or 7387 The right injection function on all sets is one to one and onto. (Contributed by BJ and Jim Kingdon, 22-Jun-2022.)
 |-  (inr  |`  A ) : A -1-1-onto-> ( { 1o }  X.  A )
 
Theoremdjulf1o 7388 The left injection function on all sets is one to one and onto. (Contributed by Jim Kingdon, 22-Jun-2022.)
 |- inl : _V
 -1-1-onto-> ( { (/) }  X.  _V )
 
Theoremdjurf1o 7389 The right injection function on all sets is one to one and onto. (Contributed by Jim Kingdon, 22-Jun-2022.)
 |- inr : _V
 -1-1-onto-> ( { 1o }  X.  _V )
 
Theoreminresflem 7390* Lemma for inlresf1 7391 and inrresf1 7392. (Contributed by BJ, 4-Jul-2022.)
 |-  F : A -1-1-onto-> ( { X }  X.  A )   &    |-  ( x  e.  A  ->  ( F `  x )  e.  B )   =>    |-  F : A -1-1-> B
 
Theoreminlresf1 7391 The left injection restricted to the left class of a disjoint union is an injective function from the left class into the disjoint union. (Contributed by AV, 28-Jun-2022.)
 |-  (inl  |`  A ) : A -1-1-> ( A B )
 
Theoreminrresf1 7392 The right injection restricted to the right class of a disjoint union is an injective function from the right class into the disjoint union. (Contributed by AV, 28-Jun-2022.)
 |-  (inr  |`  B ) : B -1-1-> ( A B )
 
Theoremdjuinr 7393 The ranges of any left and right injections are disjoint. Remark: the extra generality offered by the two restrictions makes the theorem more readily usable (e.g., by djudom 7423 and djufun 7434) while the simpler statement  |-  ( ran inl  i^i 
ran inr )  =  (/) is easily recovered from it by substituting  _V for both  A and  B as done in casefun 7415). (Contributed by BJ and Jim Kingdon, 21-Jun-2022.)
 |-  ( ran  (inl  |`  A )  i^i  ran  (inr  |`  B ) )  =  (/)
 
Theoremdjuin 7394 The images of any classes under right and left injection produce disjoint sets. (Contributed by Jim Kingdon, 21-Jun-2022.) (Proof shortened by BJ, 9-Jul-2023.)
 |-  ( (inl " A )  i^i  (inr " B ) )  =  (/)
 
Theoreminl11 7395 Left injection is one-to-one. (Contributed by Jim Kingdon, 12-Jul-2023.)
 |-  ( ( A  e.  V  /\  B  e.  W )  ->  ( (inl `  A )  =  (inl `  B )  <->  A  =  B ) )
 
Theoremdjuunr 7396 The disjoint union of two classes is the union of the images of those two classes under right and left injection. (Contributed by Jim Kingdon, 22-Jun-2022.) (Proof shortened by BJ, 6-Jul-2022.)
 |-  ( ran  (inl  |`  A )  u.  ran  (inr  |`  B ) )  =  ( A B )
 
Theoremdjuun 7397 The disjoint union of two classes is the union of the images of those two classes under right and left injection. (Contributed by Jim Kingdon, 22-Jun-2022.) (Proof shortened by BJ, 9-Jul-2023.)
 |-  ( (inl " A )  u.  (inr " B ) )  =  ( A B )
 
Theoremeldju 7398* Element of a disjoint union. (Contributed by BJ and Jim Kingdon, 23-Jun-2022.)
 |-  ( C  e.  ( A B )  <->  ( E. x  e.  A  C  =  ( (inl  |`  A ) `  x )  \/  E. x  e.  B  C  =  ( (inr  |`  B ) `  x ) ) )
 
Theoremdjur 7399* A member of a disjoint union can be mapped from one of the classes which produced it. (Contributed by Jim Kingdon, 23-Jun-2022.) Upgrade implication to biconditional and shorten proof. (Revised by BJ, 14-Jul-2023.)
 |-  ( C  e.  ( A B )  <->  ( E. x  e.  A  C  =  (inl `  x )  \/  E. x  e.  B  C  =  (inr `  x )
 ) )
 
2.6.39.3  Universal property of the disjoint union
 
Theoremdjuss 7400 A disjoint union is a subset of a Cartesian product. (Contributed by AV, 25-Jun-2022.)
 |-  ( A B )  C_  ( { (/) ,  1o }  X.  ( A  u.  B ) )
    < Previous  Next >

Page List
Jump to page: Contents  1 1-100 2 101-200 3 201-300 4 301-400 5 401-500 6 501-600 7 601-700 8 701-800 9 801-900 10 901-1000 11 1001-1100 12 1101-1200 13 1201-1300 14 1301-1400 15 1401-1500 16 1501-1600 17 1601-1700 18 1701-1800 19 1801-1900 20 1901-2000 21 2001-2100 22 2101-2200 23 2201-2300 24 2301-2400 25 2401-2500 26 2501-2600 27 2601-2700 28 2701-2800 29 2801-2900 30 2901-3000 31 3001-3100 32 3101-3200 33 3201-3300 34 3301-3400 35 3401-3500 36 3501-3600 37 3601-3700 38 3701-3800 39 3801-3900 40 3901-4000 41 4001-4100 42 4101-4200 43 4201-4300 44 4301-4400 45 4401-4500 46 4501-4600 47 4601-4700 48 4701-4800 49 4801-4900 50 4901-5000 51 5001-5100 52 5101-5200 53 5201-5300 54 5301-5400 55 5401-5500 56 5501-5600 57 5601-5700 58 5701-5800 59 5801-5900 60 5901-6000 61 6001-6100 62 6101-6200 63 6201-6300 64 6301-6400 65 6401-6500 66 6501-6600 67 6601-6700 68 6701-6800 69 6801-6900 70 6901-7000 71 7001-7100 72 7101-7200 73 7201-7300 74 7301-7400 75 7401-7500 76 7501-7600 77 7601-7700 78 7701-7800 79 7801-7900 80 7901-8000 81 8001-8100 82 8101-8200 83 8201-8300 84 8301-8400 85 8401-8500 86 8501-8600 87 8601-8700 88 8701-8800 89 8801-8900 90 8901-9000 91 9001-9100 92 9101-9200 93 9201-9300 94 9301-9400 95 9401-9500 96 9501-9600 97 9601-9700 98 9701-9800 99 9801-9900 100 9901-10000 101 10001-10100 102 10101-10200 103 10201-10300 104 10301-10400 105 10401-10500 106 10501-10600 107 10601-10700 108 10701-10800 109 10801-10900 110 10901-11000 111 11001-11100 112 11101-11200 113 11201-11300 114 11301-11400 115 11401-11500 116 11501-11600 117 11601-11700 118 11701-11800 119 11801-11900 120 11901-12000 121 12001-12100 122 12101-12200 123 12201-12300 124 12301-12400 125 12401-12500 126 12501-12600 127 12601-12700 128 12701-12800 129 12801-12900 130 12901-13000 131 13001-13100 132 13101-13200 133 13201-13300 134 13301-13400 135 13401-13500 136 13501-13600 137 13601-13700 138 13701-13800 139 13801-13900 140 13901-14000 141 14001-14100 142 14101-14200 143 14201-14300 144 14301-14400 145 14401-14500 146 14501-14600 147 14601-14700 148 14701-14800 149 14801-14900 150 14901-15000 151 15001-15100 152 15101-15200 153 15201-15300 154 15301-15400 155 15401-15500 156 15501-15600 157 15601-15700 158 15701-15800 159 15801-15900 160 15901-16000 161 16001-16100 162 16101-16200 163 16201-16300 164 16301-16400 165 16401-16500 166 16501-16600 167 16601-16700 168 16701-16800 169 16801-16900 170 16901-17000 171 17001-17039
  Copyright terms: Public domain < Previous  Next >