HomeHome Metamath Proof Explorer < Previous   Next >
Browser slow? Try the
Unicode version.

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-10682

Color key:    Metamath Proof Explorer  Metamath Proof Explorer (1-8757)   Hilbert Space Explorer  Hilbert Space Explorer (8758-10682)  

Statement List for Metamath Proof Explorer - 2101-2200 - Page 22 of 107
TypeLabelDescription
Statement
 
Theoremsyl5ss 2101 A chained subclass and equality deduction.
|- (ph -> A (_ B)   &   |- C = A   =>   |- (ph -> C (_ B)
 
Theoremsyl5ssr 2102 A chained subclass and equality deduction.
|- (ph -> A (_ B)   &   |- A = C   =>   |- (ph -> C (_ B)
 
Theoremsyl6ss 2103 A chained subclass and equality deduction.
|- (ph -> A (_ B)   &   |- B = C   =>   |- (ph -> A (_ C)
 
Theoremsyl6ssr 2104 A chained subclass and equality deduction.
|- (ph -> A (_ B)   &   |- C = B   =>   |- (ph -> A (_ C)
 
Theoremeqimss 2105 Equality implies the subclass relation.
|- (A = B -> A (_ B)
 
Theoremeqimss2 2106 Equality implies the subclass relation.
|- (B = A -> A (_ B)
 
Theoremeqimssi 2107 Infer subclass relationship from equality.
|- A = B   =>   |- A (_ B
 
Theoremeqimss2i 2108 Infer subclass relationship from equality.
|- A = B   =>   |- B (_ A
 
Theoremnss 2109 Negation of subclass relationship. Exercise 13 of [TakeutiZaring] p. 18.
|- (-. A (_ B <-> E.x(x e. A /\ -. x e. B))
 
Theoremssralv 2110 Quantification restricted to a subclass.
|- (A (_ B -> (A.x e. B ph -> A.x e. A ph))
 
Theoremssrexv 2111 Existential quantification restricted to a subclass.
|- (A (_ B -> (E.x e. A ph -> E.x e. B ph))
 
Theoremss2ab 2112 Class abstractions in a subclass relationship.
|- ({x | ph} (_ {x | ps} <-> A.x(ph -> ps))
 
Theoremabss 2113 Class abstraction in a subclass relationship.
|- ({x | ph} (_ A <-> A.x(ph -> x e. A))
 
Theoremssab 2114 Subclass of a class abstraction.
|- (A (_ {x | ph} <-> A.x(x e. A -> ph))
 
Theoremssabral 2115 The relation for a subclass of a class abstraction is equivalent to restricted quantification.
|- (A (_ {x | ph} <-> A.x e. A ph)
 
Theoremss2abi 2116 Inference of abstraction subclass from implication.
|- (ph -> ps)   =>   |- {x | ph} (_ {x | ps}
 
Theoremabssdv 2117 Deduction of abstraction subclass from implication.
|- (ph -> (ps -> x e. A))   =>   |- (ph -> {x | ps} (_ A)
 
Theoremabssi 2118 Inference of abstraction subclass from implication.
|- (ph -> x e. A)   =>   |- {x | ph} (_ A
 
Theoremss2rab 2119 Restricted abstraction classes in a subclass relationship.
|- ({x e. A | ph} (_ {x e. A | ps} <-> A.x e. A (ph -> ps))
 
Theoremrabss 2120 Restricted class abstraction in a subclass relationship.
|- ({x e. A | ph} (_ B <-> A.x e. A (ph -> x e. B))
 
Theoremssrab 2121 Subclass of a restricted class abstraction.
|- (B (_ {x e. A | ph} <-> (B (_ A /\ A.x e. B ph))
 
Theoremssrabdv 2122 Subclass of a restricted class abstraction (deduction rule).
|- (ph -> B (_ A)   &   |- ((ph /\ x e. B) -> ps)   =>   |- (ph -> B (_ {x e. A | ps})
 
Theoremss2rabdv 2123 Deduction of restricted abstraction subclass from implication.
|- ((ph /\ x e. A) -> (ps -> ch))   =>   |- (ph -> {x e. A | ps} (_ {x e. A | ch})
 
Theoremss2rabi 2124 Inference of restricted abstraction subclass from implication.
|- (x e. A -> (ph -> ps))   =>   |- {x e. A | ph} (_ {x e. A | ps}
 
Theoremrabss2 2125 Subclass law for restricted abstraction.
|- (A (_ B -> {x e. A | ph} (_ {x e. B | ph})
 
Theoremssab2 2126 Subclass relation for the restriction of a class abstraction.
|- {x | (x e. A /\ ph)} (_ A
 
Theoremssrab2 2127 Subclass relation for a restricted class.
|- {x e. A | ph} (_ A
 
Theoremuniiunlem 2128 A subset relationship useful for converting union to indexed union using dfiun2 2583 or dfiun2g 2582 and intersection to indexed intersection using dfiin2 2584.
|- (A.x e. A B e. D -> (A.x e. A B e. C <-> {y | E.x e. A y = B} (_ C))
 
Theoremdfpss2 2129 Alternate definition of proper subclass.
|- (A (. B <-> (A (_ B /\ -. A = B))
 
Theoremdfpss3 2130 Alternate definition of proper subclass.
|- (A (. B <-> (A (_ B /\ -. B (_ A))
 
Theorempsseq1 2131 Equality theorem for proper subclass.
|- (A = B -> (A (. C <-> B (. C))
 
Theorempsseq2 2132 Equality theorem for proper subclass.
|- (A = B -> (C (. A <-> C (. B))
 
Theorempsseq1i 2133 An equality inference for the proper subclass relationship.
|- A = B   =>   |- (A (. C <-> B (. C)
 
Theorempsseq2i 2134 An equality inference for the proper subclass relationship.
|- A = B   =>   |- (C (. A <-> C (. B)
 
Theorempsseq12i 2135 An equality inference for the proper subclass relationship.
|- A = B   &   |- C = D   =>   |- (A (. C <-> B (. D)
 
Theorempsseq1d 2136 An equality deduction for the proper subclass relationship.
|- (ph -> A = B)   =>   |- (ph -> (A (. C <-> B (. C))
 
Theorempsseq2d 2137 An equality deduction for the proper subclass relationship.
|- (ph -> A = B)   =>   |- (ph -> (C (. A <-> C (. B))
 
Theorempsseq12d 2138 An equality deduction for the proper subclass relationship.
|- (ph -> A = B)   &   |- (ph -> C = D)   =>   |- (ph -> (A (. C <-> B (. D))
 
Theorempssss 2139 A proper subclass is a subclass. Theorem 10 of [Suppes] p. 23.
|- (A (. B -> A (_ B)
 
Theorempssssd 2140 Deduce subclass from proper subclass.
|- (ph -> A (. B)   =>   |- (ph -> A (_ B)
 
Theoremsspss 2141 Subclass in terms of proper subclass.
|- (A (_ B <-> (A (. B \/ A = B))
 
Theorempssirr 2142 Proper subclass is irreflexive. Theorem 7 of [Suppes] p. 23.
|- -. A (. A
 
Theorempssn2lp 2143 Proper subclass has no 2-cycle loops. Compare Theorem 8 of [Suppes] p. 23.
|- -. (A (. B /\ B (. A)
 
Theoremsspsstri 2144 Two ways of stating trichotomy with respect to inclusion.
|- ((A (_ B \/ B (_ A) <-> (A (. B \/ A = B \/ B (. A))
 
Theoremssnpss 2145 Partial trichotomy law for subclasses.
|- (A (_ B -> -. B (. A)
 
Theorempsstr 2146 Transitive law for proper subclass. Theorem 9 of [Suppes] p. 23.
|- ((A (. B /\ B (. C) -> A (. C)
 
Theoremsspsstr 2147 Transitive law for subclass and proper subclass.
|- ((A (_ B /\ B (. C) -> A (. C)
 
Theorempsssstr 2148 Transitive law for subclass and proper subclass.
|- ((A (. B /\ B (_ C) -> A (. C)
 
The difference, union, and intersection of two classes
 
Theoremdifeq1 2149 Equality theorem for class difference.
|- (A = B -> (A \ C) = (B \ C))
 
Theoremdifeq2 2150 Equality theorem for class difference.
|- (A = B -> (C \ A) = (C \ B))
 
Theoremdifeq1i 2151 Inference adding difference to the right in a class equality.
|- A = B   =>   |- (A \ C) = (B \ C)
 
Theoremdifeq2i 2152 Inference adding difference to the left in a class equality.
|- A = B   =>   |- (C \ A) = (C \ B)
 
Theoremdifeq12i 2153 Equality inference for class difference.
|- A = B   &   |- C = D   =>   |- (A \ C) = (B \ D)
 
Theoremdifeq1d 2154 Deduction adding difference to the right in a class equality.
|- (ph -> A = B)   =>   |- (ph -> (A \ C) = (B \ C))
 
Theoremdifeq2d 2155 Deduction adding difference to the left in a class equality.
|- (ph -> A = B)   =>   |- (ph -> (C \ A) = (C \ B))
 
Theoremdifeqri 2156 Inference from membership to difference.
|- ((x e. A /\ -. x e. B) <-> x e. C)   =>   |- (A \ B) = C
 
Theoremhbdif 2157 Bound-variable hypothesis builder for class difference.
|- (y e. A -> A.x y e. A)   &   |- (y e. B -> A.x y e. B)   =>   |- (y e. (A \ B) -> A.x y e. (A \ B))
 
Theoremeldifi 2158 Implication of membership in a class difference.
|- (A e. (B \ C) -> A e. B)
 
Theoremeldifn 2159 Implication of membership in a class difference.
|- (A e. (B \ C) -> -. A e. C)
 
Theoremelndif 2160 A set does not belong to a class excluding it.
|- (A e. B -> -. A e. (C \ B))
 
Theoremneldif 2161 Implication of membership in a class difference.
|- ((A e. B /\ -. A e. (B \ C)) -> A e. C)
 
Theoremdifdif 2162 Double class difference. Exercise 11 of [TakeutiZaring] p. 22.
|- (A \ (B \ A)) = A
 
Theoremdifss 2163 Subclass relationship for class difference. Exercise 14 of [TakeutiZaring] p. 22.
|- (A \ B) (_ A
 
Theoremssdifss 2164 Preservation of a subclass relationship by class difference.
|- (A (_ B -> (A \ C) (_ B)
 
Theoremddif 2165 Double complement under universal class. Exercise 4.10(s) of [Mendelson] p. 231.
|- (V \ (V \ A)) = A
 
Theoremssconb 2166 Contraposition law for subsets.
|- ((A (_ C /\ B (_ C) -> (A (_ (C \ B) <-> B (_ (C \ A)))
 
Theoremsscon 2167 Contraposition law for subsets. Exercise 15 of [TakeutiZaring] p. 22.
|- (A (_ B -> (C \ B) (_ (C \ A))
 
Theoremssdif 2168 Difference law for subsets.
|- (A (_ B -> (A \ C) (_ (B \ C))
 
Theoremelun 2169 Expansion of membership in class union. Theorem 12 of [Suppes] p. 25.
|- (A e. (B u. C) <-> (A e. B \/ A e. C))
 
Theoremuneqri 2170 Inference from membership to union.
|- ((x e. A \/ x e. B) <-> x e. C)   =>   |- (A u. B) = C
 
Theoremunidm 2171 Idempotent law for union of classes. Theorem 23 of [Suppes] p. 27.
|- (A u. A) = A
 
Theoremuncom 2172 Commutative law for union of classes. Exercise 6 of [TakeutiZaring] p. 17.
|- (A u. B) = (B u. A)
 
Theoremuneq1 2173 Equality theorem for union of two classes.
|- (A = B -> (A u. C) = (B u. C))
 
Theoremuneq2 2174 Equality theorem for the union of two classes.
|- (A = B -> (C u. A) = (C u. B))
 
Theoremuneq12 2175 Equality theorem for union of two classes.
|- ((A = B /\ C = D) -> (A u. C) = (B u. D))
 
Theoremuneq1i 2176 Inference adding union to the right in a class equality.
|- A = B   =>   |- (A u. C)