HomeHome Intuitionistic Logic Explorer
Theorem List (p. 31 of 133)
< 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
 
Theoremrmob 3001* Consequence of "at most one", using implicit substitution. (Contributed by NM, 2-Jan-2015.) (Revised by NM, 16-Jun-2017.)
 |-  ( x  =  B  ->  ( ph  <->  ps ) )   &    |-  ( x  =  C  ->  (
 ph 
 <->  ch ) )   =>    |-  ( ( E* x  e.  A  ph  /\  ( B  e.  A  /\  ps ) )  ->  ( B  =  C  <->  ( C  e.  A  /\  ch ) ) )
 
Theoremrmoi 3002* Consequence of "at most one", using implicit substitution. (Contributed by NM, 4-Nov-2012.) (Revised by NM, 16-Jun-2017.)
 |-  ( x  =  B  ->  ( ph  <->  ps ) )   &    |-  ( x  =  C  ->  (
 ph 
 <->  ch ) )   =>    |-  ( ( E* x  e.  A  ph  /\  ( B  e.  A  /\  ps )  /\  ( C  e.  A  /\  ch ) )  ->  B  =  C )
 
2.1.10  Proper substitution of classes for sets into classes
 
Syntaxcsb 3003 Extend class notation to include the proper substitution of a class for a set into another class.
 class  [_ A  /  x ]_ B
 
Definitiondf-csb 3004* Define the proper substitution of a class for a set into another class. The underlined brackets distinguish it from the substitution into a wff, wsbc 2909, to prevent ambiguity. Theorem sbcel1g 3021 shows an example of how ambiguity could arise if we didn't use distinguished brackets. Theorem sbccsbg 3031 recreates substitution into a wff from this definition. (Contributed by NM, 10-Nov-2005.)
 |-  [_ A  /  x ]_ B  =  { y  |  [. A  /  x ]. y  e.  B }
 
Theoremcsb2 3005* Alternate expression for the proper substitution into a class, without referencing substitution into a wff. Note that  x can be free in  B but cannot occur in  A. (Contributed by NM, 2-Dec-2013.)
 |-  [_ A  /  x ]_ B  =  { y  |  E. x ( x  =  A  /\  y  e.  B ) }
 
Theoremcsbeq1 3006 Analog of dfsbcq 2911 for proper substitution into a class. (Contributed by NM, 10-Nov-2005.)
 |-  ( A  =  B  -> 
 [_ A  /  x ]_ C  =  [_ B  /  x ]_ C )
 
Theoremcbvcsbw 3007* Version of cbvcsb 3008 with a disjoint variable condition. (Contributed by Gino Giotto, 10-Jan-2024.)
 |-  F/_ y C   &    |-  F/_ x D   &    |-  ( x  =  y  ->  C  =  D )   =>    |-  [_ A  /  x ]_ C  =  [_ A  /  y ]_ D
 
Theoremcbvcsb 3008 Change bound variables in a class substitution. Interestingly, this does not require any bound variable conditions on  A. (Contributed by Jeff Hankins, 13-Sep-2009.) (Revised by Mario Carneiro, 11-Dec-2016.)
 |-  F/_ y C   &    |-  F/_ x D   &    |-  ( x  =  y  ->  C  =  D )   =>    |-  [_ A  /  x ]_ C  =  [_ A  /  y ]_ D
 
Theoremcbvcsbv 3009* Change the bound variable of a proper substitution into a class using implicit substitution. (Contributed by NM, 30-Sep-2008.) (Revised by Mario Carneiro, 13-Oct-2016.)
 |-  ( x  =  y 
 ->  B  =  C )   =>    |-  [_ A  /  x ]_ B  =  [_ A  /  y ]_ C
 
Theoremcsbeq1d 3010 Equality deduction for proper substitution into a class. (Contributed by NM, 3-Dec-2005.)
 |-  ( ph  ->  A  =  B )   =>    |-  ( ph  ->  [_ A  /  x ]_ C  =  [_ B  /  x ]_ C )
 
Theoremcsbid 3011 Analog of sbid 1747 for proper substitution into a class. (Contributed by NM, 10-Nov-2005.)
 |-  [_ x  /  x ]_ A  =  A
 
