HomeHome Intuitionistic Logic Explorer
Theorem List (p. 31 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 - 3001-3100   *Has distinct variable group(s)
TypeLabelDescription
Statement
 
Theoremssneld 3001 If a class is not in another class, it is also not in a subclass of that class. Deduction form. (Contributed by David Moews, 1-May-2017.)
 |-  ( ph  ->  A  C_  B )   =>    |-  ( ph  ->  ( -.  C  e.  B  ->  -.  C  e.  A ) )
 
Theoremssneldd 3002 If an element is not in a class, it is also not in a subclass of that class. Deduction form. (Contributed by David Moews, 1-May-2017.)
 |-  ( ph  ->  A  C_  B )   &    |-  ( ph  ->  -.  C  e.  B )   =>    |-  ( ph  ->  -.  C  e.  A )
 
Theoremssriv 3003* Inference rule based on subclass definition. (Contributed by NM, 5-Aug-1993.)
 |-  ( x  e.  A  ->  x  e.  B )   =>    |-  A  C_  B
 
Theoremssrd 3004 Deduction rule based on subclass definition. (Contributed by Thierry Arnoux, 8-Mar-2017.)
 |- 
 F/ x ph   &    |-  F/_ x A   &    |-  F/_ x B   &    |-  ( ph  ->  ( x  e.  A  ->  x  e.  B ) )   =>    |-  ( ph  ->  A  C_  B )
 
Theoremssrdv 3005* Deduction rule based on subclass definition. (Contributed by NM, 15-Nov-1995.)
 |-  ( ph  ->  ( x  e.  A  ->  x  e.  B ) )   =>    |-  ( ph  ->  A  C_  B )
 
Theoremsstr2 3006 Transitivity of subclasses. Exercise 5 of [TakeutiZaring] p. 17. (Contributed by NM, 5-Aug-1993.) (Proof shortened by Andrew Salmon, 14-Jun-2011.)
 |-  ( A  C_  B  ->  ( B  C_  C  ->  A  C_  C )
 )
 
Theoremsstr 3007 Transitivity of subclasses. Theorem 6 of [Suppes] p. 23. (Contributed by NM, 5-Sep-2003.)
 |-  ( ( A  C_  B  /\  B  C_  C )  ->  A  C_  C )
 
Theoremsstri 3008 Subclass transitivity inference. (Contributed by NM, 5-May-2000.)
 |-  A  C_  B   &    |-  B  C_  C   =>    |-  A  C_  C
 
Theoremsstrd 3009 Subclass transitivity deduction. (Contributed by NM, 2-Jun-2004.)
 |-  ( ph  ->  A  C_  B )   &    |-  ( ph  ->  B 
 C_  C )   =>    |-  ( ph  ->  A 
 C_  C )
 
Theoremsyl5ss 3010 Subclass transitivity deduction. (Contributed by NM, 6-Feb-2014.)
 |-  A  C_  B   &    |-  ( ph  ->  B 
 C_  C )   =>    |-  ( ph  ->  A 
 C_  C )
 
Theoremsyl6ss 3011 Subclass transitivity deduction. (Contributed by Jonathan Ben-Naim, 3-Jun-2011.)
 |-  ( ph  ->  A  C_  B )   &    |-  B  C_  C   =>    |-  ( ph  ->  A  C_  C )
 
Theoremsylan9ss 3012 A subclass transitivity deduction. (Contributed by NM, 27-Sep-2004.) (Proof shortened by Andrew Salmon, 14-Jun-2011.)
 |-  ( ph  ->  A  C_  B )   &    |-  ( ps  ->  B 
 C_  C )   =>    |-  ( ( ph  /\ 
 ps )  ->  A  C_  C )
 
Theoremsylan9ssr 3013 A subclass transitivity deduction. (Contributed by NM, 27-Sep-2004.)
 |-  ( ph  ->  A  C_  B )   &    |-  ( ps  ->  B 
 C_  C )   =>    |-  ( ( ps 
 /\  ph )  ->  A  C_  C )
 
Theoremeqss 3014 The subclass relationship is antisymmetric. Compare Theorem 4 of [Suppes] p. 22. (Contributed by NM, 5-Aug-1993.)
 |-  ( A  =  B  <->  ( A  C_  B  /\  B  C_  A ) )
 
Theoremeqssi 3015 Infer equality from two subclass relationships. Compare Theorem 4 of [Suppes] p. 22. (Contributed by NM, 9-Sep-1993.)
 |-  A  C_  B   &    |-  B  C_  A   =>    |-  A  =  B
 
Theoremeqssd 3016 Equality deduction from two subclass relationships. Compare Theorem 4 of [Suppes] p. 22. (Contributed by NM, 27-Jun-2004.)
 |-  ( ph  ->  A  C_  B )   &    |-  ( ph  ->  B 
 C_  A )   =>    |-  ( ph  ->  A  =  B )
 
Theoremeqrd 3017 Deduce equality of classes from equivalence of membership. (Contributed by Thierry Arnoux, 21-Mar-2017.)
 |- 
 F/ x ph   &    |-  F/_ x A   &    |-  F/_ x B   &    |-  ( ph  ->  ( x  e.  A  <->  x  e.  B ) )   =>    |-  ( ph  ->  A  =  B )
 
Theoremssid 3018 Any class is a subclass of itself. Exercise 10 of [TakeutiZaring] p. 18. (Contributed by NM, 5-Aug-1993.) (Proof shortened by Andrew Salmon, 14-Jun-2011.)
 |-  A  C_  A
 
Theoremssv 3019 Any class is a subclass of the universal class. (Contributed by NM, 31-Oct-1995.)
 |-  A  C_  _V
 
Theoremsseq1 3020 Equality theorem for subclasses. (Contributed by NM, 5-Aug-1993.) (Proof shortened by Andrew Salmon, 21-Jun-2011.)
 |-  ( A  =  B  ->  ( A  C_  C  <->  B 
 C_  C ) )
 
Theoremsseq2 3021 Equality theorem for the subclass relationship. (Contributed by NM, 25-Jun-1998.)
 |-  ( A  =  B  ->  ( C  C_  A  <->  C 
 C_  B ) )
 
Theoremsseq12 3022 Equality theorem for the subclass relationship. (Contributed by NM, 31-May-1999.)
 |-  ( ( A  =  B  /\  C  =  D )  ->  ( A  C_  C 
 <->  B  C_  D )
 )
 
Theoremsseq1i 3023 An equality inference for the subclass relationship. (Contributed by NM, 18-Aug-1993.)
 |-  A  =  B   =>    |-  ( A  C_  C 
 <->  B  C_  C )
 
Theoremsseq2i 3024 An equality inference for the subclass relationship. (Contributed by NM, 30-Aug-1993.)
 |-  A  =  B   =>    |-  ( C  C_  A 
 <->  C  C_  B )
 
Theoremsseq12i 3025 An equality inference for the subclass relationship. (Contributed by NM, 31-May-1999.) (Proof shortened by Eric Schmidt, 26-Jan-2007.)
 |-  A  =  B   &    |-  C  =  D   =>    |-  ( A  C_  C  <->  B 
 C_  D )
 
Theoremsseq1d 3026 An equality deduction for the subclass relationship. (Contributed by NM, 14-Aug-1994.)
 |-  ( ph  ->  A  =  B )   =>    |-  ( ph  ->  ( A  C_  C  <->  B  C_  C ) )
 
Theoremsseq2d 3027 An equality deduction for the subclass relationship. (Contributed by NM, 14-Aug-1994.)
 |-  ( ph  ->  A  =  B )   =>    |-  ( ph  ->  ( C  C_  A  <->  C  C_  B ) )
 
Theoremsseq12d 3028 An equality deduction for the subclass relationship. (Contributed by NM, 31-May-1999.)
 |-  ( ph  ->  A  =  B )   &    |-  ( ph  ->  C  =  D )   =>    |-  ( ph  ->  ( A  C_  C  <->  B  C_  D ) )
 
Theoremeqsstri 3029 Substitution of equality into a subclass relationship. (Contributed by NM, 16-Jul-1995.)
 |-  A  =  B   &    |-  B  C_  C   =>    |-  A  C_  C
 
Theoremeqsstr3i 3030 Substitution of equality into a subclass relationship. (Contributed by NM, 19-Oct-1999.)
 |-  B  =  A   &    |-  B  C_  C   =>    |-  A  C_  C
 
Theoremsseqtri 3031 Substitution of equality into a subclass relationship. (Contributed by NM, 28-Jul-1995.)
 |-  A  C_  B   &    |-  B  =  C   =>    |-  A  C_  C
 
Theoremsseqtr4i 3032 Substitution of equality into a subclass relationship. (Contributed by NM, 4-Apr-1995.)
 |-  A  C_  B   &    |-  C  =  B   =>    |-  A  C_  C
 
Theoremeqsstrd 3033 Substitution of equality into a subclass relationship. (Contributed by NM, 25-Apr-2004.)
 |-  ( ph  ->  A  =  B )   &    |-  ( ph  ->  B 
 C_  C )   =>    |-  ( ph  ->  A 
 C_  C )
 
Theoremeqsstr3d 3034 Substitution of equality into a subclass relationship. (Contributed by NM, 25-Apr-2004.)
 |-  ( ph  ->  B  =  A )   &    |-  ( ph  ->  B 
 C_  C )   =>    |-  ( ph  ->  A 
 C_  C )
 
Theoremsseqtrd 3035 Substitution of equality into a subclass relationship. (Contributed by NM, 25-Apr-2004.)
 |-  ( ph  ->  A  C_  B )   &    |-  ( ph  ->  B  =  C )   =>    |-  ( ph  ->  A 
 C_  C )
 
Theoremsseqtr4d 3036 Substitution of equality into a subclass relationship. (Contributed by NM, 25-Apr-2004.)
 |-  ( ph  ->  A  C_  B )   &    |-  ( ph  ->  C  =  B )   =>    |-  ( ph  ->  A 
 C_  C )
 
Theorem3sstr3i 3037 Substitution of equality in both sides of a subclass relationship. (Contributed by NM, 13-Jan-1996.) (Proof shortened by Eric Schmidt, 26-Jan-2007.)
 |-  A  C_  B   &    |-  A  =  C   &    |-  B  =  D   =>    |-  C  C_  D
 
Theorem3sstr4i 3038 Substitution of equality in both sides of a subclass relationship. (Contributed by NM, 13-Jan-1996.) (Proof shortened by Eric Schmidt, 26-Jan-2007.)
 |-  A  C_  B   &    |-  C  =  A   &    |-  D  =  B   =>    |-  C  C_  D
 
Theorem3sstr3g 3039 Substitution of equality into both sides of a subclass relationship. (Contributed by NM, 1-Oct-2000.)
 |-  ( ph  ->  A  C_  B )   &    |-  A  =  C   &    |-  B  =  D   =>    |-  ( ph  ->  C  C_  D )
 
Theorem3sstr4g 3040 Substitution of equality into both sides of a subclass relationship. (Contributed by NM, 16-Aug-1994.) (Proof shortened by Eric Schmidt, 26-Jan-2007.)
 |-  ( ph  ->  A  C_  B )   &    |-  C  =  A   &    |-  D  =  B   =>    |-  ( ph  ->  C  C_  D )
 
Theorem3sstr3d 3041 Substitution of equality into both sides of a subclass relationship. (Contributed by NM, 1-Oct-2000.)
 |-  ( ph  ->  A  C_  B )   &    |-  ( ph  ->  A  =  C )   &    |-  ( ph  ->  B  =  D )   =>    |-  ( ph  ->  C  C_  D )
 
Theorem3sstr4d 3042 Substitution of equality into both sides of a subclass relationship. (Contributed by NM, 30-Nov-1995.) (Proof shortened by Eric Schmidt, 26-Jan-2007.)
 |-  ( ph  ->  A  C_  B )   &    |-  ( ph  ->  C  =  A )   &    |-  ( ph  ->  D  =  B )   =>    |-  ( ph  ->  C  C_  D )
 
Theoremsyl5eqss 3043 B chained subclass and equality deduction. (Contributed by NM, 25-Apr-2004.)
 |-  A  =  B   &    |-  ( ph  ->  B  C_  C )   =>    |-  ( ph  ->  A  C_  C )
 
Theoremsyl5eqssr 3044 B chained subclass and equality deduction. (Contributed by NM, 25-Apr-2004.)
 |-  B  =  A   &    |-  ( ph  ->  B  C_  C )   =>    |-  ( ph  ->  A  C_  C )
 
Theoremsyl6sseq 3045 A chained subclass and equality deduction. (Contributed by NM, 25-Apr-2004.)
 |-  ( ph  ->  A  C_  B )   &    |-  B  =  C   =>    |-  ( ph  ->  A  C_  C )
 
Theoremsyl6sseqr 3046 A chained subclass and equality deduction. (Contributed by NM, 25-Apr-2004.)
 |-  ( ph  ->  A  C_  B )   &    |-  C  =  B   =>    |-  ( ph  ->  A  C_  C )
 
Theoremsyl5sseq 3047 Subclass transitivity deduction. (Contributed by Jonathan Ben-Naim, 3-Jun-2011.)
 |-  B  C_  A   &    |-  ( ph  ->  A  =  C )   =>    |-  ( ph  ->  B 
 C_  C )
 
Theoremsyl5sseqr 3048 Subclass transitivity deduction. (Contributed by Jonathan Ben-Naim, 3-Jun-2011.)
 |-  B  C_  A   &    |-  ( ph  ->  C  =  A )   =>    |-  ( ph  ->  B 
 C_  C )
 
Theoremsyl6eqss 3049 A chained subclass and equality deduction. (Contributed by Mario Carneiro, 2-Jan-2017.)
 |-  ( ph  ->  A  =  B )   &    |-  B  C_  C   =>    |-  ( ph  ->  A  C_  C )
 
Theoremsyl6eqssr 3050 A chained subclass and equality deduction. (Contributed by Mario Carneiro, 2-Jan-2017.)
 |-  ( ph  ->  B  =  A )   &    |-  B  C_  C   =>    |-  ( ph  ->  A  C_  C )
 
Theoremeqimss 3051 Equality implies the subclass relation. (Contributed by NM, 5-Aug-1993.) (Proof shortened by Andrew Salmon, 21-Jun-2011.)
 |-  ( A  =  B  ->  A  C_  B )
 
Theoremeqimss2 3052 Equality implies the subclass relation. (Contributed by NM, 23-Nov-2003.)
 |-  ( B  =  A  ->  A  C_  B )
 
Theoremeqimssi 3053 Infer subclass relationship from equality. (Contributed by NM, 6-Jan-2007.)
 |-  A  =  B   =>    |-  A  C_  B
 
Theoremeqimss2i 3054 Infer subclass relationship from equality. (Contributed by NM, 7-Jan-2007.)
 |-  A  =  B   =>    |-  B  C_  A
 
Theoremnssne1 3055 Two classes are different if they don't include the same class. (Contributed by NM, 23-Apr-2015.)
 |-  ( ( A  C_  B  /\  -.  A  C_  C )  ->  B  =/=  C )
 
Theoremnssne2 3056 Two classes are different if they are not subclasses of the same class. (Contributed by NM, 23-Apr-2015.)
 |-  ( ( A  C_  C  /\  -.  B  C_  C )  ->  A  =/=  B )
 
Theoremnssr 3057* Negation of subclass relationship. One direction of Exercise 13 of [TakeutiZaring] p. 18. (Contributed by Jim Kingdon, 15-Jul-2018.)
 |-  ( E. x ( x  e.  A  /\  -.  x  e.  B ) 
 ->  -.  A  C_  B )
 
Theoremssralv 3058* Quantification restricted to a subclass. (Contributed by NM, 11-Mar-2006.)
 |-  ( A  C_  B  ->  ( A. x  e.  B  ph  ->  A. x  e.  A  ph ) )
 
Theoremssrexv 3059* Existential quantification restricted to a subclass. (Contributed by NM, 11-Jan-2007.)
 |-  ( A  C_  B  ->  ( E. x  e.  A  ph  ->  E. x  e.  B  ph ) )
 
Theoremralss 3060* Restricted universal quantification on a subset in terms of superset. (Contributed by Stefan O'Rear, 3-Apr-2015.)
 |-  ( A  C_  B  ->  ( A. x  e.  A  ph  <->  A. x  e.  B  ( x  e.  A  -> 
 ph ) ) )
 
Theoremrexss 3061* Restricted existential quantification on a subset in terms of superset. (Contributed by Stefan O'Rear, 3-Apr-2015.)
 |-  ( A  C_  B  ->  ( E. x  e.  A  ph  <->  E. x  e.  B  ( x  e.  A  /\  ph ) ) )
 
Theoremss2ab 3062 Class abstractions in a subclass relationship. (Contributed by NM, 3-Jul-1994.)
 |-  ( { x  |  ph
 }  C_  { x  |  ps }  <->  A. x ( ph  ->  ps ) )
 
Theoremabss 3063* Class abstraction in a subclass relationship. (Contributed by NM, 16-Aug-2006.)
 |-  ( { x  |  ph
 }  C_  A  <->  A. x ( ph  ->  x  e.  A ) )
 
Theoremssab 3064* Subclass of a class abstraction. (Contributed by NM, 16-Aug-2006.)
 |-  ( A  C_  { x  |  ph }  <->  A. x ( x  e.  A  ->  ph )
 )
 
Theoremssabral 3065* The relation for a subclass of a class abstraction is equivalent to restricted quantification. (Contributed by NM, 6-Sep-2006.)
 |-  ( A  C_  { x  |  ph }  <->  A. x  e.  A  ph )
 
Theoremss2abi 3066 Inference of abstraction subclass from implication. (Contributed by NM, 31-Mar-1995.)
 |-  ( ph  ->  ps )   =>    |-  { x  |  ph }  C_  { x  |  ps }
 
Theoremss2abdv 3067* Deduction of abstraction subclass from implication. (Contributed by NM, 29-Jul-2011.)
 |-  ( ph  ->  ( ps  ->  ch ) )   =>    |-  ( ph  ->  { x  |  ps }  C_ 
 { x  |  ch } )
 
Theoremabssdv 3068* Deduction of abstraction subclass from implication. (Contributed by NM, 20-Jan-2006.)
 |-  ( ph  ->  ( ps  ->  x  e.  A ) )   =>    |-  ( ph  ->  { x  |  ps }  C_  A )
 
Theoremabssi 3069* Inference of abstraction subclass from implication. (Contributed by NM, 20-Jan-2006.)
 |-  ( ph  ->  x  e.  A )   =>    |- 
 { x  |  ph } 
 C_  A
 
Theoremss2rab 3070 Restricted abstraction classes in a subclass relationship. (Contributed by NM, 30-May-1999.)
 |-  ( { x  e.  A  |  ph }  C_  { x  e.  A  |  ps }  <->  A. x  e.  A  ( ph  ->  ps )
 )
 
Theoremrabss 3071* Restricted class abstraction in a subclass relationship. (Contributed by NM, 16-Aug-2006.)
 |-  ( { x  e.  A  |  ph }  C_  B 
 <-> 
 A. x  e.  A  ( ph  ->  x  e.  B ) )
 
Theoremssrab 3072* Subclass of a restricted class abstraction. (Contributed by NM, 16-Aug-2006.)
 |-  ( B  C_  { x  e.  A  |  ph }  <->  ( B  C_  A  /\  A. x  e.  B  ph ) )
 
Theoremssrabdv 3073* Subclass of a restricted class abstraction (deduction rule). (Contributed by NM, 31-Aug-2006.)
 |-  ( ph  ->  B  C_  A )   &    |-  ( ( ph  /\  x  e.  B ) 
 ->  ps )   =>    |-  ( ph  ->  B  C_ 
 { x  e.  A  |  ps } )
 
Theoremrabssdv 3074* Subclass of a restricted class abstraction (deduction rule). (Contributed by NM, 2-Feb-2015.)
 |-  ( ( ph  /\  x  e.  A  /\  ps )  ->  x  e.  B )   =>    |-  ( ph  ->  { x  e.  A  |  ps }  C_  B )
 
Theoremss2rabdv 3075* Deduction of restricted abstraction subclass from implication. (Contributed by NM, 30-May-2006.)
 |-  ( ( ph  /\  x  e.  A )  ->  ( ps  ->  ch ) )   =>    |-  ( ph  ->  { x  e.  A  |  ps }  C_  { x  e.  A  |  ch }
 )
 
Theoremss2rabi 3076 Inference of restricted abstraction subclass from implication. (Contributed by NM, 14-Oct-1999.)
 |-  ( x  e.  A  ->  ( ph  ->  ps )
 )   =>    |- 
 { x  e.  A  |  ph }  C_  { x  e.  A  |  ps }
 
Theoremrabss2 3077* Subclass law for restricted abstraction. (Contributed by NM, 18-Dec-2004.) (Proof shortened by Andrew Salmon, 26-Jun-2011.)
 |-  ( A  C_  B  ->  { x  e.  A  |  ph }  C_  { x  e.  B  |  ph } )
 
Theoremssab2 3078* Subclass relation for the restriction of a class abstraction. (Contributed by NM, 31-Mar-1995.)
 |- 
 { x  |  ( x  e.  A  /\  ph ) }  C_  A
 
Theoremssrab2 3079* Subclass relation for a restricted class. (Contributed by NM, 19-Mar-1997.)
 |- 
 { x  e.  A  |  ph }  C_  A
 
Theoremssrabeq 3080* If the restricting class of a restricted class abstraction is a subset of this restricted class abstraction, it is equal to this restricted class abstraction. (Contributed by Alexander van der Vekens, 31-Dec-2017.)
 |-  ( V  C_  { x  e.  V  |  ph }  <->  V  =  { x  e.  V  |  ph
 } )
 
Theoremrabssab 3081 A restricted class is a subclass of the corresponding unrestricted class. (Contributed by Mario Carneiro, 23-Dec-2016.)
 |- 
 { x  e.  A  |  ph }  C_  { x  |  ph }
 
Theoremuniiunlem 3082* A subset relationship useful for converting union to indexed union using dfiun2 or dfiun2g and intersection to indexed intersection using dfiin2 . (Contributed by NM, 5-Oct-2006.) (Proof shortened by Mario Carneiro, 26-Sep-2015.)
 |-  ( A. x  e.  A  B  e.  D  ->  ( A. x  e.  A  B  e.  C  <->  { y  |  E. x  e.  A  y  =  B }  C_  C ) )
 
2.1.13  The difference, union, and intersection of two classes
 
2.1.13.1  The difference of two classes
 
Theoremdifeq1 3083 Equality theorem for class difference. (Contributed by NM, 10-Feb-1997.) (Proof shortened by Andrew Salmon, 26-Jun-2011.)
 |-  ( A  =  B  ->  ( A  \  C )  =  ( B  \  C ) )
 
Theoremdifeq2 3084 Equality theorem for class difference. (Contributed by NM, 10-Feb-1997.) (Proof shortened by Andrew Salmon, 26-Jun-2011.)
 |-  ( A  =  B  ->  ( C  \  A )  =  ( C  \  B ) )
 
Theoremdifeq12 3085 Equality theorem for class difference. (Contributed by FL, 31-Aug-2009.)
 |-  ( ( A  =  B  /\  C  =  D )  ->  ( A  \  C )  =  ( B  \  D ) )
 
Theoremdifeq1i 3086 Inference adding difference to the right in a class equality. (Contributed by NM, 15-Nov-2002.)
 |-  A  =  B   =>    |-  ( A  \  C )  =  ( B  \  C )
 
Theoremdifeq2i 3087 Inference adding difference to the left in a class equality. (Contributed by NM, 15-Nov-2002.)
 |-  A  =  B   =>    |-  ( C  \  A )  =  ( C  \  B )
 
Theoremdifeq12i 3088 Equality inference for class difference. (Contributed by NM, 29-Aug-2004.)
 |-  A  =  B   &    |-  C  =  D   =>    |-  ( A  \  C )  =  ( B  \  D )
 
Theoremdifeq1d 3089 Deduction adding difference to the right in a class equality. (Contributed by NM, 15-Nov-2002.)
 |-  ( ph  ->  A  =  B )   =>    |-  ( ph  ->  ( A  \  C )  =  ( B  \  C ) )
 
Theoremdifeq2d 3090 Deduction adding difference to the left in a class equality. (Contributed by NM, 15-Nov-2002.)
 |-  ( ph  ->  A  =  B )   =>    |-  ( ph  ->  ( C  \  A )  =  ( C  \  B ) )
 
Theoremdifeq12d 3091 Equality deduction for class difference. (Contributed by FL, 29-May-2014.)
 |-  ( ph  ->  A  =  B )   &    |-  ( ph  ->  C  =  D )   =>    |-  ( ph  ->  ( A  \  C )  =  ( B  \  D ) )
 
Theoremdifeqri 3092* Inference from membership to difference. (Contributed by NM, 17-May-1998.) (Proof shortened by Andrew Salmon, 26-Jun-2011.)
 |-  ( ( x  e.  A  /\  -.  x  e.  B )  <->  x  e.  C )   =>    |-  ( A  \  B )  =  C
 
Theoremnfdif 3093 Bound-variable hypothesis builder for class difference. (Contributed by NM, 3-Dec-2003.) (Revised by Mario Carneiro, 13-Oct-2016.)
 |-  F/_ x A   &    |-  F/_ x B   =>    |-  F/_ x ( A 
 \  B )
 
Theoremeldifi 3094 Implication of membership in a class difference. (Contributed by NM, 29-Apr-1994.)
 |-  ( A  e.  ( B  \  C )  ->  A  e.  B )
 
Theoremeldifn 3095 Implication of membership in a class difference. (Contributed by NM, 3-May-1994.)
 |-  ( A  e.  ( B  \  C )  ->  -.  A  e.  C )
 
Theoremelndif 3096 A set does not belong to a class excluding it. (Contributed by NM, 27-Jun-1994.)
 |-  ( A  e.  B  ->  -.  A  e.  ( C  \  B ) )
 
Theoremdifdif 3097 Double class difference. Exercise 11 of [TakeutiZaring] p. 22. (Contributed by NM, 17-May-1998.)
 |-  ( A  \  ( B  \  A ) )  =  A
 
Theoremdifss 3098 Subclass relationship for class difference. Exercise 14 of [TakeutiZaring] p. 22. (Contributed by NM, 29-Apr-1994.)
 |-  ( A  \  B )  C_  A
 
Theoremdifssd 3099 A difference of two classes is contained in the minuend. Deduction form of difss 3098. (Contributed by David Moews, 1-May-2017.)
 |-  ( ph  ->  ( A  \  B )  C_  A )
 
Theoremdifss2 3100 If a class is contained in a difference, it is contained in the minuend. (Contributed by David Moews, 1-May-2017.)
 |-  ( A  C_  ( B  \  C )  ->  A  C_  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-10795
  Copyright terms: Public domain < Previous  Next >