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 - 2501-2600 - Page 26 of 123
TypeLabelDescription
Statement
 
Theoremdftp2 2501 Alternate definition of unordered triple of classes. Special case of Definition 5.3 of [TakeutiZaring] p. 16.
|- {A, B, C} = {x | (x = A \/ x = B \/ x = C)}
 
Theoremdisjsn 2502 Intersection with the singleton of a non-member is disjoint.
|- ((A i^i {B}) = (/) <-> -. B e. A)
 
Theoremdisjsn2 2503 Intersection of distinct singletons is disjoint.
|- (A =/= B -> ({A} i^i {B}) = (/))
 
Theoremsnprc 2504 The singleton of a proper class (one that doesn't exist) is the empty set. Theorem 7.2 of [Quine] p. 48.
|- (-. A e. V <-> {A} = (/))
 
Theoremr19.12sn 2505 Special case of r19.12 1786 where its converse holds.
|- A e. V   =>   |- (E.x e. {A}A.y e. B ph <-> A.y e. B E.x e. {A}ph)
 
Theoremrabsn 2506 Condition where a restricted class abstraction is a singleton.
|- (B e. A -> {x e. A | x = B} = {B})
 
Theoremeusn 2507 Another way to express existential uniqueness of a wff: its class abstraction is a singleton.
|- (E!xph <-> E.x{x | ph} = {x})
 
Theoremprcom 2508 Commutative law for unordered pairs.
|- {A, B} = {B, A}
 
Theorempreq1 2509 An equality theorem for unordered pairs.
|- (A = B -> {A, C} = {B, C})
 
Theorempreq2 2510 An equality theorem for unordered pairs.
|- (A = B -> {C, A} = {C, B})
 
Theoremprid1g 2511 An unordered pair contains its first member. Part of Theorem 7.6 of [Quine] p. 49. (Contributed by Stefan Allan, 8-Nov-2008.)
|- (A e. C -> A e. {A, B})
 
Theoremprid2g 2512 An unordered pair contains its second member. Part of Theorem 7.6 of [Quine] p. 49. (Contributed by Stefan Allan, 8-Nov-2008.)
|- (B e. C -> B e. {A, B})
 
Theoremprid1 2513 An unordered pair contains its first member. Part of Theorem 7.6 of [Quine] p. 49.
|- A e. V   =>   |- A e. {A, B}
 
Theoremprid2 2514 An unordered pair contains its second member. Part of Theorem 7.6 of [Quine] p. 49.
|- B e. V   =>   |- B e. {A, B}
 
Theoremprprc1 2515 A proper class vanishes in an unordered pair.
|- (-. A e. V -> {A, B} = {B})
 
Theoremprprc2 2516 A proper class vanishes in an unordered pair.
|- (-. B e. V -> {A, B} = {A})
 
Theoremprprc 2517 An unordered pair containing two proper classes is the empty set.
|- ((-. A e. V /\ -. B e. V) -> {A, B} = (/))
 
Theoremtpi1 2518 One of the three elements of an unordered triple.
|- A e. V   =>   |- A e. {A, B, C}
 
Theoremtpi2 2519 One of the three elements of an unordered triple.
|- B e. V   =>   |- B e. {A, B, C}
 
Theoremtpi3 2520 One of the three elements of an unordered triple.
|- C e. V   =>   |- C e. {A, B, C}
 
Theoremsnnzg 2521 The singleton of a set is not empty.
|- (A e. B -> {A} =/= (/))
 
Theoremsnnz 2522 The singleton of a set is not empty.
|- A e. V   =>   |- {A} =/= (/)
 
Theoremprnz 2523 A pair containing a set is not empty.
|- A e. V   =>   |- {A, B} =/= (/)
 
Theoremtpnz 2524 A triplet containing a set is not empty.
|- A e. V   =>   |- {A, B, C} =/= (/)
 
Theoremsnss 2525 The singleton of an element of a class is a subset of the class. Theorem 7.4 of [Quine] p. 49.
|- A e. V   =>   |- (A e. B <-> {A} (_ B)
 
Theoremeldifsn 2526 Membership in a set with an element removed.
|- (A e. (B \ {C}) <-> (A e. B /\ A =/= C))
 
Theoremsnssg 2527 The singleton of an element of a class is a subset of the class. Theorem 7.4 of [Quine] p. 49.
|- (A e. C -> (A e. B <-> {A} (_ B))
 
Theoremdifsn 2528 An element not in a set can be removed without affecting the set.
|- (-. A e. B -> (B \ {A}) = B)
 
Theoremdifprsn 2529 Removal of a singleton from an unordered pair.
|- ({A, B} \ {A}) (_ {B}
 
Theoremsnssi 2530 The singleton of an element of a class is a subset of the class.
|- (A e. B -> {A} (_ B)
 
Theoremdifsnid 2531 If we remove a single element from a class then put it back in, we end up with the original class.
|- (B e. A -> ((A \ {B}) u. {B}) = A)
 
Theorempw0 2532 Compute the power set of the empty set. Theorem 89 of [Suppes] p. 47. (The proof was shortened by Eric Schmidt, 4-Apr-2007.)
|- P~(/) = {(/)}
 
Theorempwpw0 2533 Compute the power set of the power set of the empty set. (See pw0 2532 for the power set of the empty set.) Theorem 90 of [Suppes] p. 48. Although this theorem is a special case of pwsn 2565, we have chosen to show a direct elementary proof.
|- P~{(/)} = {(/), {(/)}}
 
Theoremsnsspr1 2534 A singleton is a subset of an unordered pair containing its member.
|- {A} (_ {A, B}
 
Theoremsnsspr2 2535 A singleton is a subset of an unordered pair containing its member.
|- {B} (_ {A, B}
 
Theoremprss 2536 A pair of elements of a class is a subset of the class. Theorem 7.5 of [Quine] p. 49.
|- A e. V   &   |- B e. V   =>   |- ((A e. C /\ B e. C) <-> {A, B} (_ C)
 
Theoremprssg 2537 A pair of elements of a class is a subset of the class. Theorem 7.5 of [Quine] p. 49.
|- ((A e. R /\ B e. S) -> ((A e. C /\ B e. C) <-> {A, B} (_ C))
 
Theoremsssn 2538 The subsets of a singleton.
|- (A (_ {B} <-> (A = (/) \/ A = {B}))
 
Theoremeqsn 2539 Two ways to express that a nonempty set equals a singleton.
|- (A =/= (/) -> (A = {B} <-> A.x e. A x = B))
 
Theoremsspr 2540 The subsets of a pair.
|- (A (_ {B, C} <-> ((A = (/) \/ A = {B}) \/ (A = {C} \/ A = {B, C})))
 
Theoremtpss 2541 A triplet of elements of a class is a subset of the class.
|- A e. V   &   |- B e. V   &   |- C e. V   =>   |- ((A e. D /\ B e. D /\ C e. D) <-> {A, B, C} (_ D)
 
Theoremsneqr 2542 If the singletons of two sets are equal, the two sets are equal. Part of Exercise 4 of [TakeutiZaring] p. 15.
|- A e. V   =>   |- ({A} = {B} -> A = B)
 
Theoremsnsssn 2543 If a singleton is a subset of another, their members are equal.
|- A e. V   =>   |- ({A} (_ {B} -> A = B)
 
Theoremsnsspw 2544 The singleton of a class is a subset of its power class.
|- {A} (_ P~A
 
Theoremprsspw 2545 An unordered pair belongs to the power class of a class iff each member belongs to the class.
|- A e. V   &   |- B e. V   =>   |- ({A, B} (_ P~C <-> (A (_ C /\ B (_ C))
 
Theorempreqr1 2546 Reverse equality lemma for unordered pairs. If two unordered pairs have the same second element, the first elements are equal.
|- A e. V   &   |- B e. V   =>   |- ({A, C} = {B, C} -> A = B)
 
Theorempreqr2 2547 Reverse equality lemma for unordered pairs. If two unordered pairs have the same first element, the second elements are equal.
|- A e. V   &   |- B e. V   =>   |- ({C, A} = {C, B} -> A = B)
 
Theorempreq12b 2548 Equality relationship for two unordered pairs.
|- A e. V   &   |- B e. V   &   |- C e. V   &   |- D e. V   =>   |- ({A, B} = {C, D} <-> ((A = C /\ B = D) \/ (A = D /\ B = C)))
 
Theoremprel12 2549 Equality of two unordered pairs.
|- A e. V   &   |- B e. V   &   |- C e. V   &   |- D e. V   =>   |- (-. A = B -> ({A, B} = {C, D} <-> (A e. {C, D} /\ B e. {C, D})))
 
Theoremopthpr 2550 A way to represent ordered pairs using unordered pairs with distinct members.
|- A e. V   &   |- B e. V   &   |- C e. V   &   |- D e. V   =>   |- (A =/= D -> ({A, B} = {C, D} <-> (A = C /\ B = D)))
 
Theorempreqsn 2551 Equivalence for a pair equal to a singleton.
|- A e. V   &   |- B e. V   &   |- C e. V   =>   |- ({A, B} = {C} <-> (A = B /\ B = C))
 
Theoremopeq1 2552 Equality theorem for ordered pairs.
|- (A = B -> <.A, C>. = <.B, C>.)
 
Theoremopeq2 2553 Equality theorem for ordered pairs.
|- (A = B -> <.C, A>. = <.C, B>.)
 
Theoremopeq12 2554 Equality theorem for ordered pairs.
|- ((A = C /\ B = D) -> <.A, B>. = <.C, D>.)
 
Theoremopeq1i 2555 Equality inference for ordered pairs.
|- A = B   =>   |- <.A, C>. = <.B, C>.
 
Theoremopeq2i 2556 Equality inference for ordered pairs.
|- A = B   =>   |- <.C, A>. = <.C, B>.
 
Theoremopeq12i 2557 Equality inference for ordered pairs. (The proof was shortened by Eric Schmidt, 4-Apr-2007.)
|- A = B   &   |- C = D   =>   |- <.A, C>. = <.B, D>.
 
Theoremopeq1d 2558 Equality deduction for ordered pairs.
|- (ph -> A = B)   =>   |- (ph -> <.A, C>. = <.B, C>.)
 
Theoremopeq2d 2559 Equality deduction for ordered pairs.
|- (ph -> A = B)   =>   |- (ph -> <.C, A>. = <.C, B>.)
 
Theoremopeq12d 2560 Equality deduction for ordered pairs.
|- (ph -> A = B)   &   |- (ph -> C = D)   =>   |- (ph -> <.A, C>. = <.B, D>.)
 
Theoremhbop 2561 Bound-variable hypothesis builder for ordered pairs.
|- (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>.)
 
Theoremhbopd 2562 Deduction version of bound-variable hypothesis builder hbop 2561.
|- (ph -> A.xph)   &   |- (ph -> (y e. A -> A.x y e. A))   &   |- (ph -> (y e. B -> A.x y e. B))   =>   |- (ph -> (y e. <.A, B>. -> A.x y e. <.A, B>.))
 
Theoremopprc1 2563 Expansion of an ordered pair when the first member is a proper class. See also opprc1b 2872, opprc2 2564, opprc3 2873.
|- (-. A e. V -> <.A, B>. = {(/), {B}})
 
Theoremopprc2 2564 A property of an ordered pair of proper classes (due to our particular definition of ordered pair).
|- (-. B e. V -> <.A, B>. = <.A, A>.)
 
Theorempwsn 2565 The power set of a singleton.
|- P~{A} = {(/), {A}}
 
TheorempwsnALT 2566 The power set of a singleton (direct proof).
|- P~{A} = {(/), {A}}
 
Theorempwpr 2567 The power set of an unordered pair.
|- P~{A, B} = ({(/), {A}} u. {{B}, {A, B}})
 
Theorempwv 2568 The power class of the universe is the universe. Exercise 4.12(d) of [Mendelson] p. 235.
|- P~V = V
 
The union of a class
 
Syntaxcuni 2569 Extend class notation to include the union of a class (read: 'union A ')
class U.A
 
Definitiondf-uni 2570 Define the union of a class i.e. the collection of all members of the members of the class. Definition 5.5 of [TakeutiZaring] p. 16.
|- U.A = {x | E.y(x e. y /\ y e. A)}
 
Theoremdfuni2 2571 Alternate definition of class union.
|- U.A = {x | E.y e. A x e. y}
 
Theoremeluni 2572 Membership in class union.
|- (A e. U.B <-> E.x(A e. x /\ x e. B))
 
Theoremeluni2 2573 Membership in class union. Restricted quantifier version.
|- (A e. U.B <-> E.x e. B A e. x)
 
Theoremelunii 2574 Membership in class union.
|- ((A e. B /\ B e. C) -> A e. U.C)
 
Theoremhbuni 2575 Bound-variable hypothesis builder for union.
|- (y e. A -> A.x y e. A)   =>   |- (y e. U.A -> A.x y e. U.A)
 
Theoremunieq 2576 Equality theorem for class union. Exercise 15 of [TakeutiZaring] p. 18.
|- (A = B -> U.A = U.B)
 
Theoremunieqi 2577 Inference of equality of two class unions.
|- A = B   =>   |- U.A = U.B
 
Theoremunieqd 2578 Deduction of equality of two class unions.
|- (ph -> A = B)   =>   |- (ph -> U.A = U.B)
 
Theoremeluniab 2579 Membership in union of a class abstraction.
|- (A e. U.{x | ph} <-> E.x(A e. x /\ ph))
 
Theoremelunirab 2580 Membership in union of a class abstraction.
|- (A e. U.{x e. B | ph} <-> E.x e. B (A e. x /\ ph))
 
Theoremunipr 2581 The union of a pair is the union of its members. Proposition 5.7 of [TakeutiZaring] p. 16.
|- A e. V   &   |- B e. V   =>   |- U.{A, B} = (A u. B)
 
Theoremuniprg 2582 The union of a pair is the union of its members. Proposition 5.7 of [TakeutiZaring] p. 16.
|- ((A e. C /\ B e. D) -> U.{A, B} = (A u. B))
 
Theoremunisn 2583 A set equals the union of its singleton. Theorem 8.2 of [Quine] p. 53.
|- A e. V   =>   |- U.{A} = A
 
Theoremreucl 2584 Closure law for "the unique element in A such that ph."
|- (E!x e. A ph -> U.{x e. A | ph} e. A)
 
Theoremunisng 2585 A set equals the union of its singleton. Theorem 8.2 of [Quine] p. 53.
|- (A e. B -> U.{A} = A)
 
Theoremuniun 2586 The class union of the union of two classes. Theorem 8.3 of [Quine] p. 53.
|- U.(A u. B) = (U.A u. U.B)
 
Theoremuniin 2587 The class union of the intersection of two classes. Exercise 4.12(n) of [Mendelson] p. 235. See uninqs 10730 for a condition where equality holds.
|- U.(A i^i B) (_ (U.A i^i U.B)
 
Theoremuniss 2588 Subclass relationship for class union. Theorem 61 of [Suppes] p. 39.
|- (A (_ B -> U.A (_ U.B)
 
Theoremssuni 2589 Subclass relationship for class union.
|- ((A (_ B /\ B e. C) -> A (_ U.C)
 
Theoremuni0b 2590 The union of a set is empty iff the set is included in the singleton of the empty set.
|- (U.A = (/) <-> A (_ {(/)})
 
Theoremuni0c 2591 The union of a set is empty iff all of its members are empty.
|- (U.A = (/) <-> A.x e. A x = (/))
 
Theoremuni0 2592 The union of the empty set is the empty set. Theorem 8.7 of [Quine] p. 54. (Reproved without relying on ax-nul 2784 by Eric Schmidt, 4-Apr-2007.)
|- U.(/) = (/)
 
Theoremelssuni 2593 An element of a class is a subclass of its union. Theorem 8.6 of [Quine] p. 54. Also the basis for Proposition 7.20 of [TakeutiZaring] p. 40.
|- (A e. B -> A (_ U.B)
 
Theoremunissel 2594 Condition turning a subclass relationship for union into an equality.
|- ((U.A (_ B /\ B e. A) -> U.A = B)
 
Theoremunissb 2595 Relationship involving membership, subset, and union. Exercise 5 of [Enderton] p. 26 and its converse.
|- (U.A (_ B <-> A.x e. A x (_ B)
 
Theoremuniss2 2596 A subclass condition on the members of two classes that implies a subclass relation on their unions. Proposition 8.6 of [TakeutiZaring] p. 59. See iunss2 2663 for a generalization to indexed unions.
|- (A.x e. A E.y e. B x (_ y -> U.A (_ U.B)
 
Theoremunidif 2597 If the difference A \ B contains the largest members of A, then the union of the difference is the union of A.
|- (A.x e. A E.y e. (A \ B)x (_ y -> U.(A \ B) = U.A)
 
Theoremssunieq 2598 Relationship implying union.
|- ((A e. B /\ A.x e. B x (_ A) -> A = U.B)
 
Theoremunimax 2599 Any member of a class is the largest of those members that it includes.
|- (A e. B -> U.{x e. B | x (_ A} = A)
 
The intersection of a class
 
Syntaxcint 2600 Extend class notation to include the intersection of a class (read: 'intersect A ').
class |^|A

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