Theoremcsbeq1a 3012 Equality theorem for proper substitution into a class. (Contributed by NM, 10-Nov-2005.)
 |-  ( x  =  A  ->  B  =  [_ A  /  x ]_ B )
 
Theoremcsbco 3013* Composition law for chained substitutions into a class. (Contributed by NM, 10-Nov-2005.)
 |-  [_ A  /  y ]_ [_ y  /  x ]_ B  =  [_ A  /  x ]_ B
 
Theoremcsbtt 3014 Substitution doesn't affect a constant  B (in which  x is not free). (Contributed by Mario Carneiro, 14-Oct-2016.)
 |-  ( ( A  e.  V  /\  F/_ x B ) 
 ->  [_ A  /  x ]_ B  =  B )
 
Theoremcsbconstgf 3015 Substitution doesn't affect a constant  B (in which  x is not free). (Contributed by NM, 10-Nov-2005.)
 |-  F/_ x B   =>    |-  ( A  e.  V  -> 
 [_ A  /  x ]_ B  =  B )
 
Theoremcsbconstg 3016* Substitution doesn't affect a constant  B (in which  x is not free). csbconstgf 3015 with distinct variable requirement. (Contributed by Alan Sare, 22-Jul-2012.)
 |-  ( A  e.  V  -> 
 [_ A  /  x ]_ B  =  B )
 
Theoremsbcel12g 3017 Distribute proper substitution through a membership relation. (Contributed by NM, 10-Nov-2005.) (Proof shortened by Andrew Salmon, 29-Jun-2011.)
 |-  ( A  e.  V  ->  ( [. A  /  x ]. B  e.  C  <->  [_ A  /  x ]_ B  e.  [_ A  /  x ]_ C ) )
 
Theoremsbceqg 3018 Distribute proper substitution through an equality relation. (Contributed by NM, 10-Nov-2005.) (Proof shortened by Andrew Salmon, 29-Jun-2011.)
 |-  ( A  e.  V  ->  ( [. A  /  x ]. B  =  C  <->  [_ A  /  x ]_ B  =  [_ A  /  x ]_ C ) )
 
Theoremsbcnel12g 3019 Distribute proper substitution through negated membership. (Contributed by Andrew Salmon, 18-Jun-2011.)
 |-  ( A  e.  V  ->  ( [. A  /  x ]. B  e/  C  <->  [_ A  /  x ]_ B  e/  [_ A  /  x ]_ C ) )
 
Theoremsbcne12g 3020 Distribute proper substitution through an inequality. (Contributed by Andrew Salmon, 18-Jun-2011.)
 |-  ( A  e.  V  ->  ( [. A  /  x ]. B  =/=  C  <->  [_ A  /  x ]_ B  =/=  [_ A  /  x ]_ C ) )
 
Theoremsbcel1g 3021* Move proper substitution in and out of a membership relation. Note that the scope of  [. A  /  x ]. is the wff  B  e.  C, whereas the scope of  [_ A  /  x ]_ is the class  B. (Contributed by NM, 10-Nov-2005.)
 |-  ( A  e.  V  ->  ( [. A  /  x ]. B  e.  C  <->  [_ A  /  x ]_ B  e.  C )
 )
 
Theoremsbceq1g 3022* Move proper substitution to first argument of an equality. (Contributed by NM, 30-Nov-2005.)
 |-  ( A  e.  V  ->  ( [. A  /  x ]. B  =  C  <->  [_ A  /  x ]_ B  =  C )
 )
 
Theoremsbcel2g 3023* Move proper substitution in and out of a membership relation. (Contributed by NM, 14-Nov-2005.)
 |-  ( A  e.  V  ->  ( [. A  /  x ]. B  e.  C  <->  B  e.  [_ A  /  x ]_ C ) )
 
Theoremsbceq2g 3024* Move proper substitution to second argument of an equality. (Contributed by NM, 30-Nov-2005.)
 |-  ( A  e.  V  ->  ( [. A  /  x ]. B  =  C  <->  B  =  [_ A  /  x ]_ C ) )
 
Theoremcsbcomg 3025* Commutative law for double substitution into a class. (Contributed by NM, 14-Nov-2005.)
 |-  ( ( A  e.  V  /\  B  e.  W )  ->  [_ A  /  x ]_
 [_ B  /  y ]_ C  =  [_ B  /  y ]_ [_ A  /  x ]_ C )
 
