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

Color key:    Metamath Proof Explorer  Metamath Proof Explorer (1-8760)   Hilbert Space Explorer  Hilbert Space Explorer (8761-10688)  

Statement List for Metamath Proof Explorer - 4701-4800 - Page 48 of 107
TypeLabelDescription
Statement
 
Theoremrankxpl 4701 A lower bound on the rank of a cross product.
|- A e. V   &   |- B e. V   =>   |- ((A X. B) =/= (/) -> (rank` (A u. B)) (_ (rank` (A X. B)))
 
Theoremrankxpu 4702 An upper bound on the rank of a cross product.
|- A e. V   &   |- B e. V   =>   |- (rank` (A X. B)) (_ suc suc (rank` (A u. B))
 
Theoremrankxplim 4703 The rank of a cross product when the rank of the union of its arguments is a limit ordinal. Part of Exercise 4 of [Kunen] p. 107. See rankxpsuc 4706 for the successor case.
|- A e. V   &   |- B e. V   =>   |- ((Lim (rank` (A u. B)) /\ (A X. B) =/= (/)) -> (rank` (A X. B)) = (rank` (A u. B)))
 
Theoremrankxplim2 4704 If the rank of a cross product is a limit ordinal, so is the rank of the union of its arguments.
|- A e. V   &   |- B e. V   =>   |- (Lim (rank` (A X. B)) -> Lim (rank` (A u. B)))
 
Theoremrankxplim3 4705 The rank of a cross product is a limit ordinal iff its union is.
|- A e. V   &   |- B e. V   =>   |- (Lim (rank` (A X. B)) <-> Lim U.(rank` (A X. B)))
 
Theoremrankxpsuc 4706 The rank of a cross product when the rank of the union of its arguments is a successor ordinal. Part of Exercise 4 of [Kunen] p. 107. See rankxplim 4703 for the limit ordinal case.
|- A e. V   &   |- B e. V   =>   |- (((rank` (A u. B)) = suc C /\ (A X. B) =/= (/)) -> (rank` (A X. B)) = suc suc (rank` (A u. B)))
 
Scott's trick; collection principle; Hilbert's epsilon
 
Theoremscottex 4707 Scott's trick collects all sets that have a certain property and are of smallest possible rank. This theorem shows that the resulting collection, expressed as in Equation 9.3 of [Jech] p. 72, is a set.
|- {x e. A | A.y e. A (rank` x) (_ (rank` y)} e. V
 
Theoremscott0 4708 Scott's trick collects all sets that have a certain property and are of smallest possible rank. This theorem shows that the resulting collection, expressed as in Equation 9.3 of [Jech] p. 72, contains at least one representative with the property, if there is one. In other words, the collection is empty iff no set has the property (i.e. A is empty).
|- (A = (/) <-> {x e. A | A.y e. A (rank` x) (_ (rank` y)} = (/))
 
Theoremscottexs 4709 Theorem scheme version of scottex 4707. The collection of all x of minimum rank such that ph(x) is true, is a set.
|- {x | (ph /\ A.y([y / x]ph -> (rank` x) (_ (rank` y)))} e. V
 
Theoremscott0s 4710 Theorem scheme version of scott0 4708. The collection of all x of minimum rank such that ph(x) is true, is not empty iff there is an x such that ph(x) holds.
|- (E.xph <-> {x | (ph /\ A.y([y / x]ph -> (rank` x) (_ (rank` y)))} =/= (/))
 
Theoremcplem1 4711 Lemma for the Collection Principle cp 4713.
 
Theoremcplem2 4712 Lemma for the Collection Principle cp 4713.
 
Theoremcp 4713 Collection Principle. This remarkable theorem scheme is in effect a very strong generalization of the Axiom of Replacement. The proof makes use of Scott's trick scottex 4707 that collapses a proper class into a set of minimum rank. The wff ph can be thought of as ph(x, y). Scheme "Collection Principle" of [Jech] p. 72.
|- E.wA.x e. z (E.yph -> E.y e. w ph)
 
