| Metamath Proof Explorer |
< Previous
Next >
Nearby theorems |
||
| Mirrors > Home > MPE Home > Th. List > ruclem10 | Structured version Visualization version GIF version | ||
| Description: Lemma for ruc 16204. Every first component of the 𝐺 sequence is less than every second component. That is, the sequences form a chain a1 < a2 <... < b2 < b1, where ai are the first components and bi are the second components. (Contributed by Mario Carneiro, 28-May-2014.) |
| Ref | Expression |
|---|---|
| ruc.1 | ⊢ (𝜑 → 𝐹:ℕ⟶ℝ) |
| ruc.2 | ⊢ (𝜑 → 𝐷 = (𝑥 ∈ (ℝ × ℝ), 𝑦 ∈ ℝ ↦ ⦋(((1st ‘𝑥) + (2nd ‘𝑥)) / 2) / 𝑚⦌if(𝑚 < 𝑦, 〈(1st ‘𝑥), 𝑚〉, 〈((𝑚 + (2nd ‘𝑥)) / 2), (2nd ‘𝑥)〉))) |
| ruc.4 | ⊢ 𝐶 = ({〈0, 〈0, 1〉〉} ∪ 𝐹) |
| ruc.5 | ⊢ 𝐺 = seq0(𝐷, 𝐶) |
| ruclem10.6 | ⊢ (𝜑 → 𝑀 ∈ ℕ0) |
| ruclem10.7 | ⊢ (𝜑 → 𝑁 ∈ ℕ0) |
| Ref | Expression |
|---|---|
| ruclem10 | ⊢ (𝜑 → (1st ‘(𝐺‘𝑀)) < (2nd ‘(𝐺‘𝑁))) |
| Step | Hyp | Ref | Expression |
|---|---|---|---|
| 1 | ruc.1 | . . . . 5 ⊢ (𝜑 → 𝐹:ℕ⟶ℝ) | |
| 2 | ruc.2 | . . . . 5 ⊢ (𝜑 → 𝐷 = (𝑥 ∈ (ℝ × ℝ), 𝑦 ∈ ℝ ↦ ⦋(((1st ‘𝑥) + (2nd ‘𝑥)) / 2) / 𝑚⦌if(𝑚 < 𝑦, 〈(1st ‘𝑥), 𝑚〉, 〈((𝑚 + (2nd ‘𝑥)) / 2), (2nd ‘𝑥)〉))) | |
| 3 | ruc.4 | . . . . 5 ⊢ 𝐶 = ({〈0, 〈0, 1〉〉} ∪ 𝐹) | |
| 4 | ruc.5 | . . . . 5 ⊢ 𝐺 = seq0(𝐷, 𝐶) | |
| 5 | 1, 2, 3, 4 | ruclem6 16196 | . . . 4 ⊢ (𝜑 → 𝐺:ℕ0⟶(ℝ × ℝ)) |
| 6 | ruclem10.6 | . . . 4 ⊢ (𝜑 → 𝑀 ∈ ℕ0) | |
| 7 | 5, 6 | ffvelcdmd 7032 | . . 3 ⊢ (𝜑 → (𝐺‘𝑀) ∈ (ℝ × ℝ)) |
| 8 | xp1st 7968 | . . 3 ⊢ ((𝐺‘𝑀) ∈ (ℝ × ℝ) → (1st ‘(𝐺‘𝑀)) ∈ ℝ) | |
| 9 | 7, 8 | syl 17 | . 2 ⊢ (𝜑 → (1st ‘(𝐺‘𝑀)) ∈ ℝ) |
| 10 | ruclem10.7 | . . . . 5 ⊢ (𝜑 → 𝑁 ∈ ℕ0) | |
| 11 | 10, 6 | ifcld 4514 | . . . 4 ⊢ (𝜑 → if(𝑀 ≤ 𝑁, 𝑁, 𝑀) ∈ ℕ0) |
| 12 | 5, 11 | ffvelcdmd 7032 | . . 3 ⊢ (𝜑 → (𝐺‘if(𝑀 ≤ 𝑁, 𝑁, 𝑀)) ∈ (ℝ × ℝ)) |
| 13 | xp1st 7968 | . . 3 ⊢ ((𝐺‘if(𝑀 ≤ 𝑁, 𝑁, 𝑀)) ∈ (ℝ × ℝ) → (1st ‘(𝐺‘if(𝑀 ≤ 𝑁, 𝑁, 𝑀))) ∈ ℝ) | |
| 14 | 12, 13 | syl 17 | . 2 ⊢ (𝜑 → (1st ‘(𝐺‘if(𝑀 ≤ 𝑁, 𝑁, 𝑀))) ∈ ℝ) |
| 15 | 5, 10 | ffvelcdmd 7032 | . . 3 ⊢ (𝜑 → (𝐺‘𝑁) ∈ (ℝ × ℝ)) |
| 16 | xp2nd 7969 | . . 3 ⊢ ((𝐺‘𝑁) ∈ (ℝ × ℝ) → (2nd ‘(𝐺‘𝑁)) ∈ ℝ) | |
| 17 | 15, 16 | syl 17 | . 2 ⊢ (𝜑 → (2nd ‘(𝐺‘𝑁)) ∈ ℝ) |
| 18 | 6 | nn0red 12493 | . . . . . 6 ⊢ (𝜑 → 𝑀 ∈ ℝ) |
| 19 | 10 | nn0red 12493 | . . . . . 6 ⊢ (𝜑 → 𝑁 ∈ ℝ) |
| 20 | max1 13131 | . . . . . 6 ⊢ ((𝑀 ∈ ℝ ∧ 𝑁 ∈ ℝ) → 𝑀 ≤ if(𝑀 ≤ 𝑁, 𝑁, 𝑀)) | |
| 21 | 18, 19, 20 | syl2anc 585 | . . . . 5 ⊢ (𝜑 → 𝑀 ≤ if(𝑀 ≤ 𝑁, 𝑁, 𝑀)) |
| 22 | 6 | nn0zd 12543 | . . . . . 6 ⊢ (𝜑 → 𝑀 ∈ ℤ) |
| 23 | 11 | nn0zd 12543 | . . . . . 6 ⊢ (𝜑 → if(𝑀 ≤ 𝑁, 𝑁, 𝑀) ∈ ℤ) |
| 24 | eluz 12796 | . . . . . 6 ⊢ ((𝑀 ∈ ℤ ∧ if(𝑀 ≤ 𝑁, 𝑁, 𝑀) ∈ ℤ) → (if(𝑀 ≤ 𝑁, 𝑁, 𝑀) ∈ (ℤ≥‘𝑀) ↔ 𝑀 ≤ if(𝑀 ≤ 𝑁, 𝑁, 𝑀))) | |
| 25 | 22, 23, 24 | syl2anc 585 | . . . . 5 ⊢ (𝜑 → (if(𝑀 ≤ 𝑁, 𝑁, 𝑀) ∈ (ℤ≥‘𝑀) ↔ 𝑀 ≤ if(𝑀 ≤ 𝑁, 𝑁, 𝑀))) |
| 26 | 21, 25 | mpbird 257 | . . . 4 ⊢ (𝜑 → if(𝑀 ≤ 𝑁, 𝑁, 𝑀) ∈ (ℤ≥‘𝑀)) |
| 27 | 1, 2, 3, 4, 6, 26 | ruclem9 16199 | . . 3 ⊢ (𝜑 → ((1st ‘(𝐺‘𝑀)) ≤ (1st ‘(𝐺‘if(𝑀 ≤ 𝑁, 𝑁, 𝑀))) ∧ (2nd ‘(𝐺‘if(𝑀 ≤ 𝑁, 𝑁, 𝑀))) ≤ (2nd ‘(𝐺‘𝑀)))) |
| 28 | 27 | simpld 494 | . 2 ⊢ (𝜑 → (1st ‘(𝐺‘𝑀)) ≤ (1st ‘(𝐺‘if(𝑀 ≤ 𝑁, 𝑁, 𝑀)))) |
| 29 | xp2nd 7969 | . . . 4 ⊢ ((𝐺‘if(𝑀 ≤ 𝑁, 𝑁, 𝑀)) ∈ (ℝ × ℝ) → (2nd ‘(𝐺‘if(𝑀 ≤ 𝑁, 𝑁, 𝑀))) ∈ ℝ) | |
| 30 | 12, 29 | syl 17 | . . 3 ⊢ (𝜑 → (2nd ‘(𝐺‘if(𝑀 ≤ 𝑁, 𝑁, 𝑀))) ∈ ℝ) |
| 31 | 1, 2, 3, 4 | ruclem8 16198 | . . . 4 ⊢ ((𝜑 ∧ if(𝑀 ≤ 𝑁, 𝑁, 𝑀) ∈ ℕ0) → (1st ‘(𝐺‘if(𝑀 ≤ 𝑁, 𝑁, 𝑀))) < (2nd ‘(𝐺‘if(𝑀 ≤ 𝑁, 𝑁, 𝑀)))) |
| 32 | 11, 31 | mpdan 688 | . . 3 ⊢ (𝜑 → (1st ‘(𝐺‘if(𝑀 ≤ 𝑁, 𝑁, 𝑀))) < (2nd ‘(𝐺‘if(𝑀 ≤ 𝑁, 𝑁, 𝑀)))) |
| 33 | max2 13133 | . . . . . . 7 ⊢ ((𝑀 ∈ ℝ ∧ 𝑁 ∈ ℝ) → 𝑁 ≤ if(𝑀 ≤ 𝑁, 𝑁, 𝑀)) | |
| 34 | 18, 19, 33 | syl2anc 585 | . . . . . 6 ⊢ (𝜑 → 𝑁 ≤ if(𝑀 ≤ 𝑁, 𝑁, 𝑀)) |
| 35 | 10 | nn0zd 12543 | . . . . . . 7 ⊢ (𝜑 → 𝑁 ∈ ℤ) |
| 36 | eluz 12796 | . . . . . . 7 ⊢ ((𝑁 ∈ ℤ ∧ if(𝑀 ≤ 𝑁, 𝑁, 𝑀) ∈ ℤ) → (if(𝑀 ≤ 𝑁, 𝑁, 𝑀) ∈ (ℤ≥‘𝑁) ↔ 𝑁 ≤ if(𝑀 ≤ 𝑁, 𝑁, 𝑀))) | |
| 37 | 35, 23, 36 | syl2anc 585 | . . . . . 6 ⊢ (𝜑 → (if(𝑀 ≤ 𝑁, 𝑁, 𝑀) ∈ (ℤ≥‘𝑁) ↔ 𝑁 ≤ if(𝑀 ≤ 𝑁, 𝑁, 𝑀))) |
| 38 | 34, 37 | mpbird 257 | . . . . 5 ⊢ (𝜑 → if(𝑀 ≤ 𝑁, 𝑁, 𝑀) ∈ (ℤ≥‘𝑁)) |
| 39 | 1, 2, 3, 4, 10, 38 | ruclem9 16199 | . . . 4 ⊢ (𝜑 → ((1st ‘(𝐺‘𝑁)) ≤ (1st ‘(𝐺‘if(𝑀 ≤ 𝑁, 𝑁, 𝑀))) ∧ (2nd ‘(𝐺‘if(𝑀 ≤ 𝑁, 𝑁, 𝑀))) ≤ (2nd ‘(𝐺‘𝑁)))) |
| 40 | 39 | simprd 495 | . . 3 ⊢ (𝜑 → (2nd ‘(𝐺‘if(𝑀 ≤ 𝑁, 𝑁, 𝑀))) ≤ (2nd ‘(𝐺‘𝑁))) |
| 41 | 14, 30, 17, 32, 40 | ltletrd 11300 | . 2 ⊢ (𝜑 → (1st ‘(𝐺‘if(𝑀 ≤ 𝑁, 𝑁, 𝑀))) < (2nd ‘(𝐺‘𝑁))) |
| 42 | 9, 14, 17, 28, 41 | lelttrd 11298 | 1 ⊢ (𝜑 → (1st ‘(𝐺‘𝑀)) < (2nd ‘(𝐺‘𝑁))) |
| Colors of variables: wff setvar class |
| Syntax hints: → wi 4 ↔ wb 206 = wceq 1542 ∈ wcel 2114 ⦋csb 3838 ∪ cun 3888 ifcif 4467 {csn 4568 〈cop 4574 class class class wbr 5086 × cxp 5623 ⟶wf 6489 ‘cfv 6493 (class class class)co 7361 ∈ cmpo 7363 1st c1st 7934 2nd c2nd 7935 ℝcr 11031 0cc0 11032 1c1 11033 + caddc 11035 < clt 11173 ≤ cle 11174 / cdiv 11801 ℕcn 12168 2c2 12230 ℕ0cn0 12431 ℤcz 12518 ℤ≥cuz 12782 seqcseq 13957 |
| 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-sep 5232 ax-nul 5242 ax-pow 5303 ax-pr 5371 ax-un 7683 ax-cnex 11088 ax-resscn 11089 ax-1cn 11090 ax-icn 11091 ax-addcl 11092 ax-addrcl 11093 ax-mulcl 11094 ax-mulrcl 11095 ax-mulcom 11096 ax-addass 11097 ax-mulass 11098 ax-distr 11099 ax-i2m1 11100 ax-1ne0 11101 ax-1rid 11102 ax-rnegex 11103 ax-rrecex 11104 ax-cnre 11105 ax-pre-lttri 11106 ax-pre-lttrn 11107 ax-pre-ltadd 11108 ax-pre-mulgt0 11109 |
| 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-nel 3038 df-ral 3053 df-rex 3063 df-rmo 3343 df-reu 3344 df-rab 3391 df-v 3432 df-sbc 3730 df-csb 3839 df-dif 3893 df-un 3895 df-in 3897 df-ss 3907 df-pss 3910 df-nul 4275 df-if 4468 df-pw 4544 df-sn 4569 df-pr 4571 df-op 4575 df-uni 4852 df-iun 4936 df-br 5087 df-opab 5149 df-mpt 5168 df-tr 5194 df-id 5520 df-eprel 5525 df-po 5533 df-so 5534 df-fr 5578 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-lim 6323 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-riota 7318 df-ov 7364 df-oprab 7365 df-mpo 7366 df-om 7812 df-1st 7936 df-2nd 7937 df-frecs 8225 df-wrecs 8256 df-recs 8305 df-rdg 8343 df-er 8637 df-en 8888 df-dom 8889 df-sdom 8890 df-pnf 11175 df-mnf 11176 df-xr 11177 df-ltxr 11178 df-le 11179 df-sub 11373 df-neg 11374 df-div 11802 df-nn 12169 df-2 12238 df-n0 12432 df-z 12519 df-uz 12783 df-fz 13456 df-seq 13958 |
| This theorem is referenced by: ruclem11 16201 ruclem12 16202 |
| Copyright terms: Public domain | W3C validator |