Theoremcsbeq2 3026 Substituting into equivalent classes gives equivalent results. (Contributed by Giovanni Mascellani, 9-Apr-2018.)
 |-  ( A. x  B  =  C  ->  [_ A  /  x ]_ B  =  [_ A  /  x ]_ C )
 
Theoremcsbeq2d 3027 Formula-building deduction for class substitution. (Contributed by NM, 22-Nov-2005.) (Revised by Mario Carneiro, 1-Sep-2015.)
 |- 
 F/ x ph   &    |-  ( ph  ->  B  =  C )   =>    |-  ( ph  ->  [_ A  /  x ]_ B  =  [_ A  /  x ]_ C )
 
Theoremcsbeq2dv 3028* Formula-building deduction for class substitution. (Contributed by NM, 10-Nov-2005.) (Revised by Mario Carneiro, 1-Sep-2015.)
 |-  ( ph  ->  B  =  C )   =>    |-  ( ph  ->  [_ A  /  x ]_ B  =  [_ A  /  x ]_ C )
 
Theoremcsbeq2i 3029 Formula-building inference for class substitution. (Contributed by NM, 10-Nov-2005.) (Revised by Mario Carneiro, 1-Sep-2015.)
 |-  B  =  C   =>    |-  [_ A  /  x ]_ B  =  [_ A  /  x ]_ C
 
Theoremcsbvarg 3030 The proper substitution of a class for setvar variable results in the class (if the class exists). (Contributed by NM, 10-Nov-2005.)
 |-  ( A  e.  V  -> 
 [_ A  /  x ]_ x  =  A )
 
Theoremsbccsbg 3031* Substitution into a wff expressed in terms of substitution into a class. (Contributed by NM, 15-Aug-2007.)
 |-  ( A  e.  V  ->  ( [. A  /  x ]. ph  <->  y  e.  [_ A  /  x ]_ { y  |  ph } ) )
 
Theoremsbccsb2g 3032 Substitution into a wff expressed in using substitution into a class. (Contributed by NM, 27-Nov-2005.)
 |-  ( A  e.  V  ->  ( [. A  /  x ]. ph  <->  A  e.  [_ A  /  x ]_ { x  |  ph } ) )
 
Theoremnfcsb1d 3033 Bound-variable hypothesis builder for substitution into a class. (Contributed by Mario Carneiro, 12-Oct-2016.)
 |-  ( ph  ->  F/_ x A )   =>    |-  ( ph  ->  F/_ x [_ A  /  x ]_ B )
 
Theoremnfcsb1 3034 Bound-variable hypothesis builder for substitution into a class. (Contributed by Mario Carneiro, 12-Oct-2016.)
 |-  F/_ x A   =>    |-  F/_ x [_ A  /  x ]_ B
 
Theoremnfcsb1v 3035* Bound-variable hypothesis builder for substitution into a class. (Contributed by NM, 17-Aug-2006.) (Revised by Mario Carneiro, 12-Oct-2016.)
 |-  F/_ x [_ A  /  x ]_ B
 
Theoremnfcsbd 3036 Deduction version of nfcsb 3037. (Contributed by NM, 21-Nov-2005.) (Revised by Mario Carneiro, 12-Oct-2016.)
 |- 
 F/ y ph   &    |-  ( ph  ->  F/_ x A )   &    |-  ( ph  ->  F/_ x B )   =>    |-  ( ph  ->  F/_ x [_ A  /  y ]_ B )
 
Theoremnfcsb 3037 Bound-variable hypothesis builder for substitution into a class. (Contributed by Mario Carneiro, 12-Oct-2016.)
 |-  F/_ x A   &    |-  F/_ x B   =>    |-  F/_ x [_ A  /  y ]_ B
 
Theoremcsbhypf 3038* Introduce an explicit substitution into an implicit substitution hypothesis. See sbhypf 2735 for class substitution version. (Contributed by NM, 19-Dec-2008.)
 |-  F/_ x A   &    |-  F/_ x C   &    |-  ( x  =  A  ->  B  =  C )   =>    |-  ( y  =  A  ->  [_ y  /  x ]_ B  =  C )
 