Theorembnd 4714 A very strong generalization of the Axiom of Replacement (compare zfrep6 3616), derived from the Collection Principle cp 4713. Its strength lies in the rather profound fact that ph(x, y) does not have to be a "function-like" wff, as it does in the standard Axiom of Replacement. This theorem is sometimes called the Boundedness Axiom.
|- (A.x e. z E.yph -> E.wA.x e. z E.y e. w ph)
 
Theorembnd2 4715 A variant of the Boundedness Axiom bnd 4714 that picks a subset z out of a possibly proper class B in which a property is true.
|- A e. V   =>   |- (A.x e. A E.y e. B ph -> E.z(z (_ B /\ A.x e. A E.y e. z ph))
 
Theoremkardex 4716 The collection of all sets equinumerous to a set A and having least possible rank is a set. This is the part of the justification of the definition of kard of [Enderton] p. 222.
|- {x | (x ~~ A /\ A.y(y ~~ A -> (rank` x) (_ (rank` y)))} e. V
 
Theoremkarden 4717 If we allow the Axiom of Regularity, we can avoid the Axiom of Choice by defining the cardinal number of a set as the set of all sets equinumerous to it and having least possible rank. This theorem proves the equinumerosity relationship for this definition (compare carden 4822). The hypotheses correspond to the definition of kard of [Enderton] p. 222 (which we don't define separately since currently we do not use it elsewhere). This theorem along with kardex 4716 justify the definition of kard. The restriction to least rank prevents the proper class that would result from {x | x ~~ A}.
|- A e. V   &   |- B e. V   &   |- C = {x | (x ~~ A /\ A.y(y ~~ A -> (rank` x) (_ (rank` y)))}   &   |- D = {x | (x ~~ B /\ A.y(y ~~ B -> (rank` x) (_ (rank` y)))}   =>   |- (C = D <-> A ~~ B)
 
Theoremhtalem 4718 Lemma for defining an emulation of Hilbert's epsilon. Hilbert's epsilon is described at http://plato.stanford.edu/entries/epsilon-calculus/. This theorem is equivalent to Hilbert's "transfinite axiom," described on that page, with the additional R We A antecedent. The element B is the epsilon that the theorem emulates.
 
Theoremhta 4719 A ZFC emulation of Hilbert's transfinite axiom. The set B has the properties of Hilbert's epsilon, except that it also depends on a well-ordering R. This theorem arose from discussions with Raph Levien on 5-Mar-2004 about translating the HOL proof language, which uses Hilbert's epsilon. See http://ghilbert.org/choice.txt and http://us.metamath.org/downloads/megillaward2004.pdf.

Hilbert's epsilon is described at http://plato.stanford.edu/entries/epsilon-calculus/. This theorem differs from Hilbert's transfinite axiom described on that page in that it requires R We A as an antecedent. Class A collects the sets of least rank for which ph(x) is true. Class B, which emulates the epsilon, is the minimum element in a well-ordering R on A.

If a well-ordering R on A can be expressed in a closed form, as might be the case if we are working with say natural numbers, we can eliminate the antecedent with modus ponens, giving us the exact equivalent of Hilbert's transfinite axiom. Otherwise, we replace R with a dummy set variable, say w, and attach w We A as an antecedent in each step of the ZFC version of the HOL proof until the epsilon is eliminated. At that point, B (which will have w as a free variable) will no longer be present, and we can eliminate w We A by applying 19.23aiv 1293 and weth 4778, using scottexs 4709 to establish the existence of A.

For a version of this theorem scheme using class (meta)variables instead of wff (meta)variables, see htalem 4718.

|- A = {x | (ph /\ A.y([y / x]ph -> (rank` x) (_ (rank` y)))}   &   |- B = U.{x e. A | A.y e. A -. yRx}   =>   |- (R We A -> (ph -> [B / x]ph))
 
Axiom of Choice equivalents
 
Theoremaceq1 4720 Equivalence of two versions of the Axiom of Choice ax-ac 4735. The proof uses neither AC nor the Axiom of Regularity. The right-hand side expresses our AC with the fewest number of different variables.
|- (E.yA.z e. x A.w e. z E!v e. z E.u e. y (z e. u /\ v e. u) <-> E.yA.zA.w((z e. w /\ w e. x) -> E.xA.z(E.x((z e. w /\ w e. x) /\ (z e. x /\ x e. y)) <-> z = x)))
 
Theoremaceq0 4721 Equivalence of two versions of the Axiom of Choice. The proof uses neither AC nor the Axiom of Regularity. The right-hand side is our original ax-ac 4735.
|- (E.yA.z e. x A.w e. z E!v e. z E.u e. y (z e. u /\ v e. u) <-> E.yA.zA.w((z e. w /\ w e. x) -> E.vA.u(E.t((u e. w /\ w e. t) /\ (u e. t /\ t e. y)) <-> u = v)))
 
Theoremaceq2 4722 Equivalence of two versions of the Axiom of Choice. The proof uses neither AC nor the Axiom of Regularity.
|- (E.yA.z e. x A.w e. z E!v e. z E.u e. y (z e. u /\ v e. u) <-> E.yA.z e. x (z =/= (/) -> E!w e. z E.v e. y (z e. v /\ w e. v)))
 
Theoremaceq3lem 4723 Lemma for aceq3 4724.
 
Theoremaceq3 4724 Equivalence of two versions of the Axiom of Choice. The left-hand side is similar to the Axiom of Choice (first form) of [Enderton] p. 49. The right-hand side is the Axiom of Choice of [TakeutiZaring] p. 83. The proof does not depend on AC.
|- (A.xE.f(f (_ x /\ f Fn dom x) <-> A.xE.fA.z e. x (z =/= (/) -> (f` z) e. z))
 
Theoremaceq4 4725 Equivalence of two versions of the Axiom of Choice. The left-hand side is similar to the Axiom of Choice (first form) of [Enderton] p. 49. The right-hand side is Axiom AC of [BellMachover] p. 488. The proof does not depend on AC.
|- (A.xE.f(f (_ x /\ f Fn dom x) <-> A.xE.f(f Fn x /\ A.z e. x (z =/= (/) -> (f` z) e. z)))
 
Theoremaceq5lem1 4726 Lemma for aceq5 4731.
 
Theoremaceq5lem2 4727 Lemma for aceq5 4731.
 
Theoremaceq5lem3 4728 Lemma for aceq5 4731.
 
Theoremaceq5lem4 4729 Lemma for aceq5 4731.
 
Theoremaceq5lem5 4730 Lemma for aceq5 4731.
 
Theoremaceq5 4731 Equivalence of two versions of the Axiom of Choice. The left-hand side is similar to the Axiom of Choice (first form) of [Enderton] p. 49. The right-hand side is Theorem 6M(4) of [Enderton] p. 151 and asserts that given a family of mutually disjoint nonempty sets, a set exists containing exactly one member from each set in the family. The proof does not depend on AC.
|- (A.xE.f(f (_ x /\ f Fn dom x) <-> A.x((A.z e. x z =/= (/) /\ A.z e. x A.w e. x (z =/= w -> (z i^i w) = (/))) -> E.yA.z e. x E!v v e. (z i^i y)))
 
Theoremaceq6a 4732 Our Axiom of Choice (in the form of ac3 4738) implies the Axiom of Choice (first form) of [Enderton] p. 49. The proof uses neither AC nor the Axiom of Regularity. See aceq6b 4733 for the converse (which does use the Axiom of Regularity).
|- (A.xE.yA.z e. x (z =/= (/) -> E!w e. z E.v e. y (z e. v /\ w e. v)) -> A.xE.f(f (_ x /\ f Fn dom x))
 
Theoremaceq6b 4733 Axiom of Choice (first form) of [Enderton] p. 49 implies of our Axiom of Choice (in the form of ac3 4738). The proof does not make use of AC. Note that the Axiom of Regularity is used by the proof. Specifically, elirrv 4589 and preleq 4594 that are referenced in the proof each make use of Regularity for their derivations. (The reverse implication can be derived without using Regularity; see aceq6a 4732.)
|- (A.xE.f(f (_ x /\ f Fn dom x) -> A.xE.yA.z e. x (z =/= (/) -> E!w e. z E.v e. y (z e. v /\ w e. v)))
 
Theoremaceq7 4734 Equivalence of the Axiom of Choice (first form) of [Enderton] p. 49 and our Axiom of Choice (in the form of ac2 4737). The proof does not depend AC on but does depend on the Axiom of Regularity.
|- (A.xE.f(f (_ x /\ f Fn dom x) <-> A.xE.yA.z e. x A.w e. z E!v e. z E.u e. y (z e. u /\ v e. u))
 
ZFC Set Theory - add the Axiom of Choice
 
Introduce the Axiom of Choice
 
Axiomax-ac 4735 Axiom of Choice. The Axiom of Choice (AC) is usually considered an extension of ZF set theory rather than a proper part of it. It is sometimes considered philosophically controversial because it asserts the existence of a set without telling us what the set is. ZF set theory that includes AC is called ZFC.

The unpublished version given here says that given any set x, there exists a y that is a collection of unordered pairs, one pair for each non-empty member of x. One entry in the pair is the member of x, and the other entry is some arbitrary member of that member of x. See the rewritten version ac3 4738 for a more detailed explanation.

This version was specifically crafted to be short when expanded to primitives. Kurt Maes' 5-quantifier version ackm 4773 is slightly shorter when the biconditional of ax-ac 4735 is expanded into implication and negation.

Standard textbook versions of AC are derived as ac8 4754, ac5 4743, and ac7 4739. The Axiom of Regularity ax-reg 4584 (among others) is used to derive our version from the standard ones; this reverse derivation is shown as theorem aceq6b 4733. Equivalents to AC are the well-ordering theorem weth 4778 and Zorn's lemma zorn 4788. See ac4 4741 for comments about stronger versions of AC.

|- E.yA.zA.w((z e. w /\ w e. x) -> E.vA.u(E.t((u e. w /\ w e. t) /\ (u e. t /\ t e. y)) <-> u = v))
 
Theoremaxac 4736 Axiom of Choice expressed with fewest number of different variables. The penultimate step shows the logical equivalence to ax-ac 4735.
|- E.xA.yA.z((y e. z /\ z e. w) -> E.wA.y(E.w((y e. z /\ z e. w) /\ (y e. w /\ w e. x)) <-> y = w))
 
Theoremac2 4737 Axiom of Choice equivalent. By using restricted quantifiers, we can express the Axiom of Choice with a single conjunction. (If you want to figure it out, the rewritten equivalent ac3 4738 is easier to understand.) Note: aceq0 4721 shows the logical equivalence to ax-ac 4735.
|- E.yA.z e. x A.w e. z E!v e. z E.u e. y (z e. u /\ v e. u)
 
Theoremac3 4738 Axiom of Choice using abbreviations. The logical equivalence to ax-ac 4735 can be established by chaining aceq0 4721 and aceq2 4722. A standard textbook version of AC is derived from this one in aceq6a 4732, and this version of AC is derived from the textbook version in aceq6b 4733.

The following sketch will help you understand this version of the axiom. Given any set x, the axiom says that there exists a y that is a collection of unordered pairs, one pair for each non-empty member of x. One entry in the pair is the member of x, and the other entry is some arbitrary member of that member of x. Using the Axiom of Regularity, we can show that y is really a set of ordered pairs, very similar to the ordered pair construction opthreg 4595. The key theorem for this (used in the proof of aceq6b 4733) is preleq 4594. With this modified definition of ordered pair, it can be seen that y is actually a choice function on the members of x.

For example, suppose x = {{1, 2}, {1, 3}, {2, 3}}. Take y = {{{1, 2}, 1}, {{1, 3}, 1}, {{2, 3}, 2}}. For the member (of x) z = {1, 2}, the only assignment to w and v that satisfies the axiom is w = 1 and v = {{1, 2}, 1}, so there is exactly one w as required. We verify the other two members of x similarly. Thus y satisfies the axiom. Using our modified ordered pair definition, it is easy to see that y is the choice function {<.{1, 2}, 1>., <.{1, 3}, 1>., <.{2,