HomeHome Intuitionistic Logic Explorer
Theorem List (p. 41 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 - 4001-4100   *Has distinct variable group(s)
TypeLabelDescription
Statement
 
Theoremcopsex2g 4001* Implicit substitution inference for ordered pairs. (Contributed by NM, 28-May-1995.)
 |-  ( ( x  =  A  /\  y  =  B )  ->  ( ph 
 <->  ps ) )   =>    |-  ( ( A  e.  V  /\  B  e.  W )  ->  ( E. x E. y (
 <. A ,  B >.  = 
 <. x ,  y >.  /\  ph )  <->  ps ) )
 
Theoremcopsex4g 4002* An implicit substitution inference for 2 ordered pairs. (Contributed by NM, 5-Aug-1995.)
 |-  ( ( ( x  =  A  /\  y  =  B )  /\  (
 z  =  C  /\  w  =  D )
 )  ->  ( ph  <->  ps ) )   =>    |-  ( ( ( A  e.  R  /\  B  e.  S )  /\  ( C  e.  R  /\  D  e.  S )
 )  ->  ( E. x E. y E. z E. w ( ( <. A ,  B >.  =  <. x ,  y >.  /\  <. C ,  D >.  =  <. z ,  w >. )  /\  ph )  <->  ps ) )
 
Theorem0nelop 4003 A property of ordered pairs. (Contributed by Mario Carneiro, 26-Apr-2015.)
 |- 
 -.  (/)  e.  <. A ,  B >.
 
Theoremopeqex 4004 Equivalence of existence implied by equality of ordered pairs. (Contributed by NM, 28-May-2008.)
 |-  ( <. A ,  B >.  =  <. C ,  D >.  ->  ( ( A  e.  _V  /\  B  e.  _V )  <->  ( C  e.  _V 
 /\  D  e.  _V ) ) )
 
Theoremopcom 4005 An ordered pair commutes iff its members are equal. (Contributed by NM, 28-May-2009.)
 |-  A  e.  _V   &    |-  B  e.  _V   =>    |-  ( <. A ,  B >.  =  <. B ,  A >.  <->  A  =  B )
 
Theoremmoop2 4006* "At most one" property of an ordered pair. (Contributed by NM, 11-Apr-2004.) (Revised by Mario Carneiro, 26-Apr-2015.)
 |-  B  e.  _V   =>    |-  E* x  A  =  <. B ,  x >.
 
Theoremopeqsn 4007 Equivalence for an ordered pair equal to a singleton. (Contributed by NM, 3-Jun-2008.)
 |-  A  e.  _V   &    |-  B  e.  _V   &    |-  C  e.  _V   =>    |-  ( <. A ,  B >.  =  { C }  <->  ( A  =  B  /\  C  =  { A } ) )
 
Theoremopeqpr 4008 Equivalence for an ordered pair equal to an unordered pair. (Contributed by NM, 3-Jun-2008.)
 |-  A  e.  _V   &    |-  B  e.  _V   &    |-  C  e.  _V   &    |-  D  e.  _V   =>    |-  ( <. A ,  B >.  =  { C ,  D }  <->  ( ( C  =  { A }  /\  D  =  { A ,  B } )  \/  ( C  =  { A ,  B }  /\  D  =  { A } ) ) )
 
Theoremeuotd 4009* Prove existential uniqueness for an ordered triple. (Contributed by Mario Carneiro, 20-May-2015.)
 |-  ( ph  ->  A  e.  _V )   &    |-  ( ph  ->  B  e.  _V )   &    |-  ( ph  ->  C  e.  _V )   &    |-  ( ph  ->  ( ps 
 <->  ( a  =  A  /\  b  =  B  /\  c  =  C ) ) )   =>    |-  ( ph  ->  E! x E. a E. b E. c ( x  =  <. a ,  b ,  c >.  /\  ps )
 )
 
Theoremuniop 4010 The union of an ordered pair. Theorem 65 of [Suppes] p. 39. (Contributed by NM, 17-Aug-2004.) (Revised by Mario Carneiro, 26-Apr-2015.)
 |-  A  e.  _V   &    |-  B  e.  _V   =>    |- 
 U. <. A ,  B >.  =  { A ,  B }
 
Theoremuniopel 4011 Ordered pair membership is inherited by class union. (Contributed by NM, 13-May-2008.) (Revised by Mario Carneiro, 26-Apr-2015.)
 |-  A  e.  _V   &    |-  B  e.  _V   =>    |-  ( <. A ,  B >.  e.  C  ->  U. <. A ,  B >.  e.  U. C )
 
2.3.4  Ordered-pair class abstractions (cont.)
 
Theoremopabid 4012 The law of concretion. Special case of Theorem 9.5 of [Quine] p. 61. (Contributed by NM, 14-Apr-1995.) (Proof shortened by Andrew Salmon, 25-Jul-2011.)
 |-  ( <. x ,  y >.  e.  { <. x ,  y >.  |  ph }  <->  ph )
 
Theoremelopab 4013* Membership in a class abstraction of pairs. (Contributed by NM, 24-Mar-1998.)
 |-  ( A  e.  { <. x ,  y >.  | 
 ph }  <->  E. x E. y
 ( A  =  <. x ,  y >.  /\  ph )
 )
 
TheoremopelopabsbALT 4014* The law of concretion in terms of substitutions. Less general than opelopabsb 4015, but having a much shorter proof. (Contributed by NM, 30-Sep-2002.) (Proof shortened by Andrew Salmon, 25-Jul-2011.) (New usage is discouraged.) (Proof modification is discouraged.)
 |-  ( <. z ,  w >.  e.  { <. x ,  y >.  |  ph }  <->  [ w  /  y ] [ z  /  x ] ph )
 
Theoremopelopabsb 4015* The law of concretion in terms of substitutions. (Contributed by NM, 30-Sep-2002.) (Revised by Mario Carneiro, 18-Nov-2016.)
 |-  ( <. A ,  B >.  e.  { <. x ,  y >.  |  ph }  <->  [. A  /  x ].
 [. B  /  y ]. ph )
 
Theorembrabsb 4016* The law of concretion in terms of substitutions. (Contributed by NM, 17-Mar-2008.)
 |-  R  =  { <. x ,  y >.  |  ph }   =>    |-  ( A R B  <->  [. A  /  x ].
 [. B  /  y ]. ph )
 
Theoremopelopabt 4017* Closed theorem form of opelopab 4026. (Contributed by NM, 19-Feb-2013.)
 |-  ( ( A. x A. y ( x  =  A  ->  ( ph  <->  ps ) )  /\  A. x A. y ( y  =  B  ->  ( ps  <->  ch ) )  /\  ( A  e.  V  /\  B  e.  W ) )  ->  ( <. A ,  B >.  e.  { <. x ,  y >.  |  ph }  <->  ch ) )
 
Theoremopelopabga 4018* The law of concretion. Theorem 9.5 of [Quine] p. 61. (Contributed by Mario Carneiro, 19-Dec-2013.)
 |-  ( ( x  =  A  /\  y  =  B )  ->  ( ph 
 <->  ps ) )   =>    |-  ( ( A  e.  V  /\  B  e.  W )  ->  ( <. A ,  B >.  e. 
 { <. x ,  y >.  |  ph }  <->  ps ) )
 
Theorembrabga 4019* The law of concretion for a binary relation. (Contributed by Mario Carneiro, 19-Dec-2013.)
 |-  ( ( x  =  A  /\  y  =  B )  ->  ( ph 
 <->  ps ) )   &    |-  R  =  { <. x ,  y >.  |  ph }   =>    |-  ( ( A  e.  V  /\  B  e.  W )  ->  ( A R B  <->  ps ) )
 
Theoremopelopab2a 4020* Ordered pair membership in an ordered pair class abstraction. (Contributed by Mario Carneiro, 19-Dec-2013.)
 |-  ( ( x  =  A  /\  y  =  B )  ->  ( ph 
 <->  ps ) )   =>    |-  ( ( A  e.  C  /\  B  e.  D )  ->  ( <. A ,  B >.  e. 
 { <. x ,  y >.  |  ( ( x  e.  C  /\  y  e.  D )  /\  ph ) } 
 <->  ps ) )
 
Theoremopelopaba 4021* The law of concretion. Theorem 9.5 of [Quine] p. 61. (Contributed by Mario Carneiro, 19-Dec-2013.)
 |-  A  e.  _V   &    |-  B  e.  _V   &    |-  ( ( x  =  A  /\  y  =  B )  ->  ( ph 
 <->  ps ) )   =>    |-  ( <. A ,  B >.  e.  { <. x ,  y >.  |  ph }  <->  ps )
 
Theorembraba 4022* The law of concretion for a binary relation. (Contributed by NM, 19-Dec-2013.)
 |-  A  e.  _V   &    |-  B  e.  _V   &    |-  ( ( x  =  A  /\  y  =  B )  ->  ( ph 
 <->  ps ) )   &    |-  R  =  { <. x ,  y >.  |  ph }   =>    |-  ( A R B 
 <->  ps )
 
Theoremopelopabg 4023* The law of concretion. Theorem 9.5 of [Quine] p. 61. (Contributed by NM, 28-May-1995.) (Revised by Mario Carneiro, 19-Dec-2013.)
 |-  ( x  =  A  ->  ( ph  <->  ps ) )   &    |-  (
 y  =  B  ->  ( ps  <->  ch ) )   =>    |-  ( ( A  e.  V  /\  B  e.  W )  ->  ( <. A ,  B >.  e. 
 { <. x ,  y >.  |  ph }  <->  ch ) )
 
Theorembrabg 4024* The law of concretion for a binary relation. (Contributed by NM, 16-Aug-1999.) (Revised by Mario Carneiro, 19-Dec-2013.)
 |-  ( x  =  A  ->  ( ph  <->  ps ) )   &    |-  (
 y  =  B  ->  ( ps  <->  ch ) )   &    |-  R  =  { <. x ,  y >.  |  ph }   =>    |-  ( ( A  e.  C  /\  B  e.  D )  ->  ( A R B  <->  ch ) )
 
Theoremopelopab2 4025* Ordered pair membership in an ordered pair class abstraction. (Contributed by NM, 14-Oct-2007.) (Revised by Mario Carneiro, 19-Dec-2013.)
 |-  ( x  =  A  ->  ( ph  <->  ps ) )   &    |-  (
 y  =  B  ->  ( ps  <->  ch ) )   =>    |-  ( ( A  e.  C  /\  B  e.  D )  ->  ( <. A ,  B >.  e. 
 { <. x ,  y >.  |  ( ( x  e.  C  /\  y  e.  D )  /\  ph ) } 
 <->  ch ) )
 
Theoremopelopab 4026* The law of concretion. Theorem 9.5 of [Quine] p. 61. (Contributed by NM, 16-May-1995.)
 |-  A  e.  _V   &    |-  B  e.  _V   &    |-  ( x  =  A  ->  ( ph  <->  ps ) )   &    |-  ( y  =  B  ->  ( ps  <->  ch ) )   =>    |-  ( <. A ,  B >.  e.  { <. x ,  y >.  |  ph }  <->  ch )
 
Theorembrab 4027* The law of concretion for a binary relation. (Contributed by NM, 16-Aug-1999.)
 |-  A  e.  _V   &    |-  B  e.  _V   &    |-  ( x  =  A  ->  ( ph  <->  ps ) )   &    |-  ( y  =  B  ->  ( ps  <->  ch ) )   &    |-  R  =  { <. x ,  y >.  | 
 ph }   =>    |-  ( A R B  <->  ch )
 
Theoremopelopabaf 4028* The law of concretion. Theorem 9.5 of [Quine] p. 61. This version of opelopab 4026 uses bound-variable hypotheses in place of distinct variable conditions." (Contributed by Mario Carneiro, 19-Dec-2013.) (Proof shortened by Mario Carneiro, 18-Nov-2016.)
 |- 
 F/ x ps   &    |-  F/ y ps   &    |-  A  e.  _V   &    |-  B  e.  _V   &    |-  ( ( x  =  A  /\  y  =  B )  ->  ( ph 
 <->  ps ) )   =>    |-  ( <. A ,  B >.  e.  { <. x ,  y >.  |  ph }  <->  ps )
 
Theoremopelopabf 4029* The law of concretion. Theorem 9.5 of [Quine] p. 61. This version of opelopab 4026 uses bound-variable hypotheses in place of distinct variable conditions." (Contributed by NM, 19-Dec-2008.)
 |- 
 F/ x ps   &    |-  F/ y ch   &    |-  A  e.  _V   &    |-  B  e.  _V   &    |-  ( x  =  A  ->  ( ph  <->  ps ) )   &    |-  ( y  =  B  ->  ( ps  <->  ch ) )   =>    |-  ( <. A ,  B >.  e.  { <. x ,  y >.  |  ph }  <->  ch )
 
Theoremssopab2 4030 Equivalence of ordered pair abstraction subclass and implication. (Contributed by NM, 27-Dec-1996.) (Revised by Mario Carneiro, 19-May-2013.)
 |-  ( A. x A. y ( ph  ->  ps )  ->  { <. x ,  y >.  |  ph }  C_  {
 <. x ,  y >.  |  ps } )
 
Theoremssopab2b 4031 Equivalence of ordered pair abstraction subclass and implication. (Contributed by NM, 27-Dec-1996.) (Proof shortened by Mario Carneiro, 18-Nov-2016.)
 |-  ( { <. x ,  y >.  |  ph }  C_  {
 <. x ,  y >.  |  ps }  <->  A. x A. y
 ( ph  ->  ps )
 )
 
Theoremssopab2i 4032 Inference of ordered pair abstraction subclass from implication. (Contributed by NM, 5-Apr-1995.)
 |-  ( ph  ->  ps )   =>    |-  { <. x ,  y >.  |  ph } 
 C_  { <. x ,  y >.  |  ps }
 
Theoremssopab2dv 4033* Inference of ordered pair abstraction subclass from implication. (Contributed by NM, 19-Jan-2014.) (Revised by Mario Carneiro, 24-Jun-2014.)
 |-  ( ph  ->  ( ps  ->  ch ) )   =>    |-  ( ph  ->  {
 <. x ,  y >.  |  ps }  C_  { <. x ,  y >.  |  ch } )
 
Theoremeqopab2b 4034 Equivalence of ordered pair abstraction equality and biconditional. (Contributed by Mario Carneiro, 4-Jan-2017.)
 |-  ( { <. x ,  y >.  |  ph }  =  { <. x ,  y >.  |  ps }  <->  A. x A. y
 ( ph  <->  ps ) )
 
Theoremopabm 4035* Inhabited ordered pair class abstraction. (Contributed by Jim Kingdon, 29-Sep-2018.)
 |-  ( E. z  z  e.  { <. x ,  y >.  |  ph }  <->  E. x E. y ph )
 
Theoremiunopab 4036* Move indexed union inside an ordered-pair abstraction. (Contributed by Stefan O'Rear, 20-Feb-2015.)
 |-  U_ z  e.  A  { <. x ,  y >.  |  ph }  =  { <. x ,  y >.  |  E. z  e.  A  ph }
 
2.3.5  Power class of union and intersection
 
Theorempwin 4037 The power class of the intersection of two classes is the intersection of their power classes. Exercise 4.12(j) of [Mendelson] p. 235. (Contributed by NM, 23-Nov-2003.)
 |- 
 ~P ( A  i^i  B )  =  ( ~P A  i^i  ~P B )
 
Theorempwunss 4038 The power class of the union of two classes includes the union of their power classes. Exercise 4.12(k) of [Mendelson] p. 235. (Contributed by NM, 23-Nov-2003.)
 |-  ( ~P A  u.  ~P B )  C_  ~P ( A  u.  B )
 
Theorempwssunim 4039 The power class of the union of two classes is a subset of the union of their power classes, if one class is a subclass of the other. One direction of Exercise 4.12(l) of [Mendelson] p. 235. (Contributed by Jim Kingdon, 30-Sep-2018.)
 |-  ( ( A  C_  B  \/  B  C_  A )  ->  ~P ( A  u.  B )  C_  ( ~P A  u.  ~P B ) )
 
Theorempwundifss 4040 Break up the power class of a union into a union of smaller classes. (Contributed by Jim Kingdon, 30-Sep-2018.)
 |-  ( ( ~P ( A  u.  B )  \  ~P A )  u.  ~P A )  C_  ~P ( A  u.  B )
 
Theorempwunim 4041 The power class of the union of two classes equals the union of their power classes, iff one class is a subclass of the other. Part of Exercise 7(b) of [Enderton] p. 28. (Contributed by Jim Kingdon, 30-Sep-2018.)
 |-  ( ( A  C_  B  \/  B  C_  A )  ->  ~P ( A  u.  B )  =  ( ~P A  u.  ~P B ) )
 
2.3.6  Epsilon and identity relations
 
Syntaxcep 4042 Extend class notation to include the epsilon relation.
 class  _E
 
Syntaxcid 4043 Extend the definition of a class to include identity relation.
 class  _I
 
Definitiondf-eprel 4044* Define the epsilon relation. Similar to Definition 6.22 of [TakeutiZaring] p. 30. The epsilon relation and set membership are the same, that is,  ( A  _E  B  <->  A  e.  B ) when  B is a set by epelg 4045. Thus, 5  _E { 1 , 5 }. (Contributed by NM, 13-Aug-1995.)
 |- 
 _E  =  { <. x ,  y >.  |  x  e.  y }
 
Theoremepelg 4045 The epsilon relation and membership are the same. General version of epel 4047. (Contributed by Scott Fenton, 27-Mar-2011.) (Revised by Mario Carneiro, 28-Apr-2015.)
 |-  ( B  e.  V  ->  ( A  _E  B  <->  A  e.  B ) )
 
Theoremepelc 4046 The epsilon relationship and the membership relation are the same. (Contributed by Scott Fenton, 11-Apr-2012.)
 |-  B  e.  _V   =>    |-  ( A  _E  B 
 <->  A  e.  B )
 
Theoremepel 4047 The epsilon relation and the membership relation are the same. (Contributed by NM, 13-Aug-1995.)
 |-  ( x  _E  y  <->  x  e.  y )
 
Definitiondf-id 4048* Define the identity relation. Definition 9.15 of [Quine] p. 64. For example, 5  _I 5 and  -. 4  _I 5. (Contributed by NM, 13-Aug-1995.)
 |- 
 _I  =  { <. x ,  y >.  |  x  =  y }
 
2.3.7  Partial and complete ordering
 
Syntaxwpo 4049 Extend wff notation to include the strict partial ordering predicate. Read: '  R is a partial order on  A.'
 wff  R  Po  A
 
Syntaxwor 4050 Extend wff notation to include the strict linear ordering predicate. Read: '  R orders  A.'
 wff  R  Or  A
 
Definitiondf-po 4051* Define the strict partial order predicate. Definition of [Enderton] p. 168. The expression  R  Po  A means  R is a partial order on  A. (Contributed by NM, 16-Mar-1997.)
 |-  ( R  Po  A  <->  A. x  e.  A  A. y  e.  A  A. z  e.  A  ( -.  x R x  /\  ( ( x R y  /\  y R z )  ->  x R z ) ) )
 
Definitiondf-iso 4052* Define the strict linear order predicate. The expression  R  Or  A is true if relationship  R orders  A. The property  x R y  ->  ( x R z  \/  z R y ) is called weak linearity by Proposition 11.2.3 of [HoTT], p. (varies). If we assumed excluded middle, it would be equivalent to trichotomy, 
x R y  \/  x  =  y  \/  y R x. (Contributed by NM, 21-Jan-1996.) (Revised by Jim Kingdon, 4-Oct-2018.)
 |-  ( R  Or  A  <->  ( R  Po  A  /\  A. x  e.  A  A. y  e.  A  A. z  e.  A  ( x R y  ->  ( x R z  \/  z R y ) ) ) )
 
Theoremposs 4053 Subset theorem for the partial ordering predicate. (Contributed by NM, 27-Mar-1997.) (Proof shortened by Mario Carneiro, 18-Nov-2016.)
 |-  ( A  C_  B  ->  ( R  Po  B  ->  R  Po  A ) )
 
Theorempoeq1 4054 Equality theorem for partial ordering predicate. (Contributed by NM, 27-Mar-1997.)
 |-  ( R  =  S  ->  ( R  Po  A  <->  S  Po  A ) )
 
Theorempoeq2 4055 Equality theorem for partial ordering predicate. (Contributed by NM, 27-Mar-1997.)
 |-  ( A  =  B  ->  ( R  Po  A  <->  R  Po  B ) )
 
Theoremnfpo 4056 Bound-variable hypothesis builder for partial orders. (Contributed by Stefan O'Rear, 20-Jan-2015.)
 |-  F/_ x R   &    |-  F/_ x A   =>    |-  F/ x  R  Po  A
 
Theoremnfso 4057 Bound-variable hypothesis builder for total orders. (Contributed by Stefan O'Rear, 20-Jan-2015.)
 |-  F/_ x R   &    |-  F/_ x A   =>    |-  F/ x  R  Or  A
 
Theorempocl 4058 Properties of partial order relation in class notation. (Contributed by NM, 27-Mar-1997.)
 |-  ( R  Po  A  ->  ( ( B  e.  A  /\  C  e.  A  /\  D  e.  A ) 
 ->  ( -.  B R B  /\  ( ( B R C  /\  C R D )  ->  B R D ) ) ) )
 
Theoremispod 4059* Sufficient conditions for a partial order. (Contributed by NM, 9-Jul-2014.)
 |-  ( ( ph  /\  x  e.  A )  ->  -.  x R x )   &    |-  ( ( ph  /\  ( x  e.  A  /\  y  e.  A  /\  z  e.  A ) )  ->  ( ( x R y  /\  y R z )  ->  x R z ) )   =>    |-  ( ph  ->  R  Po  A )
 
Theoremswopolem 4060* Perform the substitutions into the strict weak ordering law. (Contributed by Mario Carneiro, 31-Dec-2014.)
 |-  ( ( ph  /\  ( x  e.  A  /\  y  e.  A  /\  z  e.  A )
 )  ->  ( x R y  ->  ( x R z  \/  z R y ) ) )   =>    |-  ( ( ph  /\  ( X  e.  A  /\  Y  e.  A  /\  Z  e.  A )
 )  ->  ( X R Y  ->  ( X R Z  \/  Z R Y ) ) )
 
Theoremswopo 4061* A strict weak order is a partial order. (Contributed by Mario Carneiro, 9-Jul-2014.)
 |-  ( ( ph  /\  (
 y  e.  A  /\  z  e.  A )
 )  ->  ( y R z  ->  -.  z R y ) )   &    |-  ( ( ph  /\  ( x  e.  A  /\  y  e.  A  /\  z  e.  A )
 )  ->  ( x R y  ->  ( x R z  \/  z R y ) ) )   =>    |-  ( ph  ->  R  Po  A )
 
Theorempoirr 4062 A partial order relation is irreflexive. (Contributed by NM, 27-Mar-1997.)
 |-  ( ( R  Po  A  /\  B  e.  A )  ->  -.  B R B )
 
Theorempotr 4063 A partial order relation is a transitive relation. (Contributed by NM, 27-Mar-1997.)
 |-  ( ( R  Po  A  /\  ( B  e.  A  /\  C  e.  A  /\  D  e.  A ) )  ->  ( ( B R C  /\  C R D )  ->  B R D ) )
 
Theorempo2nr 4064 A partial order relation has no 2-cycle loops. (Contributed by NM, 27-Mar-1997.)
 |-  ( ( R  Po  A  /\  ( B  e.  A  /\  C  e.  A ) )  ->  -.  ( B R C  /\  C R B ) )
 
Theorempo3nr 4065 A partial order relation has no 3-cycle loops. (Contributed by NM, 27-Mar-1997.)
 |-  ( ( R  Po  A  /\  ( B  e.  A  /\  C  e.  A  /\  D  e.  A ) )  ->  -.  ( B R C  /\  C R D  /\  D R B ) )
 
Theorempo0 4066 Any relation is a partial ordering of the empty set. (Contributed by NM, 28-Mar-1997.) (Proof shortened by Andrew Salmon, 25-Jul-2011.)
 |-  R  Po  (/)
 
Theorempofun 4067* A function preserves a partial order relation. (Contributed by Jeff Madsen, 18-Jun-2011.)
 |-  S  =  { <. x ,  y >.  |  X R Y }   &    |-  ( x  =  y  ->  X  =  Y )   =>    |-  ( ( R  Po  B  /\  A. x  e.  A  X  e.  B )  ->  S  Po  A )
 
Theoremsopo 4068 A strict linear order is a strict partial order. (Contributed by NM, 28-Mar-1997.)
 |-  ( R  Or  A  ->  R  Po  A )
 
Theoremsoss 4069 Subset theorem for the strict ordering predicate. (Contributed by NM, 16-Mar-1997.) (Proof shortened by Andrew Salmon, 25-Jul-2011.)
 |-  ( A  C_  B  ->  ( R  Or  B  ->  R  Or  A ) )
 
Theoremsoeq1 4070 Equality theorem for the strict ordering predicate. (Contributed by NM, 16-Mar-1997.)
 |-  ( R  =  S  ->  ( R  Or  A  <->  S  Or  A ) )
 
Theoremsoeq2 4071 Equality theorem for the strict ordering predicate. (Contributed by NM, 16-Mar-1997.)
 |-  ( A  =  B  ->  ( R  Or  A  <->  R  Or  B ) )
 
Theoremsonr 4072 A strict order relation is irreflexive. (Contributed by NM, 24-Nov-1995.)
 |-  ( ( R  Or  A  /\  B  e.  A )  ->  -.  B R B )
 
Theoremsotr 4073 A strict order relation is a transitive relation. (Contributed by NM, 21-Jan-1996.)
 |-  ( ( R  Or  A  /\  ( B  e.  A  /\  C  e.  A  /\  D  e.  A ) )  ->  ( ( B R C  /\  C R D )  ->  B R D ) )
 
Theoremissod 4074* An irreflexive, transitive, trichotomous relation is a linear ordering (in the sense of df-iso 4052). (Contributed by NM, 21-Jan-1996.) (Revised by Mario Carneiro, 9-Jul-2014.)
 |-  ( ph  ->  R  Po  A )   &    |-  ( ( ph  /\  ( x  e.  A  /\  y  e.  A ) )  ->  ( x R y  \/  x  =  y  \/  y R x ) )   =>    |-  ( ph  ->  R  Or  A )
 
Theoremsowlin 4075 A strict order relation satisfies weak linearity. (Contributed by Jim Kingdon, 6-Oct-2018.)
 |-  ( ( R  Or  A  /\  ( B  e.  A  /\  C  e.  A  /\  D  e.  A ) )  ->  ( B R C  ->  ( B R D  \/  D R C ) ) )
 
Theoremso2nr 4076 A strict order relation has no 2-cycle loops. (Contributed by NM, 21-Jan-1996.)
 |-  ( ( R  Or  A  /\  ( B  e.  A  /\  C  e.  A ) )  ->  -.  ( B R C  /\  C R B ) )
 
Theoremso3nr 4077 A strict order relation has no 3-cycle loops. (Contributed by NM, 21-Jan-1996.)
 |-  ( ( R  Or  A  /\  ( B  e.  A  /\  C  e.  A  /\  D  e.  A ) )  ->  -.  ( B R C  /\  C R D  /\  D R B ) )
 
Theoremsotricim 4078 One direction of sotritric 4079 holds for all weakly linear orders. (Contributed by Jim Kingdon, 28-Sep-2019.)
 |-  ( ( R  Or  A  /\  ( B  e.  A  /\  C  e.  A ) )  ->  ( B R C  ->  -.  ( B  =  C  \/  C R B ) ) )
 
Theoremsotritric 4079 A trichotomy relationship, given a trichotomous order. (Contributed by Jim Kingdon, 28-Sep-2019.)
 |-  R  Or  A   &    |-  (
 ( B  e.  A  /\  C  e.  A ) 
 ->  ( B R C  \/  B  =  C  \/  C R B ) )   =>    |-  ( ( B  e.  A  /\  C  e.  A )  ->  ( B R C 
 <->  -.  ( B  =  C  \/  C R B ) ) )
 
Theoremsotritrieq 4080 A trichotomy relationship, given a trichotomous order. (Contributed by Jim Kingdon, 13-Dec-2019.)
 |-  R  Or  A   &    |-  (
 ( B  e.  A  /\  C  e.  A ) 
 ->  ( B R C  \/  B  =  C  \/  C R B ) )   =>    |-  ( ( B  e.  A  /\  C  e.  A )  ->  ( B  =  C 
 <->  -.  ( B R C  \/  C R B ) ) )
 
Theoremso0 4081 Any relation is a strict ordering of the empty set. (Contributed by NM, 16-Mar-1997.) (Proof shortened by Andrew Salmon, 25-Jul-2011.)
 |-  R  Or  (/)
 
2.3.8  Founded and set-like relations
 
Syntaxwfrfor 4082 Extend wff notation to include the well-founded predicate.
 wff FrFor  R A S
 
Syntaxwfr 4083 Extend wff notation to include the well-founded predicate. Read: '  R is a well-founded relation on 
A.'
 wff  R  Fr  A
 
Syntaxwse 4084 Extend wff notation to include the set-like predicate. Read: '  R is set-like on  A.'
 wff  R Se  A
 
Syntaxwwe 4085 Extend wff notation to include the well-ordering predicate. Read: '  R well-orders  A.'
 wff  R  We  A
 
Definitiondf-frfor 4086* Define the well-founded relation predicate where  A might be a proper class. By passing in  S we allow it potentially to be a proper class rather than a set. (Contributed by Jim Kingdon and Mario Carneiro, 22-Sep-2021.)
 |-  (FrFor  R A S  <->  (
 A. x  e.  A  ( A. y  e.  A  ( y R x 
 ->  y  e.  S )  ->  x  e.  S )  ->  A  C_  S ) )
 
Definitiondf-frind 4087* Define the well-founded relation predicate. In the presence of excluded middle, there are a variety of equivalent ways to define this. In our case, this definition, in terms of an inductive principle, works better than one along the lines of "there is an element which is minimal when A is ordered by R". Because  s is constrained to be a set (not a proper class) here, sometimes it may be necessary to use FrFor directly rather than via  Fr. (Contributed by Jim Kingdon and Mario Carneiro, 21-Sep-2021.)
 |-  ( R  Fr  A  <->  A. sFrFor  R A s )
 
Definitiondf-se 4088* Define the set-like predicate. (Contributed by Mario Carneiro, 19-Nov-2014.)
 |-  ( R Se  A  <->  A. x  e.  A  { y  e.  A  |  y R x }  e.  _V )
 
Definitiondf-wetr 4089* Define the well-ordering predicate. It is unusual to define "well-ordering" in the absence of excluded middle, but we mean an ordering which is like the ordering which we have for ordinals (for example, it does not entail trichotomy because ordinals don't have that as seen at ordtriexmid 4265). Given excluded middle, well-ordering is usually defined to require trichotomy (and the defintion of  Fr is typically also different). (Contributed by Mario Carneiro and Jim Kingdon, 23-Sep-2021.)
 |-  ( R  We  A  <->  ( R  Fr  A  /\  A. x  e.  A  A. y  e.  A  A. z  e.  A  ( ( x R y  /\  y R z )  ->  x R z ) ) )
 
Theoremseex 4090* The  R-preimage of an element of the base set in a set-like relation is a set. (Contributed by Mario Carneiro, 19-Nov-2014.)
 |-  ( ( R Se  A  /\  B  e.  A ) 
 ->  { x  e.  A  |  x R B }  e.  _V )
 
Theoremexse 4091 Any relation on a set is set-like on it. (Contributed by Mario Carneiro, 22-Jun-2015.)
 |-  ( A  e.  V  ->  R Se  A )
 
Theoremsess1 4092 Subset theorem for the set-like predicate. (Contributed by Mario Carneiro, 24-Jun-2015.)
 |-  ( R  C_  S  ->  ( S Se  A  ->  R Se 
 A ) )
 
Theoremsess2 4093 Subset theorem for the set-like predicate. (Contributed by Mario Carneiro, 24-Jun-2015.)
 |-  ( A  C_  B  ->  ( R Se  B  ->  R Se 
 A ) )
 
Theoremseeq1 4094 Equality theorem for the set-like predicate. (Contributed by Mario Carneiro, 24-Jun-2015.)
 |-  ( R  =  S  ->  ( R Se  A  <->  S Se  A )
 )
 
Theoremseeq2 4095 Equality theorem for the set-like predicate. (Contributed by Mario Carneiro, 24-Jun-2015.)
 |-  ( A  =  B  ->  ( R Se  A  <->  R Se  B )
 )
 
Theoremnfse 4096 Bound-variable hypothesis builder for set-like relations. (Contributed by Mario Carneiro, 24-Jun-2015.) (Revised by Mario Carneiro, 14-Oct-2016.)
 |-  F/_ x R   &    |-  F/_ x A   =>    |-  F/ x  R Se  A
 
Theoremepse 4097 The epsilon relation is set-like on any class. (This is the origin of the term "set-like": a set-like relation "acts like" the epsilon relation of sets and their elements.) (Contributed by Mario Carneiro, 22-Jun-2015.)
 |- 
 _E Se  A
 
Theoremfrforeq1 4098 Equality theorem for the well-founded predicate. (Contributed by Jim Kingdon, 22-Sep-2021.)
 |-  ( R  =  S  ->  (FrFor  R A T  <-> FrFor  S A T ) )
 
Theoremfreq1 4099 Equality theorem for the well-founded predicate. (Contributed by NM, 9-Mar-1997.)
 |-  ( R  =  S  ->  ( R  Fr  A  <->  S  Fr  A ) )
 
Theoremfrforeq2 4100 Equality theorem for the well-founded predicate. (Contributed by Jim Kingdon, 22-Sep-2021.)
 |-  ( A  =  B  ->  (FrFor  R A T  <-> FrFor  R B T ) )
    < 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 >