Theoremcsbiebt 3039* Conversion of implicit substitution to explicit substitution into a class. (Closed theorem version of csbiegf 3043.) (Contributed by NM, 11-Nov-2005.)
 |-  ( ( A  e.  V  /\  F/_ x C ) 
 ->  ( A. x ( x  =  A  ->  B  =  C )  <->  [_ A  /  x ]_ B  =  C ) )
 
Theoremcsbiedf 3040* Conversion of implicit substitution to explicit substitution into a class. (Contributed by Mario Carneiro, 13-Oct-2016.)
 |- 
 F/ x ph   &    |-  ( ph  ->  F/_ x C )   &    |-  ( ph  ->  A  e.  V )   &    |-  ( ( ph  /\  x  =  A )  ->  B  =  C )   =>    |-  ( ph  ->  [_ A  /  x ]_ B  =  C )
 
Theoremcsbieb 3041* Bidirectional conversion between an implicit class substitution hypothesis  x  =  A  ->  B  =  C and its explicit substitution equivalent. (Contributed by NM, 2-Mar-2008.)
 |-  A  e.  _V   &    |-  F/_ x C   =>    |-  ( A. x ( x  =  A  ->  B  =  C )  <->  [_ A  /  x ]_ B  =  C )
 
Theoremcsbiebg 3042* Bidirectional conversion between an implicit class substitution hypothesis  x  =  A  ->  B  =  C and its explicit substitution equivalent. (Contributed by NM, 24-Mar-2013.) (Revised by Mario Carneiro, 11-Dec-2016.)
 |-  F/_ x C   =>    |-  ( A  e.  V  ->  ( A. x ( x  =  A  ->  B  =  C )  <->  [_ A  /  x ]_ B  =  C ) )
 
Theoremcsbiegf 3043* Conversion of implicit substitution to explicit substitution into a class. (Contributed by NM, 11-Nov-2005.) (Revised by Mario Carneiro, 13-Oct-2016.)
 |-  ( A  e.  V  -> 
 F/_ x C )   &    |-  ( x  =  A  ->  B  =  C )   =>    |-  ( A  e.  V  -> 
 [_ A  /  x ]_ B  =  C )
 
Theoremcsbief 3044* Conversion of implicit substitution to explicit substitution into a class. (Contributed by NM, 26-Nov-2005.) (Revised by Mario Carneiro, 13-Oct-2016.)
 |-  A  e.  _V   &    |-  F/_ x C   &    |-  ( x  =  A  ->  B  =  C )   =>    |-  [_ A  /  x ]_ B  =  C
 
Theoremcsbie 3045* Conversion of implicit substitution to explicit substitution into a class. (Contributed by AV, 2-Dec-2019.)
 |-  A  e.  _V   &    |-  ( x  =  A  ->  B  =  C )   =>    |-  [_ A  /  x ]_ B  =  C
 
Theoremcsbied 3046* Conversion of implicit substitution to explicit substitution into a class. (Contributed by Mario Carneiro, 2-Dec-2014.) (Revised by Mario Carneiro, 13-Oct-2016.)
 |-  ( ph  ->  A  e.  V )   &    |-  ( ( ph  /\  x  =  A ) 
 ->  B  =  C )   =>    |-  ( ph  ->  [_ A  /  x ]_ B  =  C )
 
Theoremcsbied2 3047* Conversion of implicit substitution to explicit class substitution, deduction form. (Contributed by Mario Carneiro, 2-Jan-2017.)
 |-  ( ph  ->  A  e.  V )   &    |-  ( ph  ->  A  =  B )   &    |-  (
 ( ph  /\  x  =  B )  ->  C  =  D )   =>    |-  ( ph  ->  [_ A  /  x ]_ C  =  D )
 
Theoremcsbie2t 3048* Conversion of implicit substitution to explicit substitution into a class (closed form of csbie2 3049). (Contributed by NM, 3-Sep-2007.) (Revised by Mario Carneiro, 13-Oct-2016.)
 |-  A  e.  _V   &    |-  B  e.  _V   =>    |-  ( A. x A. y ( ( x  =  A  /\  y  =  B )  ->  C  =  D )  ->  [_ A  /  x ]_ [_ B  /  y ]_ C  =  D )
 
Theoremcsbie2 3049* Conversion of implicit substitution to explicit substitution into a class. (Contributed by NM, 27-Aug-2007.)
 |-  A  e.  _V   &    |-  B  e.  _V   &    |-  ( ( x  =  A  /\  y  =  B )  ->  C  =  D )   =>    |-  [_ A  /  x ]_
 [_ B  /  y ]_ C  =  D
 
