![]() |
Metamath Proof Explorer |
< Previous
Next >
Nearby theorems |
|
Mirrors > Home > MPE Home > Th. List > rpnnen2 | Structured version Visualization version GIF version |
Description: The other half of rpnnen 15289, where we show an injection from sets of
positive integers to real numbers. The obvious choice for this is
binary expansion, but it has the unfortunate property that it does not
produce an injection on numbers which end with all 0's or all 1's (the
more well-known decimal version of this is 0.999... 14947). Instead, we
opt for a ternary expansion, which produces (a scaled version of) the
Cantor set. Since the Cantor set is riddled with gaps, we can show that
any two sequences that are not equal must differ somewhere, and when
they do, they are placed a finite distance apart, thus ensuring that the
map is injective.
Our map assigns to each subset 𝐴 of the positive integers the number Σ𝑘 ∈ 𝐴(3↑-𝑘) = Σ𝑘 ∈ ℕ((𝐹‘𝐴)‘𝑘), where ((𝐹‘𝐴)‘𝑘) = if(𝑘 ∈ 𝐴, (3↑-𝑘), 0)) (rpnnen2lem1 15276). This is an infinite sum of real numbers (rpnnen2lem2 15277), and since 𝐴 ⊆ 𝐵 implies (𝐹‘𝐴) ≤ (𝐹‘𝐵) (rpnnen2lem4 15279) and (𝐹‘ℕ) converges to 1 / 2 (rpnnen2lem3 15278) by geoisum1 14945, the sum is convergent to some real (rpnnen2lem5 15280 and rpnnen2lem6 15281) by the comparison test for convergence cvgcmp 14883. The comparison test also tells us that 𝐴 ⊆ 𝐵 implies Σ(𝐹‘𝐴) ≤ Σ(𝐹‘𝐵) (rpnnen2lem7 15282). Putting it all together, if we have two sets 𝑥 ≠ 𝑦, there must differ somewhere, and so there must be an 𝑚 such that ∀𝑛 < 𝑚(𝑛 ∈ 𝑥 ↔ 𝑛 ∈ 𝑦) but 𝑚 ∈ (𝑥 ∖ 𝑦) or vice versa. In this case, we split off the first 𝑚 − 1 terms (rpnnen2lem8 15283) and cancel them (rpnnen2lem10 15285), since these are the same for both sets. For the remaining terms, we use the subset property to establish that Σ(𝐹‘𝑦) ≤ Σ(𝐹‘(ℕ ∖ {𝑚})) and Σ(𝐹‘{𝑚}) ≤ Σ(𝐹‘𝑥) (where these sums are only over (ℤ≥‘𝑚)), and since Σ(𝐹‘(ℕ ∖ {𝑚})) = (3↑-𝑚) / 2 (rpnnen2lem9 15284) and Σ(𝐹‘{𝑚}) = (3↑-𝑚), we establish that Σ(𝐹‘𝑦) < Σ(𝐹‘𝑥) (rpnnen2lem11 15286) so that they must be different. By contraposition (rpnnen2lem12 15287), we find that this map is an injection. (Contributed by Mario Carneiro, 13-May-2013.) (Proof shortened by Mario Carneiro, 30-Apr-2014.) (Revised by NM, 17-Aug-2021.) |
Ref | Expression |
---|---|
rpnnen2 | ⊢ 𝒫 ℕ ≼ (0[,]1) |
Step | Hyp | Ref | Expression |
---|---|---|---|
1 | eqid 2798 | . 2 ⊢ (𝑥 ∈ 𝒫 ℕ ↦ (𝑛 ∈ ℕ ↦ if(𝑛 ∈ 𝑥, ((1 / 3)↑𝑛), 0))) = (𝑥 ∈ 𝒫 ℕ ↦ (𝑛 ∈ ℕ ↦ if(𝑛 ∈ 𝑥, ((1 / 3)↑𝑛), 0))) | |
2 | 1 | rpnnen2lem12 15287 | 1 ⊢ 𝒫 ℕ ≼ (0[,]1) |
Colors of variables: wff setvar class |
Syntax hints: ifcif 4276 𝒫 cpw 4348 class class class wbr 4842 ↦ cmpt 4921 (class class class)co 6877 ≼ cdom 8192 0cc0 10223 1c1 10224 / cdiv 10975 ℕcn 11311 3c3 11366 [,]cicc 12424 ↑cexp 13111 |
This theorem was proved from axioms: ax-mp 5 ax-1 6 ax-2 7 ax-3 8 ax-gen 1891 ax-4 1905 ax-5 2006 ax-6 2072 ax-7 2107 ax-8 2159 ax-9 2166 ax-10 2185 ax-11 2200 ax-12 2213 ax-13 2377 ax-ext 2776 ax-rep 4963 ax-sep 4974 ax-nul 4982 ax-pow 5034 ax-pr 5096 ax-un 7182 ax-inf2 8787 ax-cnex 10279 ax-resscn 10280 ax-1cn 10281 ax-icn 10282 ax-addcl 10283 ax-addrcl 10284 ax-mulcl 10285 ax-mulrcl 10286 ax-mulcom 10287 ax-addass 10288 ax-mulass 10289 ax-distr 10290 ax-i2m1 10291 ax-1ne0 10292 ax-1rid 10293 ax-rnegex 10294 ax-rrecex 10295 ax-cnre 10296 ax-pre-lttri 10297 ax-pre-lttrn 10298 ax-pre-ltadd 10299 ax-pre-mulgt0 10300 ax-pre-sup 10301 |
This theorem depends on definitions: df-bi 199 df-an 386 df-or 875 df-3or 1109 df-3an 1110 df-tru 1657 df-fal 1667 df-ex 1876 df-nf 1880 df-sb 2065 df-mo 2591 df-eu 2609 df-clab 2785 df-cleq 2791 df-clel 2794 df-nfc 2929 df-ne 2971 df-nel 3074 df-ral 3093 df-rex 3094 df-reu 3095 df-rmo 3096 df-rab 3097 df-v 3386 df-sbc 3633 df-csb 3728 df-dif 3771 df-un 3773 df-in 3775 df-ss 3782 df-pss 3784 df-nul 4115 df-if 4277 df-pw 4350 df-sn 4368 df-pr 4370 df-tp 4372 df-op 4374 df-uni 4628 df-int 4667 df-iun 4711 df-br 4843 df-opab 4905 df-mpt 4922 df-tr 4945 df-id 5219 df-eprel 5224 df-po 5232 df-so 5233 df-fr 5270 df-se 5271 df-we 5272 df-xp 5317 df-rel 5318 df-cnv 5319 df-co 5320 df-dm 5321 df-rn 5322 df-res 5323 df-ima 5324 df-pred 5897 df-ord 5943 df-on 5944 df-lim 5945 df-suc 5946 df-iota 6063 df-fun 6102 df-fn 6103 df-f 6104 df-f1 6105 df-fo 6106 df-f1o 6107 df-fv 6108 df-isom 6109 df-riota 6838 df-ov 6880 df-oprab 6881 df-mpt2 6882 df-om 7299 df-1st 7400 df-2nd 7401 df-wrecs 7644 df-recs 7706 df-rdg 7744 df-1o 7798 df-oadd 7802 df-er 7981 df-pm 8097 df-en 8195 df-dom 8196 df-sdom 8197 df-fin 8198 df-sup 8589 df-inf 8590 df-oi 8656 df-card 9050 df-pnf 10364 df-mnf 10365 df-xr 10366 df-ltxr 10367 df-le 10368 df-sub 10557 df-neg 10558 df-div 10976 df-nn 11312 df-2 11373 df-3 11374 df-n0 11578 df-z 11664 df-uz 11928 df-rp 12072 df-ico 12427 df-icc 12428 df-fz 12578 df-fzo 12718 df-fl 12845 df-seq 13053 df-exp 13112 df-hash 13368 df-cj 14177 df-re 14178 df-im 14179 df-sqrt 14313 df-abs 14314 df-limsup 14540 df-clim 14557 df-rlim 14558 df-sum 14755 |
This theorem is referenced by: rpnnen 15289 opnreen 22959 |
Copyright terms: Public domain | W3C validator |