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

Color key:    Metamath Proof Explorer  Metamath Proof Explorer
(1-8782)
  Hilbert Space Explorer  Hilbert Space Explorer
(8783-10363)
  User Sandboxes  User Sandboxes
(10364-10752)
 

Statement List for Metamath Proof Explorer - 2501-2600 - Page 26 of 108
TypeLabelDescription
Statement
 
Theoremhbopd 2501 Deduction version of bound-variable hypothesis builder hbop 2500.
|- (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 2502 Expansion of an ordered pair when the first member is a proper class. See also opprc1b 2802, opprc2 2503, opprc3 2803.
|- (-. A e. V -> <.A, B>. = {(/), {B}})
 
Theoremopprc2 2503 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 2504 The power set of a singleton.
|- P~{A} = {(/), {A}}
 
TheorempwsnALT 2505 The power set of a singleton (direct proof).
|- P~{A} = {(/), {A}}
 
Theorempwv 2506 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 2507 Extend class notation to include the union of a class (read: 'union A ')
class U.A
 
Definitiondf-uni 2508 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 2509 Alternate definition of class union.
|- U.A = {x | E.y e. A x e. y}
 
Theoremeluni 2510 Membership in class union.
|- (A e. U.B <-> E.x(A e. x /\ x e. B))
 
Theoremeluni2 2511 Membership in class union. Restricted quantifier version.
|- (A e. U.B <-> E.x e. B A e. x)
 
Theoremelunii 2512 Membership in class union.
|- ((A e. B /\ B e. C) -> A e. U.C)
 
Theoremhbuni 2513 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 2514 Equality theorem for class union. Exercise 15 of [TakeutiZaring] p. 18.
|- (A = B -> U.A = U.B)
 
Theoremunieqi 2515 Inference of equality of two class unions.
|- A = B   =>   |- U.A = U.B
 
Theoremunieqd 2516 Deduction of equality of two class unions.
|- (ph -> A = B)   =>   |- (ph -> U.A = U.B)
 
Theoremeluniab 2517 Membership in union of a class abstraction.
|- (A e. U.{x | ph} <-> E.x(A e. x /\ ph))
 
Theoremelunirab 2518 Membership in union of a class abstraction.
|- (A e. U.{x e. B | ph} <-> E.x e. B (A e. x /\ ph))
 
Theoremunipr 2519 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 2520 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 2521 A set equals the union of its singleton. Theorem 8.2 of [Quine] p. 53.
|- A e. V   =>   |- U.{A} = A
 
Theoremunisng 2522 A set equals the union of its singleton. Theorem 8.2 of [Quine] p. 53.
|- (A e. B -> U.{A} = A)
 
Theoremuniun 2523 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 2524 The class union of the intersection of two classes. Exercise 4.12(n) of [Mendelson] p. 235.
|- U.(A i^i B) (_ (U.A i^i U.B)
 
Theoremuniss 2525 Subclass relationship for class union. Theorem 61 of [Suppes] p. 39.
|- (A (_ B -> U.A (_ U.B)
 
Theoremssuni 2526 Subclass relationship for class union.
|- ((A (_ B /\ B e. C) -> A (_ U.C)
 
Theoremuni0b 2527 The union of a set is empty iff the set is included in the singleton of the empty set.
|- (U.A = (/) <-> A (_ {(/)})
 
Theoremuni0c 2528 The union of a set is empty iff all of its members are empty.
|- (U.A = (/) <-> A.x e. A x = (/))
 
Theoremuni0 2529 The union of the empty set is the empty set. Theorem 8.7 of [Quine] p. 54. (Reproved without relying on ax-nul 2715 by Eric Schmidt, 4-Apr-2007.)
|- U.(/) = (/)
 
Theoremelssuni 2530 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 2531 Condition turning a subclass relationship for union into an equality.
|- ((U.A (_ B /\ B e. A) -> U.A = B)
 
Theoremunissb 2532 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 2533 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 2599 for a generalization to indexed unions.
|- (A.x e. A E.y e. B x (_ y -> U.A (_ U.B)
 
Theoremunidif 2534 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 2535 Relationship implying union.
|- ((A e. B /\ A.x e. B x (_ A) -> A = U.B)
 
Theoremunimax 2536 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 2537 Extend class notation to include the intersection of a class (read: 'intersect A ').
class |^|A
 
Definitiondf-int 2538 Define the intersection of a class. Definition 7.35 of [TakeutiZaring] p. 44.
|- |^|A = {x | A.y(y e. A -> x e. y)}
 
Theoremdfint2 2539 Alternate definition of class intersection.
|- |^|A = {x | A.y e. A x e. y}
 
Theoreminteq 2540 Equality law for intersection.
|- (A = B -> |^|A = |^|B)
 
Theoreminteqi 2541 Equality inference for class intersection.
|- A = B   =>   |- |^|A = |^|B
 
Theoreminteqd 2542 Equality deduction for class intersection.
|- (ph -> A = B)   =>   |- (ph -> |^|A = |^|B)
 
Theoremelint 2543 Membership in class intersection.
|- A e. V   =>   |- (A e. |^|B <-> A.x(x e. B -> A e. x))
 
Theoremelint2 2544 Membership in class intersection.
|- A e. V   =>   |- (A e. |^|B <-> A.x e. B A e. x)
 
Theoremelintg 2545 Membership in class intersection, with the sethood requirement expressed as an antecedent.
|- (A e. C -> (A e. |^|B <-> A.x e. B A e. x))
 
Theoremelinti 2546 Membership in class intersection.
|- (A e. |^|B -> (C e. B -> A e. C))
 
Theoremhbint 2547 Bound-variable hypothesis builder for intersection.
|- (y e. A -> A.x y e. A)   =>   |- (y e. |^|A -> A.x y e. |^|A)
 
Theoremelintab 2548 Membership in the intersection of a class abstraction.
|- A e. V   =>   |- (A e. |^|{x | ph} <-> A.x(ph -> A e. x))
 
Theoremelintrab 2549 Membership in the intersection of a class abstraction.
|- A e. V   =>   |- (A e. |^|{x e. B | ph} <-> A.x e. B (ph -> A e. x))
 
Theoremelintrabg 2550 Membership in the intersection of a class abstraction.
|- (A e. C -> (A e. |^|{x e. B | ph} <-> A.x e. B (ph -> A e. x)))
 
Theoremint0 2551 The intersection of the empty set is the universal class. Exercise 2 of [TakeutiZaring] p. 44.
|- |^|(/) = V
 
Theoremintss1 2552 An element of a class includes the intersection of the class. Exercise 4 of [TakeutiZaring] p. 44 (with correction), generalized to classes.
|- (A e. B -> |^|B (_ A)
 
Theoremssint 2553 Subclass of a class intersection. Theorem 5.11(viii) of [Monk1] p. 52 and its converse.
|- (A (_ |^|B <-> A.x e. B A (_ x)
 
Theoremssintab 2554 Subclass of the intersection of a class abstraction.
|- (A (_ |^|{x | ph} <-> A.x(ph -> A (_ x))
 
Theoremssintub 2555 Subclass of a least upper bound.
|- A (_ |^|{x e. B | A (_ x}
 
Theoremssmin 2556 Subclass of the minimum value of class of supersets.
|- A (_ |^|{x | (A (_ x /\ ph)}
 
Theoremintmin 2557 Any member of a class is the smallest of those members that include it.
|- (A e. B -> |^|{x e. B | A (_ x} = A)
 
Theoremintss 2558 Intersection of subclasses.
|- (A (_ B -> |^|B (_ |^|A)
 
Theoremintssuni 2559 The intersection of a nonempty set is a subclass of its union.
|- (A =/= (/) -> |^|A (_ U.A)
 
Theoremintssuni2 2560 Subclass relationship for intersection and union.
|- ((A (_ B /\ A =/= (/)) -> |^|A (_ U.B)
 
Theoremintmin2 2561 Any set is the smallest of all sets that include it.
|- A e. V   =>   |- |^|{x | A (_ x} = A
 
Theoremintmin3 2562 Under subset ordering, the intersection of a class abstraction is less than or equal to any of its members.
|- (x = A -> (ph <-> ps))   &   |- ps   =>   |- (A e. B -> |^|{x | ph} (_ A)
 
Theoremintmin4 2563 Elimination of a conjunct in a class intersection.
|- (A (_ |^|{x | ph} -> |^|{x | (A (_ x /\ ph)} = |^|{x | ph})
 
Theoremintab 2564 The intersection of a special case of a class abstraction. y may be free in ph and A, which can be thought of a ph(y) and A(y). Typically, abrexex2 3877 or abexssex 3878 can be used to satisfy the second hypothesis.
|- A e. V   &   |- {x | E.y(ph /\ x = A)} e. V   =>   |- |^|{x | A.y(ph -> A e. x)} = {x | E.y(ph /\ x = A)}
 
Theoremint0el 2565 The intersection of a class containing the empty set is empty.
|- ((/) e. A -> |^|A = (/))
 
Theoremintun 2566 The class intersection of the union of two classes. Theorem 78 of [Suppes] p. 42.
|- |^|(A u. B) = (|^|A i^i |^|B)
 
Theoremintpr 2567 The intersection of a pair is the intersection of its members. Theorem 71 of [Suppes] p. 42.
|- A e. V   &   |- B e. V   =>   |- |^|{A, B} = (A i^i B)
 
Theoremintsn 2568 The intersection of a singleton is its member. Theorem 70 of [Suppes] p. 41.
|- A e. V   =>   |- |^|{A} = A
 
Theoremintunsn 2569 Theorem joining a singleton to an intersection.
|- B e. V   =>   |- |^|(A u. {B}) = (|^|A i^i B)
 
Indexed union and intersection
 
Syntaxciun 2570 Extend class notation to include indexed union. Note: Historically (prior to 21-Oct-2005), set.mm used the notation U.x e. AB, with the same union symbol as cuni 2507. While that syntax was unambiguous, it did not allow for LALR parsing of the syntax constructions in set.mm. The new syntax uses as distinguished symbol U_ instead of U. and does allow LALR parsing. Thanks to Peter Backes for suggesting this change.
class U_x e. A B
 
Syntaxciin 2571 Extend class notation to include indexed intersection. Note: Historically (prior to 21-Oct-2005), set.mm used the notation |^|x e. AB, with the same intersection symbol as cint 2537. Although that syntax was unambiguous, it did not allow for LALR parsing of the syntax constructions in set.mm. The new syntax uses a distinguished symbol |^|_ instead of |^| and does allow LALR parsing. Thanks to Peter Backes for suggesting this change.
class |^|_x e. A B
 
Definitiondf-iun 2572 Define indexed union. Definition of [Stoll] p. 45. In normal use, A is independent of x, and B depends on x i.e. can be read informally as B(x). We call x the index, A the index set, and B the indexed set. In most books, x e. A is written as a subscript or underneath a union symbol U.. We use a special union symbol U_ to make it easier to distinguish from plain class union. In many theorems, you will see that x and A are in the same distinct variable group (meaning A cannot depend on x) and that B and x do not share a distinct variable group (meaning that can be thought of as B(x) i.e. can be substituted with a class expression containing x). An alternate definition tying indexed union to ordinary union is dfiun2 2591. Theorem uniiun 2605 provides a definition of ordinary union in terms of indexed union. Theorems fniunfv 3871 and funiunfv 3872 are useful when B is a function.
|- U_x e. A B = {y | E.x e. A y e. B}
 
Definitiondf-iin 2573 Define indexed intersection. Definition of [Stoll] p. 45. See the remarks for its sibling operation of indexed union df-iun 2572. An alternate definition tying indexed intersection to ordinary intersection is dfiin2 2592. Theorem intiin 2606 provides a definition of ordinary intersection in terms of indexed intersection.
|- |^|_x e. A B = {y | A.x e. A y e. B}