Theoremcsbie2g 3050* Conversion of implicit substitution to explicit class substitution. This version of sbcie 2943 avoids a disjointness condition on  x and  A by substituting twice. (Contributed by Mario Carneiro, 11-Nov-2016.)
 |-  ( x  =  y 
 ->  B  =  C )   &    |-  ( y  =  A  ->  C  =  D )   =>    |-  ( A  e.  V  -> 
 [_ A  /  x ]_ B  =  D )
 
Theoremsbcnestgf 3051 Nest the composition of two substitutions. (Contributed by Mario Carneiro, 11-Nov-2016.)
 |-  ( ( A  e.  V  /\  A. y F/ x ph )  ->  ( [. A  /  x ].
 [. B  /  y ]. ph  <->  [. [_ A  /  x ]_ B  /  y ]. ph ) )
 
Theoremcsbnestgf 3052 Nest the composition of two substitutions. (Contributed by NM, 23-Nov-2005.) (Proof shortened by Mario Carneiro, 10-Nov-2016.)
 |-  ( ( A  e.  V  /\  A. y F/_ x C )  ->  [_ A  /  x ]_ [_ B  /  y ]_ C  =  [_
 [_ A  /  x ]_ B  /  y ]_ C )
 
Theoremsbcnestg 3053* Nest the composition of two substitutions. (Contributed by NM, 27-Nov-2005.) (Proof shortened by Mario Carneiro, 11-Nov-2016.)
 |-  ( A  e.  V  ->  ( [. A  /  x ]. [. B  /  y ]. ph  <->  [. [_ A  /  x ]_ B  /  y ]. ph ) )
 
Theoremcsbnestg 3054* Nest the composition of two substitutions. (Contributed by NM, 23-Nov-2005.) (Proof shortened by Mario Carneiro, 10-Nov-2016.)
 |-  ( A  e.  V  -> 
 [_ A  /  x ]_
 [_ B  /  y ]_ C  =  [_ [_ A  /  x ]_ B  /  y ]_ C )
 
Theoremcsbnest1g 3055 Nest the composition of two substitutions. (Contributed by NM, 23-May-2006.) (Proof shortened by Mario Carneiro, 11-Nov-2016.)
 |-  ( A  e.  V  -> 
 [_ A  /  x ]_
 [_ B  /  x ]_ C  =  [_ [_ A  /  x ]_ B  /  x ]_ C )
 
Theoremcsbidmg 3056* Idempotent law for class substitutions. (Contributed by NM, 1-Mar-2008.)
 |-  ( A  e.  V  -> 
 [_ A  /  x ]_
 [_ A  /  x ]_ B  =  [_ A  /  x ]_ B )
 
Theoremsbcco3g 3057* Composition of two substitutions. (Contributed by NM, 27-Nov-2005.) (Revised by Mario Carneiro, 11-Nov-2016.)
 |-  ( x  =  A  ->  B  =  C )   =>    |-  ( A  e.  V  ->  ( [. A  /  x ]. [. B  /  y ]. ph  <->  [. C  /  y ]. ph ) )
 
Theoremcsbco3g 3058* Composition of two class substitutions. (Contributed by NM, 27-Nov-2005.) (Revised by Mario Carneiro, 11-Nov-2016.)
 |-  ( x  =  A  ->  B  =  C )   =>    |-  ( A  e.  V  -> 
 [_ A  /  x ]_
 [_ B  /  y ]_ D  =  [_ C  /  y ]_ D )
 
Theoremrspcsbela 3059* Special case related to rspsbc 2991. (Contributed by NM, 10-Dec-2005.) (Proof shortened by Eric Schmidt, 17-Jan-2007.)
 |-  ( ( A  e.  B  /\  A. x  e.  B  C  e.  D )  ->  [_ A  /  x ]_ C  e.  D )
 
Theoremsbnfc2 3060* Two ways of expressing " x is (effectively) not free in  A." (Contributed by Mario Carneiro, 14-Oct-2016.)
 |-  ( F/_ x A  <->  A. y A. z [_ y  /  x ]_ A  =  [_ z  /  x ]_ A )
 
