| Mathbox for Jim Kingdon |
< Previous
Next >
Nearby theorems |
||
| Mirrors > Home > ILE Home > Th. List > Mathboxes > trilpo | GIF version | ||
| Description: Real number trichotomy
implies the Limited Principle of Omniscience
(LPO). We expect that we'd need some form of countable choice to prove
the converse.
Here's the outline of the proof. Given an infinite sequence F of zeroes and ones, we need to show the sequence contains a zero or it is all ones. Construct a real number A whose representation in base two consists of a zero, a decimal point, and then the numbers of the sequence. Compare it with one using trichotomy. The three cases from trichotomy are trilpolemlt1 16469 (which means the sequence contains a zero), trilpolemeq1 16468 (which means the sequence is all ones), and trilpolemgt1 16467 (which is not possible). Equivalent ways to state real number trichotomy (sometimes called "analytic LPO") include decidability of real number apartness (see triap 16457) or that the real numbers are a discrete field (see trirec0 16472). LPO is known to not be provable in IZF (and most constructive foundations), so this theorem establishes that we will be unable to prove an analogue to qtri3or 10472 for real numbers. (Contributed by Jim Kingdon, 23-Aug-2023.) |
| Ref | Expression |
|---|---|
| trilpo | ⊢ (∀𝑥 ∈ ℝ ∀𝑦 ∈ ℝ (𝑥 < 𝑦 ∨ 𝑥 = 𝑦 ∨ 𝑦 < 𝑥) → ω ∈ Omni) |
| Step | Hyp | Ref | Expression |
|---|---|---|---|
| 1 | elmapi 6825 | . . . . . 6 ⊢ (𝑓 ∈ ({0, 1} ↑𝑚 ℕ) → 𝑓:ℕ⟶{0, 1}) | |
| 2 | 1 | adantl 277 | . . . . 5 ⊢ ((∀𝑥 ∈ ℝ ∀𝑦 ∈ ℝ (𝑥 < 𝑦 ∨ 𝑥 = 𝑦 ∨ 𝑦 < 𝑥) ∧ 𝑓 ∈ ({0, 1} ↑𝑚 ℕ)) → 𝑓:ℕ⟶{0, 1}) |
| 3 | oveq2 6015 | . . . . . . . 8 ⊢ (𝑖 = 𝑗 → (2↑𝑖) = (2↑𝑗)) | |
| 4 | 3 | oveq2d 6023 | . . . . . . 7 ⊢ (𝑖 = 𝑗 → (1 / (2↑𝑖)) = (1 / (2↑𝑗))) |
| 5 | fveq2 5629 | . . . . . . 7 ⊢ (𝑖 = 𝑗 → (𝑓‘𝑖) = (𝑓‘𝑗)) | |
| 6 | 4, 5 | oveq12d 6025 | . . . . . 6 ⊢ (𝑖 = 𝑗 → ((1 / (2↑𝑖)) · (𝑓‘𝑖)) = ((1 / (2↑𝑗)) · (𝑓‘𝑗))) |
| 7 | 6 | cbvsumv 11887 | . . . . 5 ⊢ Σ𝑖 ∈ ℕ ((1 / (2↑𝑖)) · (𝑓‘𝑖)) = Σ𝑗 ∈ ℕ ((1 / (2↑𝑗)) · (𝑓‘𝑗)) |
| 8 | 2, 7 | trilpolemcl 16465 | . . . . . 6 ⊢ ((∀𝑥 ∈ ℝ ∀𝑦 ∈ ℝ (𝑥 < 𝑦 ∨ 𝑥 = 𝑦 ∨ 𝑦 < 𝑥) ∧ 𝑓 ∈ ({0, 1} ↑𝑚 ℕ)) → Σ𝑖 ∈ ℕ ((1 / (2↑𝑖)) · (𝑓‘𝑖)) ∈ ℝ) |
| 9 | 1red 8172 | . . . . . 6 ⊢ ((∀𝑥 ∈ ℝ ∀𝑦 ∈ ℝ (𝑥 < 𝑦 ∨ 𝑥 = 𝑦 ∨ 𝑦 < 𝑥) ∧ 𝑓 ∈ ({0, 1} ↑𝑚 ℕ)) → 1 ∈ ℝ) | |
| 10 | simpl 109 | . . . . . 6 ⊢ ((∀𝑥 ∈ ℝ ∀𝑦 ∈ ℝ (𝑥 < 𝑦 ∨ 𝑥 = 𝑦 ∨ 𝑦 < 𝑥) ∧ 𝑓 ∈ ({0, 1} ↑𝑚 ℕ)) → ∀𝑥 ∈ ℝ ∀𝑦 ∈ ℝ (𝑥 < 𝑦 ∨ 𝑥 = 𝑦 ∨ 𝑦 < 𝑥)) | |
| 11 | breq1 4086 | . . . . . . . 8 ⊢ (𝑥 = Σ𝑖 ∈ ℕ ((1 / (2↑𝑖)) · (𝑓‘𝑖)) → (𝑥 < 𝑦 ↔ Σ𝑖 ∈ ℕ ((1 / (2↑𝑖)) · (𝑓‘𝑖)) < 𝑦)) | |
| 12 | eqeq1 2236 | . . . . . . . 8 ⊢ (𝑥 = Σ𝑖 ∈ ℕ ((1 / (2↑𝑖)) · (𝑓‘𝑖)) → (𝑥 = 𝑦 ↔ Σ𝑖 ∈ ℕ ((1 / (2↑𝑖)) · (𝑓‘𝑖)) = 𝑦)) | |
| 13 | breq2 4087 | . . . . . . . 8 ⊢ (𝑥 = Σ𝑖 ∈ ℕ ((1 / (2↑𝑖)) · (𝑓‘𝑖)) → (𝑦 < 𝑥 ↔ 𝑦 < Σ𝑖 ∈ ℕ ((1 / (2↑𝑖)) · (𝑓‘𝑖)))) | |
| 14 | 11, 12, 13 | 3orbi123d 1345 | . . . . . . 7 ⊢ (𝑥 = Σ𝑖 ∈ ℕ ((1 / (2↑𝑖)) · (𝑓‘𝑖)) → ((𝑥 < 𝑦 ∨ 𝑥 = 𝑦 ∨ 𝑦 < 𝑥) ↔ (Σ𝑖 ∈ ℕ ((1 / (2↑𝑖)) · (𝑓‘𝑖)) < 𝑦 ∨ Σ𝑖 ∈ ℕ ((1 / (2↑𝑖)) · (𝑓‘𝑖)) = 𝑦 ∨ 𝑦 < Σ𝑖 ∈ ℕ ((1 / (2↑𝑖)) · (𝑓‘𝑖))))) |
| 15 | breq2 4087 | . . . . . . . 8 ⊢ (𝑦 = 1 → (Σ𝑖 ∈ ℕ ((1 / (2↑𝑖)) · (𝑓‘𝑖)) < 𝑦 ↔ Σ𝑖 ∈ ℕ ((1 / (2↑𝑖)) · (𝑓‘𝑖)) < 1)) | |
| 16 | eqeq2 2239 | . . . . . . . 8 ⊢ (𝑦 = 1 → (Σ𝑖 ∈ ℕ ((1 / (2↑𝑖)) · (𝑓‘𝑖)) = 𝑦 ↔ Σ𝑖 ∈ ℕ ((1 / (2↑𝑖)) · (𝑓‘𝑖)) = 1)) | |
| 17 | breq1 4086 | . . . . . . . 8 ⊢ (𝑦 = 1 → (𝑦 < Σ𝑖 ∈ ℕ ((1 / (2↑𝑖)) · (𝑓‘𝑖)) ↔ 1 < Σ𝑖 ∈ ℕ ((1 / (2↑𝑖)) · (𝑓‘𝑖)))) | |
| 18 | 15, 16, 17 | 3orbi123d 1345 | . . . . . . 7 ⊢ (𝑦 = 1 → ((Σ𝑖 ∈ ℕ ((1 / (2↑𝑖)) · (𝑓‘𝑖)) < 𝑦 ∨ Σ𝑖 ∈ ℕ ((1 / (2↑𝑖)) · (𝑓‘𝑖)) = 𝑦 ∨ 𝑦 < Σ𝑖 ∈ ℕ ((1 / (2↑𝑖)) · (𝑓‘𝑖))) ↔ (Σ𝑖 ∈ ℕ ((1 / (2↑𝑖)) · (𝑓‘𝑖)) < 1 ∨ Σ𝑖 ∈ ℕ ((1 / (2↑𝑖)) · (𝑓‘𝑖)) = 1 ∨ 1 < Σ𝑖 ∈ ℕ ((1 / (2↑𝑖)) · (𝑓‘𝑖))))) |
| 19 | 14, 18 | rspc2va 2921 | . . . . . 6 ⊢ (((Σ𝑖 ∈ ℕ ((1 / (2↑𝑖)) · (𝑓‘𝑖)) ∈ ℝ ∧ 1 ∈ ℝ) ∧ ∀𝑥 ∈ ℝ ∀𝑦 ∈ ℝ (𝑥 < 𝑦 ∨ 𝑥 = 𝑦 ∨ 𝑦 < 𝑥)) → (Σ𝑖 ∈ ℕ ((1 / (2↑𝑖)) · (𝑓‘𝑖)) < 1 ∨ Σ𝑖 ∈ ℕ ((1 / (2↑𝑖)) · (𝑓‘𝑖)) = 1 ∨ 1 < Σ𝑖 ∈ ℕ ((1 / (2↑𝑖)) · (𝑓‘𝑖)))) |
| 20 | 8, 9, 10, 19 | syl21anc 1270 | . . . . 5 ⊢ ((∀𝑥 ∈ ℝ ∀𝑦 ∈ ℝ (𝑥 < 𝑦 ∨ 𝑥 = 𝑦 ∨ 𝑦 < 𝑥) ∧ 𝑓 ∈ ({0, 1} ↑𝑚 ℕ)) → (Σ𝑖 ∈ ℕ ((1 / (2↑𝑖)) · (𝑓‘𝑖)) < 1 ∨ Σ𝑖 ∈ ℕ ((1 / (2↑𝑖)) · (𝑓‘𝑖)) = 1 ∨ 1 < Σ𝑖 ∈ ℕ ((1 / (2↑𝑖)) · (𝑓‘𝑖)))) |
| 21 | 2, 7, 20 | trilpolemres 16470 | . . . 4 ⊢ ((∀𝑥 ∈ ℝ ∀𝑦 ∈ ℝ (𝑥 < 𝑦 ∨ 𝑥 = 𝑦 ∨ 𝑦 < 𝑥) ∧ 𝑓 ∈ ({0, 1} ↑𝑚 ℕ)) → (∃𝑧 ∈ ℕ (𝑓‘𝑧) = 0 ∨ ∀𝑧 ∈ ℕ (𝑓‘𝑧) = 1)) |
| 22 | 21 | ralrimiva 2603 | . . 3 ⊢ (∀𝑥 ∈ ℝ ∀𝑦 ∈ ℝ (𝑥 < 𝑦 ∨ 𝑥 = 𝑦 ∨ 𝑦 < 𝑥) → ∀𝑓 ∈ ({0, 1} ↑𝑚 ℕ)(∃𝑧 ∈ ℕ (𝑓‘𝑧) = 0 ∨ ∀𝑧 ∈ ℕ (𝑓‘𝑧) = 1)) |
| 23 | nnex 9127 | . . . 4 ⊢ ℕ ∈ V | |
| 24 | isomninn 16459 | . . . 4 ⊢ (ℕ ∈ V → (ℕ ∈ Omni ↔ ∀𝑓 ∈ ({0, 1} ↑𝑚 ℕ)(∃𝑧 ∈ ℕ (𝑓‘𝑧) = 0 ∨ ∀𝑧 ∈ ℕ (𝑓‘𝑧) = 1))) | |
| 25 | 23, 24 | ax-mp 5 | . . 3 ⊢ (ℕ ∈ Omni ↔ ∀𝑓 ∈ ({0, 1} ↑𝑚 ℕ)(∃𝑧 ∈ ℕ (𝑓‘𝑧) = 0 ∨ ∀𝑧 ∈ ℕ (𝑓‘𝑧) = 1)) |
| 26 | 22, 25 | sylibr 134 | . 2 ⊢ (∀𝑥 ∈ ℝ ∀𝑦 ∈ ℝ (𝑥 < 𝑦 ∨ 𝑥 = 𝑦 ∨ 𝑦 < 𝑥) → ℕ ∈ Omni) |
| 27 | nnenom 10668 | . . 3 ⊢ ℕ ≈ ω | |
| 28 | enomni 7317 | . . 3 ⊢ (ℕ ≈ ω → (ℕ ∈ Omni ↔ ω ∈ Omni)) | |
| 29 | 27, 28 | ax-mp 5 | . 2 ⊢ (ℕ ∈ Omni ↔ ω ∈ Omni) |
| 30 | 26, 29 | sylib 122 | 1 ⊢ (∀𝑥 ∈ ℝ ∀𝑦 ∈ ℝ (𝑥 < 𝑦 ∨ 𝑥 = 𝑦 ∨ 𝑦 < 𝑥) → ω ∈ Omni) |
| Colors of variables: wff set class |
| Syntax hints: → wi 4 ∧ wa 104 ↔ wb 105 ∨ wo 713 ∨ w3o 1001 = wceq 1395 ∈ wcel 2200 ∀wral 2508 ∃wrex 2509 Vcvv 2799 {cpr 3667 class class class wbr 4083 ωcom 4682 ⟶wf 5314 ‘cfv 5318 (class class class)co 6007 ↑𝑚 cmap 6803 ≈ cen 6893 Omnicomni 7312 ℝcr 8009 0cc0 8010 1c1 8011 · cmul 8015 < clt 8192 / cdiv 8830 ℕcn 9121 2c2 9172 ↑cexp 10772 Σcsu 11879 |
| This theorem was proved from axioms: ax-mp 5 ax-1 6 ax-2 7 ax-ia1 106 ax-ia2 107 ax-ia3 108 ax-in1 617 ax-in2 618 ax-io 714 ax-5 1493 ax-7 1494 ax-gen 1495 ax-ie1 1539 ax-ie2 1540 ax-8 1550 ax-10 1551 ax-11 1552 ax-i12 1553 ax-bndl 1555 ax-4 1556 ax-17 1572 ax-i9 1576 ax-ial 1580 ax-i5r 1581 ax-13 2202 ax-14 2203 ax-ext 2211 ax-coll 4199 ax-sep 4202 ax-nul 4210 ax-pow 4258 ax-pr 4293 ax-un 4524 ax-setind 4629 ax-iinf 4680 ax-cnex 8101 ax-resscn 8102 ax-1cn 8103 ax-1re 8104 ax-icn 8105 ax-addcl 8106 ax-addrcl 8107 ax-mulcl 8108 ax-mulrcl 8109 ax-addcom 8110 ax-mulcom 8111 ax-addass 8112 ax-mulass 8113 ax-distr 8114 ax-i2m1 8115 ax-0lt1 8116 ax-1rid 8117 ax-0id 8118 ax-rnegex 8119 ax-precex 8120 ax-cnre 8121 ax-pre-ltirr 8122 ax-pre-ltwlin 8123 ax-pre-lttrn 8124 ax-pre-apti 8125 ax-pre-ltadd 8126 ax-pre-mulgt0 8127 ax-pre-mulext 8128 ax-arch 8129 ax-caucvg 8130 |
| This theorem depends on definitions: df-bi 117 df-dc 840 df-3or 1003 df-3an 1004 df-tru 1398 df-fal 1401 df-nf 1507 df-sb 1809 df-eu 2080 df-mo 2081 df-clab 2216 df-cleq 2222 df-clel 2225 df-nfc 2361 df-ne 2401 df-nel 2496 df-ral 2513 df-rex 2514 df-reu 2515 df-rmo 2516 df-rab 2517 df-v 2801 df-sbc 3029 df-csb 3125 df-dif 3199 df-un 3201 df-in 3203 df-ss 3210 df-nul 3492 df-if 3603 df-pw 3651 df-sn 3672 df-pr 3673 df-op 3675 df-uni 3889 df-int 3924 df-iun 3967 df-br 4084 df-opab 4146 df-mpt 4147 df-tr 4183 df-id 4384 df-po 4387 df-iso 4388 df-iord 4457 df-on 4459 df-ilim 4460 df-suc 4462 df-iom 4683 df-xp 4725 df-rel 4726 df-cnv 4727 df-co 4728 df-dm 4729 df-rn 4730 df-res 4731 df-ima 4732 df-iota 5278 df-fun 5320 df-fn 5321 df-f 5322 df-f1 5323 df-fo 5324 df-f1o 5325 df-fv 5326 df-isom 5327 df-riota 5960 df-ov 6010 df-oprab 6011 df-mpo 6012 df-1st 6292 df-2nd 6293 df-recs 6457 df-irdg 6522 df-frec 6543 df-1o 6568 df-2o 6569 df-oadd 6572 df-er 6688 df-map 6805 df-en 6896 df-dom 6897 df-fin 6898 df-omni 7313 df-pnf 8194 df-mnf 8195 df-xr 8196 df-ltxr 8197 df-le 8198 df-sub 8330 df-neg 8331 df-reap 8733 df-ap 8740 df-div 8831 df-inn 9122 df-2 9180 df-3 9181 df-4 9182 df-n0 9381 df-z 9458 df-uz 9734 df-q 9827 df-rp 9862 df-ico 10102 df-fz 10217 df-fzo 10351 df-seqfrec 10682 df-exp 10773 df-ihash 11010 df-cj 11368 df-re 11369 df-im 11370 df-rsqrt 11524 df-abs 11525 df-clim 11805 df-sumdc 11880 |
| This theorem is referenced by: (None) |
| Copyright terms: Public domain | W3C validator |