| Metamath Proof Explorer |
< Previous
Next >
Nearby theorems |
||
| Mirrors > Home > MPE Home > Th. List > zorng | Structured version Visualization version GIF version | ||
| Description: Zorn's Lemma. If the union of every chain (with respect to inclusion) in a set belongs to the set, then the set contains a maximal element. Theorem 6M of [Enderton] p. 151. This version of zorn 10421 avoids the Axiom of Choice by assuming that 𝐴 is well-orderable. (Contributed by NM, 12-Aug-2004.) (Revised by Mario Carneiro, 9-May-2015.) |
| Ref | Expression |
|---|---|
| zorng | ⊢ ((𝐴 ∈ dom card ∧ ∀𝑧((𝑧 ⊆ 𝐴 ∧ [⊊] Or 𝑧) → ∪ 𝑧 ∈ 𝐴)) → ∃𝑥 ∈ 𝐴 ∀𝑦 ∈ 𝐴 ¬ 𝑥 ⊊ 𝑦) |
| Step | Hyp | Ref | Expression |
|---|---|---|---|
| 1 | risset 3212 | . . . . . 6 ⊢ (∪ 𝑧 ∈ 𝐴 ↔ ∃𝑥 ∈ 𝐴 𝑥 = ∪ 𝑧) | |
| 2 | eqimss2 3994 | . . . . . . . . 9 ⊢ (𝑥 = ∪ 𝑧 → ∪ 𝑧 ⊆ 𝑥) | |
| 3 | unissb 4897 | . . . . . . . . 9 ⊢ (∪ 𝑧 ⊆ 𝑥 ↔ ∀𝑢 ∈ 𝑧 𝑢 ⊆ 𝑥) | |
| 4 | 2, 3 | sylib 218 | . . . . . . . 8 ⊢ (𝑥 = ∪ 𝑧 → ∀𝑢 ∈ 𝑧 𝑢 ⊆ 𝑥) |
| 5 | vex 3445 | . . . . . . . . . . . 12 ⊢ 𝑥 ∈ V | |
| 6 | 5 | brrpss 7673 | . . . . . . . . . . 11 ⊢ (𝑢 [⊊] 𝑥 ↔ 𝑢 ⊊ 𝑥) |
| 7 | 6 | orbi1i 914 | . . . . . . . . . 10 ⊢ ((𝑢 [⊊] 𝑥 ∨ 𝑢 = 𝑥) ↔ (𝑢 ⊊ 𝑥 ∨ 𝑢 = 𝑥)) |
| 8 | sspss 4055 | . . . . . . . . . 10 ⊢ (𝑢 ⊆ 𝑥 ↔ (𝑢 ⊊ 𝑥 ∨ 𝑢 = 𝑥)) | |
| 9 | 7, 8 | bitr4i 278 | . . . . . . . . 9 ⊢ ((𝑢 [⊊] 𝑥 ∨ 𝑢 = 𝑥) ↔ 𝑢 ⊆ 𝑥) |
| 10 | 9 | ralbii 3083 | . . . . . . . 8 ⊢ (∀𝑢 ∈ 𝑧 (𝑢 [⊊] 𝑥 ∨ 𝑢 = 𝑥) ↔ ∀𝑢 ∈ 𝑧 𝑢 ⊆ 𝑥) |
| 11 | 4, 10 | sylibr 234 | . . . . . . 7 ⊢ (𝑥 = ∪ 𝑧 → ∀𝑢 ∈ 𝑧 (𝑢 [⊊] 𝑥 ∨ 𝑢 = 𝑥)) |
| 12 | 11 | reximi 3075 | . . . . . 6 ⊢ (∃𝑥 ∈ 𝐴 𝑥 = ∪ 𝑧 → ∃𝑥 ∈ 𝐴 ∀𝑢 ∈ 𝑧 (𝑢 [⊊] 𝑥 ∨ 𝑢 = 𝑥)) |
| 13 | 1, 12 | sylbi 217 | . . . . 5 ⊢ (∪ 𝑧 ∈ 𝐴 → ∃𝑥 ∈ 𝐴 ∀𝑢 ∈ 𝑧 (𝑢 [⊊] 𝑥 ∨ 𝑢 = 𝑥)) |
| 14 | 13 | imim2i 16 | . . . 4 ⊢ (((𝑧 ⊆ 𝐴 ∧ [⊊] Or 𝑧) → ∪ 𝑧 ∈ 𝐴) → ((𝑧 ⊆ 𝐴 ∧ [⊊] Or 𝑧) → ∃𝑥 ∈ 𝐴 ∀𝑢 ∈ 𝑧 (𝑢 [⊊] 𝑥 ∨ 𝑢 = 𝑥))) |
| 15 | 14 | alimi 1813 | . . 3 ⊢ (∀𝑧((𝑧 ⊆ 𝐴 ∧ [⊊] Or 𝑧) → ∪ 𝑧 ∈ 𝐴) → ∀𝑧((𝑧 ⊆ 𝐴 ∧ [⊊] Or 𝑧) → ∃𝑥 ∈ 𝐴 ∀𝑢 ∈ 𝑧 (𝑢 [⊊] 𝑥 ∨ 𝑢 = 𝑥))) |
| 16 | porpss 7674 | . . . 4 ⊢ [⊊] Po 𝐴 | |
| 17 | zorn2g 10417 | . . . 4 ⊢ ((𝐴 ∈ dom card ∧ [⊊] Po 𝐴 ∧ ∀𝑧((𝑧 ⊆ 𝐴 ∧ [⊊] Or 𝑧) → ∃𝑥 ∈ 𝐴 ∀𝑢 ∈ 𝑧 (𝑢 [⊊] 𝑥 ∨ 𝑢 = 𝑥))) → ∃𝑥 ∈ 𝐴 ∀𝑦 ∈ 𝐴 ¬ 𝑥 [⊊] 𝑦) | |
| 18 | 16, 17 | mp3an2 1452 | . . 3 ⊢ ((𝐴 ∈ dom card ∧ ∀𝑧((𝑧 ⊆ 𝐴 ∧ [⊊] Or 𝑧) → ∃𝑥 ∈ 𝐴 ∀𝑢 ∈ 𝑧 (𝑢 [⊊] 𝑥 ∨ 𝑢 = 𝑥))) → ∃𝑥 ∈ 𝐴 ∀𝑦 ∈ 𝐴 ¬ 𝑥 [⊊] 𝑦) |
| 19 | 15, 18 | sylan2 594 | . 2 ⊢ ((𝐴 ∈ dom card ∧ ∀𝑧((𝑧 ⊆ 𝐴 ∧ [⊊] Or 𝑧) → ∪ 𝑧 ∈ 𝐴)) → ∃𝑥 ∈ 𝐴 ∀𝑦 ∈ 𝐴 ¬ 𝑥 [⊊] 𝑦) |
| 20 | vex 3445 | . . . . . 6 ⊢ 𝑦 ∈ V | |
| 21 | 20 | brrpss 7673 | . . . . 5 ⊢ (𝑥 [⊊] 𝑦 ↔ 𝑥 ⊊ 𝑦) |
| 22 | 21 | notbii 320 | . . . 4 ⊢ (¬ 𝑥 [⊊] 𝑦 ↔ ¬ 𝑥 ⊊ 𝑦) |
| 23 | 22 | ralbii 3083 | . . 3 ⊢ (∀𝑦 ∈ 𝐴 ¬ 𝑥 [⊊] 𝑦 ↔ ∀𝑦 ∈ 𝐴 ¬ 𝑥 ⊊ 𝑦) |
| 24 | 23 | rexbii 3084 | . 2 ⊢ (∃𝑥 ∈ 𝐴 ∀𝑦 ∈ 𝐴 ¬ 𝑥 [⊊] 𝑦 ↔ ∃𝑥 ∈ 𝐴 ∀𝑦 ∈ 𝐴 ¬ 𝑥 ⊊ 𝑦) |
| 25 | 19, 24 | sylib 218 | 1 ⊢ ((𝐴 ∈ dom card ∧ ∀𝑧((𝑧 ⊆ 𝐴 ∧ [⊊] Or 𝑧) → ∪ 𝑧 ∈ 𝐴)) → ∃𝑥 ∈ 𝐴 ∀𝑦 ∈ 𝐴 ¬ 𝑥 ⊊ 𝑦) |
| Colors of variables: wff setvar class |
| Syntax hints: ¬ wn 3 → wi 4 ∧ wa 395 ∨ wo 848 ∀wal 1540 = wceq 1542 ∈ wcel 2114 ∀wral 3052 ∃wrex 3061 ⊆ wss 3902 ⊊ wpss 3903 ∪ cuni 4864 class class class wbr 5099 Po wpo 5531 Or wor 5532 dom cdm 5625 [⊊] crpss 7669 cardccrd 9851 |
| This theorem was proved from axioms: ax-mp 5 ax-1 6 ax-2 7 ax-3 8 ax-gen 1797 ax-4 1811 ax-5 1912 ax-6 1969 ax-7 2010 ax-8 2116 ax-9 2124 ax-10 2147 ax-11 2163 ax-12 2185 ax-ext 2709 ax-rep 5225 ax-sep 5242 ax-nul 5252 ax-pow 5311 ax-pr 5378 ax-un 7682 |
| This theorem depends on definitions: df-bi 207 df-an 396 df-or 849 df-3or 1088 df-3an 1089 df-tru 1545 df-fal 1555 df-ex 1782 df-nf 1786 df-sb 2069 df-mo 2540 df-eu 2570 df-clab 2716 df-cleq 2729 df-clel 2812 df-nfc 2886 df-ne 2934 df-ral 3053 df-rex 3062 df-rmo 3351 df-reu 3352 df-rab 3401 df-v 3443 df-sbc 3742 df-csb 3851 df-dif 3905 df-un 3907 df-in 3909 df-ss 3919 df-pss 3922 df-nul 4287 df-if 4481 df-pw 4557 df-sn 4582 df-pr 4584 df-op 4588 df-uni 4865 df-int 4904 df-iun 4949 df-br 5100 df-opab 5162 df-mpt 5181 df-tr 5207 df-id 5520 df-eprel 5525 df-po 5533 df-so 5534 df-fr 5578 df-se 5579 df-we 5580 df-xp 5631 df-rel 5632 df-cnv 5633 df-co 5634 df-dm 5635 df-rn 5636 df-res 5637 df-ima 5638 df-pred 6260 df-ord 6321 df-on 6322 df-suc 6324 df-iota 6449 df-fun 6495 df-fn 6496 df-f 6497 df-f1 6498 df-fo 6499 df-f1o 6500 df-fv 6501 df-isom 6502 df-riota 7317 df-ov 7363 df-rpss 7670 df-2nd 7936 df-frecs 8225 df-wrecs 8256 df-recs 8305 df-en 8888 df-card 9855 |
| This theorem is referenced by: zornn0g 10419 zorn 10421 |
| Copyright terms: Public domain | W3C validator |