Theoremcsbabg 3061* Move substitution into a class abstraction. (Contributed by NM, 13-Dec-2005.) (Proof shortened by Andrew Salmon, 9-Jul-2011.)
 |-  ( A  e.  V  -> 
 [_ A  /  x ]_
 { y  |  ph }  =  { y  | 
 [. A  /  x ].
 ph } )
 
Theoremcbvralcsf 3062 A more general version of cbvralf 2648 that doesn't require  A and  B to be distinct from  x or  y. Changes bound variables using implicit substitution. (Contributed by Andrew Salmon, 13-Jul-2011.)
 |-  F/_ y A   &    |-  F/_ x B   &    |-  F/ y ph   &    |-  F/ x ps   &    |-  ( x  =  y  ->  A  =  B )   &    |-  ( x  =  y  ->  (
 ph 
 <->  ps ) )   =>    |-  ( A. x  e.  A  ph  <->  A. y  e.  B  ps )
 
Theoremcbvrexcsf 3063 A more general version of cbvrexf 2649 that has no distinct variable restrictions. Changes bound variables using implicit substitution. (Contributed by Andrew Salmon, 13-Jul-2011.) (Proof shortened by Mario Carneiro, 7-Dec-2014.)
 |-  F/_ y A   &    |-  F/_ x B   &    |-  F/ y ph   &    |-  F/ x ps   &    |-  ( x  =  y  ->  A  =  B )   &    |-  ( x  =  y  ->  (
 ph 
 <->  ps ) )   =>    |-  ( E. x  e.  A  ph  <->  E. y  e.  B  ps )
 
Theoremcbvreucsf 3064 A more general version of cbvreuv 2656 that has no distinct variable rextrictions. Changes bound variables using implicit substitution. (Contributed by Andrew Salmon, 13-Jul-2011.)
 |-  F/_ y A   &    |-  F/_ x B   &    |-  F/ y ph   &    |-  F/ x ps   &    |-  ( x  =  y  ->  A  =  B )   &    |-  ( x  =  y  ->  (
 ph 
 <->  ps ) )   =>    |-  ( E! x  e.  A  ph  <->  E! y  e.  B  ps )
 
Theoremcbvrabcsf 3065 A more general version of cbvrab 2684 with no distinct variable restrictions. (Contributed by Andrew Salmon, 13-Jul-2011.)
 |-  F/_ y A   &    |-  F/_ x B   &    |-  F/ y ph   &    |-  F/ x ps   &    |-  ( x  =  y  ->  A  =  B )   &    |-  ( x  =  y  ->  (
 ph 
 <->  ps ) )   =>    |-  { x  e.  A  |  ph }  =  { y  e.  B  |  ps }
 
Theoremcbvralv2 3066* Rule used to change the bound variable in a restricted universal quantifier with implicit substitution which also changes the quantifier domain. (Contributed by David Moews, 1-May-2017.)
 |-  ( x  =  y 
 ->  ( ps  <->  ch ) )   &    |-  ( x  =  y  ->  A  =  B )   =>    |-  ( A. x  e.  A  ps  <->  A. y  e.  B  ch )
 
Theoremcbvrexv2 3067* Rule used to change the bound variable in a restricted existential quantifier with implicit substitution which also changes the quantifier domain. (Contributed by David Moews, 1-May-2017.)
 |-  ( x  =  y 
 ->  ( ps  <->  ch ) )   &    |-  ( x  =  y  ->  A  =  B )   =>    |-  ( E. x  e.  A  ps  <->  E. y  e.  B  ch )
 
2.1.11  Define basic set operations and relations
 
Syntaxcdif 3068 Extend class notation to include class difference (read: " A minus  B").
 class  ( A  \  B )
 
Syntaxcun 3069 Extend class notation to include union of two classes (read: " A union  B").
 class  ( A  u.  B )
 
Syntaxcin 3070 Extend class notation to include the intersection of two classes (read: " A intersect  B").
 class  ( A  i^i  B )
 
Syntaxwss 3071 Extend wff notation to include the subclass relation. This is read " A is a subclass of  B " or " B includes  A." When  A exists as a set, it is also read " A is a subset of  B."
 wff  A  C_  B
 
