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

Color key:    Metamath Proof Explorer  Metamath Proof Explorer
(1-9062)
  Hilbert Space Explorer  Hilbert Space Explorer
(9063-10650)
  Users' Mathboxes  Users' Mathboxes
(10651-12229)
 

Statement List for Metamath Proof Explorer - 2201-2300 - Page 23 of 123
TypeLabelDescription
Statement
 
Theoremssnpss 2201 Partial trichotomy law for subclasses.
|- (A (_ B -> -. B (. A)
 
Theorempsstr 2202 Transitive law for proper subclass. Theorem 9 of [Suppes] p. 23.
|- ((A (. B /\ B (. C) -> A (. C)
 
Theoremsspsstr 2203 Transitive law for subclass and proper subclass.
|- ((A (_ B /\ B (. C) -> A (. C)
 
Theorempsssstr 2204 Transitive law for subclass and proper subclass.
|- ((A (. B /\ B (_ C) -> A (. C)
 
The difference, union, and intersection of two classes
 
Theoremdifeq1 2205 Equality theorem for class difference.
|- (A = B -> (A \ C) = (B \ C))
 
Theoremdifeq2 2206 Equality theorem for class difference.
|- (A = B -> (C \ A) = (C \ B))
 
Theoremdifeq1i 2207 Inference adding difference to the right in a class equality.
|- A = B   =>   |- (A \ C) = (B \ C)
 
Theoremdifeq2i 2208 Inference adding difference to the left in a class equality.
|- A = B   =>   |- (C \ A) = (C \ B)
 
Theoremdifeq12i 2209 Equality inference for class difference.
|- A = B   &   |- C = D   =>   |- (A \ C) = (B \ D)
 
Theoremdifeq1d 2210 Deduction adding difference to the right in a class equality.
|- (ph -> A = B)   =>   |- (ph -> (A \ C) = (B \ C))
 
Theoremdifeq2d 2211 Deduction adding difference to the left in a class equality.
|- (ph -> A = B)   =>   |- (ph -> (C \ A) = (C \ B))
 
Theoremdifeqri 2212 Inference from membership to difference.
|- ((x e. A /\ -. x e. B) <-> x e. C)   =>   |- (A \ B) = C
 
Theoremhbdif 2213 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 2214 Implication of membership in a class difference.
|- (A e. (B \ C) -> A e. B)
 
Theoremeldifn 2215 Implication of membership in a class difference.
|- (A e. (B \ C) -> -. A e. C)
 
Theoremelndif 2216 A set does not belong to a class excluding it.
|- (A e. B -> -. A e. (C \ B))
 
Theoremneldif 2217 Implication of membership in a class difference.
|- ((A e. B /\ -. A e. (B \ C)) -> A e. C)
 
Theoremdifdif 2218 Double class difference. Exercise 11 of [TakeutiZaring] p. 22.
|- (A \ (B \ A)) = A
 
Theoremdifss 2219 Subclass relationship for class difference. Exercise 14 of [TakeutiZaring] p. 22.
|- (A \ B) (_ A
 
Theoremssdifss 2220 Preservation of a subclass relationship by class difference.
|- (A (_ B -> (A \ C) (_ B)
 
Theoremddif 2221 Double complement under universal class. Exercise 4.10(s) of [Mendelson] p. 231.
|- (V \ (V \ A)) = A
 
Theoremssconb 2222 Contraposition law for subsets.
|- ((A (_ C /\ B (_ C) -> (A (_ (C \ B) <-> B (_ (C \ A)))
 
Theoremsscon 2223 Contraposition law for subsets. Exercise 15 of [TakeutiZaring] p. 22.
|- (A (_ B -> (C \ B) (_ (C \ A))
 
Theoremssdif 2224 Difference law for subsets.
|- (A (_ B -> (A \ C) (_ (B \ C))
 
Theoremelun 2225 Expansion of membership in class union. Theorem 12 of [Suppes] p. 25.
|- (A e. (B u. C) <-> (A e. B \/ A e. C))
 
Theoremuneqri 2226 Inference from membership to union.
|- ((x e. A \/ x e. B) <-> x e. C)   =>   |- (A u. B) = C
 
Theoremunidm 2227 Idempotent law for union of classes. Theorem 23 of [Suppes] p. 27.
|- (A u. A) = A
 
Theoremuncom 2228 Commutative law for union of classes. Exercise 6 of [TakeutiZaring] p. 17.
|- (A u. B) = (B u. A)
 
Theoremuneq1 2229 Equality theorem for union of two classes.
|- (A = B -> (A u. C) = (B u. C))
 
Theoremuneq2 2230 Equality theorem for the union of two classes.
|- (A = B -> (C u. A) = (C u. B))
 
Theoremuneq12 2231 Equality theorem for union of two classes.
|- ((A = B /\ C = D) -> (A u. C) = (B u. D))
 
Theoremuneq1i 2232 Inference adding union to the right in a class equality.
|- A = B   =>   |- (A u. C) = (B u. C)
 
Theoremuneq2i 2233 Inference adding union to the left in a class equality.
|- A = B   =>   |- (C u. A) = (C u. B)
 
Theoremuneq12i 2234 Equality inference for union of two classes. (The proof was shortened by Eric Schmidt, 26-Jan-2007.)
|- A = B   &   |- C = D   =>   |- (A u. C) = (B u. D)
 
Theoremuneq1d 2235 Deduction adding union to the right in a class equality.
|- (ph -> A = B)   =>   |- (ph -> (A u. C) = (B u. C))
 
Theoremuneq2d 2236 Deduction adding union to the left in a class equality.
|- (ph -> A = B)   =>   |- (ph -> (C u. A) = (C u. B))
 
Theoremuneq12d 2237 Equality deduction for union of two classes.
|- (ph -> A = B)   &   |- (ph -> C = D)   =>   |- (ph -> (A u. C) = (B u. D))
 
Theoremhbun 2238 Bound-variable hypothesis builder for the union of classes.
|- (y e. A -> A.x y e. A)   &   |- (y e. B -> A.x y e. B)   =>   |- (y e. (A u. B) -> A.x y e. (A u. B))
 
Theoremunass 2239 Associative law for union of classes. Exercise 8 of [TakeutiZaring] p. 17.
|- ((A u. B) u. C) = (A u. (B u. C))
 
Theoremun12 2240 A rearrangement of union.
|- (A u. (B u. C)) = (B u. (A u. C))
 
Theoremun23 2241 A rearrangement of union.
|- ((A u. B) u. C) = ((A u. C) u. B)
 
Theoremun4 2242 A rearrangement of the union of 4 classes.
|- ((A u. B) u. (C u. D)) = ((A u. C) u. (B u. D))
 
Theoremunundi 2243 Union distributes over itself.
|- (A u. (B u. C)) = ((A u. B) u. (A u. C))
 
Theoremunundir 2244 Union distributes over itself.
|- ((A u. B) u. C) = ((A u. C) u. (B u. C))
 
Theoremssun1 2245 Subclass relationship for union of classes. Theorem 25 of [Suppes] p. 27.
|- A (_ (A u. B)
 
Theoremssun2 2246 Subclass relationship for union of classes.
|- A (_ (B u. A)
 
Theoremssun3 2247 Subclass law for union of classes.
|- (A (_ B -> A (_ (B u. C))
 
Theoremssun4 2248 Subclass law for union of classes.
|- (A (_ B -> A (_ (C u. B))
 
Theoremelun1 2249 Membership law for union of classes.
|- (A e. B -> A e. (B u. C))
 
Theoremelun2 2250 Membership law for union of classes.
|- (A e. B -> A e. (C u. B))
 
Theoremunss1 2251 Subclass law for union of classes.
|- (A (_ B -> (A u. C) (_ (B u. C))
 
Theoremssequn1 2252 A relationship between subclass and union. Theorem 26 of [Suppes] p. 27.
|- (A (_ B <-> (A u. B) = B)
 
Theoremunss2 2253 Subclass law for union of classes. Exercise 7 of [TakeutiZaring] p. 18.
|- (A (_ B -> (C u. A) (_ (C u. B))
 
Theoremunss12 2254 Subclass law for union of classes.
|- ((A (_ B /\ C (_ D) -> (A u. C) (_ (B u. D))
 
Theoremssequn2 2255 A relationship between subclass and union.
|- (A (_ B <-> (B u. A) = B)
 
Theoremunss 2256 The union of two subclasses is a subclass. Theorem 27 of [Suppes] p. 27 and its converse.
|- ((A (_ C /\ B (_ C) <-> (A u. B) (_ C)
 
Theoremunssi 2257 An inference that the union of two subclasses is a subclass. (Contributed by Raph Levien, 10-Dec-2002.)
|- A (_ C   &   |- B (_ C   =>   |- (A u. B) (_ C
 
Theoremssun 2258 A condition that implies inclusion in the union of two classes.
|- ((A (_ B \/ A (_ C) -> A (_ (B u. C))
 
Theoremelin 2259 Expansion of membership in an intersection of two classes. Theorem 12 of [Suppes] p. 25.
|- (A e. (B i^i C) <-> (A e. B /\ A e. C))
 
Theoremincom 2260 Commutative law for intersection of classes. Exercise 7 of [TakeutiZaring] p. 17.
|- (A i^i B) = (B i^i A)
 
Theoremineqri 2261 Inference from membership to intersection.
|- ((x e. A /\ x e. B) <-> x e. C)   =>   |- (A i^i B) = C
 
Theoremineq1 2262 Equality theorem for intersection of two classes.
|- (A = B -> (A i^i C) = (B i^i C))
 
Theoremineq2 2263 Equality theorem for intersection of two classes.
|- (A = B -> (C i^i A) = (C i^i B))
 
Theoremineq12 2264 Equality theorem for intersection of two classes.
|- ((A = B /\ C = D) -> (A i^i C) = (B i^i D))
 
Theoremineq1i 2265 Equality inference for intersection of two classes.
|- A = B   =>   |- (A i^i C) = (B i^i C)
 
Theoremineq2i 2266 Equality inference for intersection of two classes.
|- A = B   =>   |- (C i^i A) = (C i^i B)
 
Theoremineq12i 2267 Equality inference for intersection of two classes. (The proof was shortened by Eric Schmidt, 26-Jan-2007.)
|- A = B   &   |- C = D   =>   |- (A i^i C) = (B i^i D)
 
Theoremineq1d 2268 Equality deduction for intersection of two classes.
|- (ph -> A = B)   =>   |- (ph -> (A i^i C) = (B i^i C))
 
Theoremineq2d 2269 Equality deduction for intersection of two classes.
|- (ph -> A = B)   =>   |- (ph -> (C i^i A) = (C i^i B))
 
Theoremineq12d 2270 Equality deduction for intersection of two classes.
|- (ph -> A = B)   &   |- (ph -> C = D)   =>   |- (ph -> (A i^i C) = (B i^i D))
 
Theoremineqan12d 2271 Equality deduction for intersection of two classes.
|- (ph -> A = B)   &   |- (ps -> C = D)   =>   |- ((ph /\ ps) -> (A i^i C) = (B i^i D))
 
Theoremhbin 2272 Bound-variable hypothesis builder for the intersection of classes.
|- (y e. A -> A.x y e. A)   &   |- (y e. B -> A.x y e. B)   =>   |- (y e. (A i^i B) -> A.x y e. (A i^i B))
 
Theoremrabbirdv 2273 Deduction from wff to restricted class abstraction.
|- (ph -> (x e. B -> (x e. A <-> ch)))   =>   |- (ph -> (B i^i A) = {x e. B | ch})
 
Theoreminidm 2274 Idempotent law for intersection of classes. Theorem 15 of [Suppes] p. 26.
|- (A i^i A) = A
 
Theoreminass 2275 Associative law for intersection of classes. Exercise 9 of [TakeutiZaring] p. 17.
|- ((A i^i B) i^i C) = (A i^i (B i^i C))
 
Theoremin12 2276 A rearrangement of intersection.
|- (A i^i (B i^i C)) = (B i^i (A i^i C))
 
Theoremin23 2277 A rearrangement of intersection.
|- ((A i^i B) i^i C) = ((A i^i C) i^i B)
 
Theoremin4 2278 Rearrangement of intersection of 4 classes.
|- ((A i^i B) i^i (C i^i D)) = ((A i^i C) i^i (B i^i D))
 
Theoreminindi 2279 Intersection distributes over itself.
|- (A i^i (B i^i C)) = ((A i^i B) i^i (A i^i C))
 
Theoreminindir 2280 Intersection distributes over itself.
|- ((A i^i B) i^i C) = ((A i^i C) i^i (B i^i C))
 
Theoremsseqin2 2281 A relationship between subclass and intersection. Similar to Exercise 9 of [TakeutiZaring] p. 18.
|- (A (_ B <-> (B i^i A) = A)
 
Theoreminss1 2282 The intersection of two classes is a subset of one of them. Part of Exercise 12 of [TakeutiZaring] p. 18.
|- (A i^i B) (_ A
 
Theoreminss2 2283 The intersection of two classes is a subset of one of them. Part of Exercise 12 of [TakeutiZaring] p. 18.
|- (A i^i B) (_ B
 
Theoremssin 2284 Subclass of intersection. Theorem 2.8(vii) of [Monk1] p. 26.
|- ((A (_ B /\ A (_ C) <-> A (_ (B i^i C))
 
Theoremssini 2285 An inference showing that the a subclass of two classes is a subclass of their intersection.
|- A (_ B   &   |- A (_ C   =>   |- A (_ (B i^i C)
 
Theoremssrin 2286 Add right intersection to subclass relation.
|- (A (_ B -> (A i^i C) (_ (B i^i C))
 
Theoremsslin 2287 Add left intersection to subclass relation.
|- (A (_ B -> (C i^i A) (_ (C i^i B))
 
Theoremss2in 2288 Intersection of subclasses.
|- ((A (_ B /\ C (_ D) -> (A i^i C) (_ (B i^i D))
 
Theoremssinss1 2289 Intersection preserves subclass relationship.
|- (A (_ C -> (A i^i B) (_ C)
 
Theoremunabs 2290 Absorption law for union.
|- (A u. (A i^i B)) = A
 
Theoreminabs 2291 Absorption law for intersection.
|- (A i^i (A u. B)) = A
 
Theoremnssinpss 2292 Negation of subclass expressed in terms of intersection and proper subclass.
|- (-. A (_ B <-> (A i^i B) (. A)
 
Theoremnsspssun 2293 Negation of subclass expressed in terms of proper subclass and union.
|- (-. A (_ B <-> B (. (A u. B))
 
Theoremdfss4 2294 Subclass defined in terms of class difference. See comments under dfun2 2295.
|- (A (_ B <-> (B \ (B \ A)) = A)
 
Theoremdfun2 2295 An alternate definition of the union of two classes in terms of class difference, requiring no dummy variables. Along with dfin2 2296 and dfss4 2294 it shows we can express union, intersection, and subset directly in terms of the single "primitive" operation \ (class difference).
|- (A u. B) = (V \ ((V \ A) \ B))
 
Theoremdfin2 2296 An alternate definition of the intersection of two classes in terms of class difference, requiring no dummy variables. See comments under dfun2 2295. Another version is given by dfin4 2300.
|- (A i^i B) = (A \ (V \ B))
 
Theoremdifin 2297 Difference with intersection. Theorem 33 of [Suppes] p. 29.
|- (A \ (A i^i B)) = (A \ B)
 
Theoremdfun3 2298 Union defined in terms of intersection (DeMorgan's law). Definition of union in [Mendelson] p. 231.
|- (A u. B) = (V \ ((V \ A) i^i (V \ B)))
 
Theoremdfin3 2299 Intersection defined in terms of union (DeMorgan's law. Similar to Exercise 4.10(n) of [Mendelson] p. 231.
|- (A i^i B) = (V \ ((V \ A) u. (V \ B)))
 
Theoremdfin4 2300 Alternate definition of the intersection of two classes. Exercise 4.10(q) of [Mendelson] p. 231.
|- (A i^i B) = (A \ (A \ B))

MPE Home   Contents Copyright terms: Public domain < Previous  Next >