Theoremdifjust 3072* Soundness justification theorem for df-dif 3073. (Contributed by Rodolfo Medina, 27-Apr-2010.) (Proof shortened by Andrew Salmon, 9-Jul-2011.)
 |- 
 { x  |  ( x  e.  A  /\  -.  x  e.  B ) }  =  { y  |  ( y  e.  A  /\  -.  y  e.  B ) }
 
Definitiondf-dif 3073* Define class difference, also called relative complement. Definition 5.12 of [TakeutiZaring] p. 20. Contrast this operation with union  ( A  u.  B ) (df-un 3075) and intersection  ( A  i^i  B ) (df-in 3077). Several notations are used in the literature; we chose the  \ convention used in Definition 5.3 of [Eisenberg] p. 67 instead of the more common minus sign to reserve the latter for later use in, e.g., arithmetic. We will use the terminology " A excludes  B " to mean  A  \  B. We will use " B is removed from  A " to mean  A  \  { B } i.e. the removal of an element or equivalently the exclusion of a singleton. (Contributed by NM, 29-Apr-1994.)
 |-  ( A  \  B )  =  { x  |  ( x  e.  A  /\  -.  x  e.  B ) }
 
Theoremunjust 3074* Soundness justification theorem for df-un 3075. (Contributed by Rodolfo Medina, 28-Apr-2010.) (Proof shortened by Andrew Salmon, 9-Jul-2011.)
 |- 
 { x  |  ( x  e.  A  \/  x  e.  B ) }  =  { y  |  ( y  e.  A  \/  y  e.  B ) }
 
Definitiondf-un 3075* Define the union of two classes. Definition 5.6 of [TakeutiZaring] p. 16. Contrast this operation with difference  ( A  \  B ) (df-dif 3073) and intersection  ( A  i^i  B ) (df-in 3077). (Contributed by NM, 23-Aug-1993.)
 |-  ( A  u.  B )  =  { x  |  ( x  e.  A  \/  x  e.  B ) }
 
Theoreminjust 3076* Soundness justification theorem for df-in 3077. (Contributed by Rodolfo Medina, 28-Apr-2010.) (Proof shortened by Andrew Salmon, 9-Jul-2011.)
 |- 
 { x  |  ( x  e.  A  /\  x  e.  B ) }  =  { y  |  ( y  e.  A  /\  y  e.  B ) }
 
Definitiondf-in 3077* Define the intersection of two classes. Definition 5.6 of [TakeutiZaring] p. 16. Contrast this operation with union  ( A  u.  B ) (df-un 3075) and difference  ( A  \  B ) (df-dif 3073). (Contributed by NM, 29-Apr-1994.)
 |-  ( A  i^i  B )  =  { x  |  ( x  e.  A  /\  x  e.  B ) }
 
Theoremdfin5 3078* Alternate definition for the intersection of two classes. (Contributed by NM, 6-Jul-2005.)
 |-  ( A  i^i  B )  =  { x  e.  A  |  x  e.  B }
 
Theoremdfdif2 3079* Alternate definition of class difference. (Contributed by NM, 25-Mar-2004.)
 |-  ( A  \  B )  =  { x  e.  A  |  -.  x  e.  B }
 
Theoremeldif 3080 Expansion of membership in a class difference. (Contributed by NM, 29-Apr-1994.)
 |-  ( A  e.  ( B  \  C )  <->  ( A  e.  B  /\  -.  A  e.  C ) )
 
Theoremeldifd 3081 If a class is in one class and not another, it is also in their difference. One-way deduction form of eldif 3080. (Contributed by David Moews, 1-May-2017.)
 |-  ( ph  ->  A  e.  B )   &    |-  ( ph  ->  -.  A  e.  C )   =>    |-  ( ph  ->  A  e.  ( B  \  C ) )
 
Theoremeldifad 3082 If a class is in the difference of two classes, it is also in the minuend. One-way deduction form of eldif 3080. (Contributed by David Moews, 1-May-2017.)
 |-  ( ph  ->  A  e.  ( B  \  C ) )   =>    |-  ( ph  ->  A  e.  B )
 
Theoremeldifbd 3083 If a class is in the difference of two classes, it is not in the subtrahend. One-way deduction form of eldif 3080. (Contributed by David Moews, 1-May-2017.)
 |-  ( ph  ->  A  e.  ( B  \  C ) )   =>    |-  ( ph  ->  -.  A  e.  C )
 
2.1.12  Subclasses and subsets
 
Definitiondf-ss 3084 Define the subclass relationship. Exercise 9 of [TakeutiZaring] p. 18. Note that  A  C_  A (proved in ssid 3117). For a more traditional definition, but requiring a dummy variable, see dfss2 3086. Other possible definitions are given by dfss3 3087, ssequn1 3246, ssequn2 3249, and sseqin2 3295. (Contributed by NM, 27-Apr-1994.)
 |-  ( A  C_  B  <->  ( A  i^i  B )  =  A )
 
Theoremdfss 3085 Variant of subclass definition df-ss 3084. (Contributed by NM, 3-Sep-2004.)
 |-  ( A  C_  B  <->  A  =  ( A  i^i  B ) )
 
Theoremdfss2 3086* Alternate definition of the subclass relationship between two classes. Definition 5.9 of [TakeutiZaring] p. 17. (Contributed by NM, 8-Jan-2002.)
 |-  ( A  C_  B  <->  A. x ( x  e.  A  ->  x  e.  B ) )
 
Theoremdfss3 3087* Alternate definition of subclass relationship. (Contributed by NM, 14-Oct-1999.)
 |-  ( A  C_  B  <->  A. x  e.  A  x  e.  B )
 
Theoremdfss2f 3088 Equivalence for subclass relation, using bound-variable hypotheses instead of distinct variable conditions. (Contributed by NM, 3-Jul-1994.) (Revised by Andrew Salmon, 27-Aug-2011.)
 |-  F/_ x A   &    |-  F/_ x B   =>    |-  ( A  C_  B 
 <-> 
 A. x ( x  e.  A  ->  x  e.  B ) )
 
Theoremdfss3f 3089 Equivalence for subclass relation, using bound-variable hypotheses instead of distinct variable conditions. (Contributed by NM, 20-Mar-2004.)
 |-  F/_ x A   &    |-  F/_ x B   =>    |-  ( A  C_  B 
 <-> 
 A. x  e.  A  x  e.  B )
 
Theoremnfss 3090 If  x is not free in  A and  B, it is not free in  A  C_  B. (Contributed by NM, 27-Dec-1996.)
 |-  F/_ x A   &    |-  F/_ x B   =>    |-  F/ x  A  C_  B
 
Theoremssel 3091 Membership relationships follow from a subclass relationship. (Contributed by NM, 5-Aug-1993.)
 |-  ( A  C_  B  ->  ( C  e.  A  ->  C  e.  B ) )
 
Theoremssel2 3092 Membership relationships follow from a subclass relationship. (Contributed by NM, 7-Jun-2004.)
 |-  ( ( A  C_  B  /\  C  e.  A )  ->  C  e.  B )
 
Theoremsseli 3093 Membership inference from subclass relationship. (Contributed by NM, 5-Aug-1993.)
 |-  A  C_  B   =>    |-  ( C  e.  A  ->  C  e.  B )
 
Theoremsselii 3094 Membership inference from subclass relationship. (Contributed by NM, 31-May-1999.)
 |-  A  C_  B   &    |-  C  e.  A   =>    |-  C  e.  B
 
Theoremsseldi 3095 Membership inference from subclass relationship. (Contributed by NM, 25-Jun-2014.)
 |-  A  C_  B   &    |-  ( ph  ->  C  e.  A )   =>    |-  ( ph  ->  C  e.  B )
 
Theoremsseld 3096 Membership deduction from subclass relationship. (Contributed by NM, 15-Nov-1995.)
 |-  ( ph  ->  A  C_  B )   =>    |-  ( ph  ->  ( C  e.  A  ->  C  e.  B ) )
 
Theoremsselda 3097 Membership deduction from subclass relationship. (Contributed by NM, 26-Jun-2014.)
 |-  ( ph  ->  A  C_  B )   =>    |-  ( ( ph  /\  C  e.  A )  ->  C  e.  B )
 
Theoremsseldd 3098 Membership inference from subclass relationship. (Contributed by NM, 14-Dec-2004.)
 |-  ( ph  ->  A  C_  B )   &    |-  ( ph  ->  C  e.  A )   =>    |-  ( ph  ->  C  e.  B )
 
Theoremssneld 3099 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 3100 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 )
    < 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-13250
  Copyright terms: Public domain < Previous  Next >