MPE Home Metamath Proof Explorer < Previous   Next >
Nearby theorems
Mirrors  >  Home  >  MPE Home  >  Th. List  >  ruclem8 Structured version   Visualization version   GIF version

Theorem ruclem8 16037
Description: Lemma for ruc 16043. The intervals of the 𝐺 sequence are all nonempty. (Contributed by Mario Carneiro, 28-May-2014.)
Hypotheses
Ref Expression
ruc.1 (𝜑𝐹:ℕ⟶ℝ)
ruc.2 (𝜑𝐷 = (𝑥 ∈ (ℝ × ℝ), 𝑦 ∈ ℝ ↦ (((1st𝑥) + (2nd𝑥)) / 2) / 𝑚if(𝑚 < 𝑦, ⟨(1st𝑥), 𝑚⟩, ⟨((𝑚 + (2nd𝑥)) / 2), (2nd𝑥)⟩)))
ruc.4 𝐶 = ({⟨0, ⟨0, 1⟩⟩} ∪ 𝐹)
ruc.5 𝐺 = seq0(𝐷, 𝐶)
Assertion
Ref Expression
ruclem8 ((𝜑𝑁 ∈ ℕ0) → (1st ‘(𝐺𝑁)) < (2nd ‘(𝐺𝑁)))
Distinct variable groups:   𝑥,𝑚,𝑦,𝐹   𝑚,𝐺,𝑥,𝑦   𝑚,𝑁,𝑥,𝑦
Allowed substitution hints:   𝜑(𝑥,𝑦,𝑚)   𝐶(𝑥,𝑦,𝑚)   𝐷(𝑥,𝑦,𝑚)

Proof of Theorem ruclem8
Dummy variables 𝑛 𝑘 are mutually distinct and distinct from all other variables.
StepHypRef Expression
1 2fveq3 6824 . . . . 5 (𝑘 = 0 → (1st ‘(𝐺𝑘)) = (1st ‘(𝐺‘0)))
2 2fveq3 6824 . . . . 5 (𝑘 = 0 → (2nd ‘(𝐺𝑘)) = (2nd ‘(𝐺‘0)))
31, 2breq12d 5102 . . . 4 (𝑘 = 0 → ((1st ‘(𝐺𝑘)) < (2nd ‘(𝐺𝑘)) ↔ (1st ‘(𝐺‘0)) < (2nd ‘(𝐺‘0))))
43imbi2d 340 . . 3 (𝑘 = 0 → ((𝜑 → (1st ‘(𝐺𝑘)) < (2nd ‘(𝐺𝑘))) ↔ (𝜑 → (1st ‘(𝐺‘0)) < (2nd ‘(𝐺‘0)))))
5 2fveq3 6824 . . . . 5 (𝑘 = 𝑛 → (1st ‘(𝐺𝑘)) = (1st ‘(𝐺𝑛)))
6 2fveq3 6824 . . . . 5 (𝑘 = 𝑛 → (2nd ‘(𝐺𝑘)) = (2nd ‘(𝐺𝑛)))
75, 6breq12d 5102 . . . 4 (𝑘 = 𝑛 → ((1st ‘(𝐺𝑘)) < (2nd ‘(𝐺𝑘)) ↔ (1st ‘(𝐺𝑛)) < (2nd ‘(𝐺𝑛))))
87imbi2d 340 . . 3 (𝑘 = 𝑛 → ((𝜑 → (1st ‘(𝐺𝑘)) < (2nd ‘(𝐺𝑘))) ↔ (𝜑 → (1st ‘(𝐺𝑛)) < (2nd ‘(𝐺𝑛)))))
9 2fveq3 6824 . . . . 5 (𝑘 = (𝑛 + 1) → (1st ‘(𝐺𝑘)) = (1st ‘(𝐺‘(𝑛 + 1))))
10 2fveq3 6824 . . . . 5 (𝑘 = (𝑛 + 1) → (2nd ‘(𝐺𝑘)) = (2nd ‘(𝐺‘(𝑛 + 1))))
119, 10breq12d 5102 . . . 4 (𝑘 = (𝑛 + 1) → ((1st ‘(𝐺𝑘)) < (2nd ‘(𝐺𝑘)) ↔ (1st ‘(𝐺‘(𝑛 + 1))) < (2nd ‘(𝐺‘(𝑛 + 1)))))
1211imbi2d 340 . . 3 (𝑘 = (𝑛 + 1) → ((𝜑 → (1st ‘(𝐺𝑘)) < (2nd ‘(𝐺𝑘))) ↔ (𝜑 → (1st ‘(𝐺‘(𝑛 + 1))) < (2nd ‘(𝐺‘(𝑛 + 1))))))
13 2fveq3 6824 . . . . 5 (𝑘 = 𝑁 → (1st ‘(𝐺𝑘)) = (1st ‘(𝐺𝑁)))
14 2fveq3 6824 . . . . 5 (𝑘 = 𝑁 → (2nd ‘(𝐺𝑘)) = (2nd ‘(𝐺𝑁)))
1513, 14breq12d 5102 . . . 4 (𝑘 = 𝑁 → ((1st ‘(𝐺𝑘)) < (2nd ‘(𝐺𝑘)) ↔ (1st ‘(𝐺𝑁)) < (2nd ‘(𝐺𝑁))))
1615imbi2d 340 . . 3 (𝑘 = 𝑁 → ((𝜑 → (1st ‘(𝐺𝑘)) < (2nd ‘(𝐺𝑘))) ↔ (𝜑 → (1st ‘(𝐺𝑁)) < (2nd ‘(𝐺𝑁)))))
17 0lt1 11590 . . . . 5 0 < 1
1817a1i 11 . . . 4 (𝜑 → 0 < 1)
19 ruc.1 . . . . . . 7 (𝜑𝐹:ℕ⟶ℝ)
20 ruc.2 . . . . . . 7 (𝜑𝐷 = (𝑥 ∈ (ℝ × ℝ), 𝑦 ∈ ℝ ↦ (((1st𝑥) + (2nd𝑥)) / 2) / 𝑚if(𝑚 < 𝑦, ⟨(1st𝑥), 𝑚⟩, ⟨((𝑚 + (2nd𝑥)) / 2), (2nd𝑥)⟩)))
21 ruc.4 . . . . . . 7 𝐶 = ({⟨0, ⟨0, 1⟩⟩} ∪ 𝐹)
22 ruc.5 . . . . . . 7 𝐺 = seq0(𝐷, 𝐶)
2319, 20, 21, 22ruclem4 16034 . . . . . 6 (𝜑 → (𝐺‘0) = ⟨0, 1⟩)
2423fveq2d 6823 . . . . 5 (𝜑 → (1st ‘(𝐺‘0)) = (1st ‘⟨0, 1⟩))
25 c0ex 11062 . . . . . 6 0 ∈ V
26 1ex 11064 . . . . . 6 1 ∈ V
2725, 26op1st 7899 . . . . 5 (1st ‘⟨0, 1⟩) = 0
2824, 27eqtrdi 2792 . . . 4 (𝜑 → (1st ‘(𝐺‘0)) = 0)
2923fveq2d 6823 . . . . 5 (𝜑 → (2nd ‘(𝐺‘0)) = (2nd ‘⟨0, 1⟩))
3025, 26op2nd 7900 . . . . 5 (2nd ‘⟨0, 1⟩) = 1
3129, 30eqtrdi 2792 . . . 4 (𝜑 → (2nd ‘(𝐺‘0)) = 1)
3218, 28, 313brtr4d 5121 . . 3 (𝜑 → (1st ‘(𝐺‘0)) < (2nd ‘(𝐺‘0)))
3319adantr 481 . . . . . . . . 9 ((𝜑 ∧ (𝑛 ∈ ℕ0 ∧ (1st ‘(𝐺𝑛)) < (2nd ‘(𝐺𝑛)))) → 𝐹:ℕ⟶ℝ)
3420adantr 481 . . . . . . . . 9 ((𝜑 ∧ (𝑛 ∈ ℕ0 ∧ (1st ‘(𝐺𝑛)) < (2nd ‘(𝐺𝑛)))) → 𝐷 = (𝑥 ∈ (ℝ × ℝ), 𝑦 ∈ ℝ ↦ (((1st𝑥) + (2nd𝑥)) / 2) / 𝑚if(𝑚 < 𝑦, ⟨(1st𝑥), 𝑚⟩, ⟨((𝑚 + (2nd𝑥)) / 2), (2nd𝑥)⟩)))
3519, 20, 21, 22ruclem6 16035 . . . . . . . . . . . 12 (𝜑𝐺:ℕ0⟶(ℝ × ℝ))
3635ffvelcdmda 7011 . . . . . . . . . . 11 ((𝜑𝑛 ∈ ℕ0) → (𝐺𝑛) ∈ (ℝ × ℝ))
3736adantrr 714 . . . . . . . . . 10 ((𝜑 ∧ (𝑛 ∈ ℕ0 ∧ (1st ‘(𝐺𝑛)) < (2nd ‘(𝐺𝑛)))) → (𝐺𝑛) ∈ (ℝ × ℝ))
38 xp1st 7923 . . . . . . . . . 10 ((𝐺𝑛) ∈ (ℝ × ℝ) → (1st ‘(𝐺𝑛)) ∈ ℝ)
3937, 38syl 17 . . . . . . . . 9 ((𝜑 ∧ (𝑛 ∈ ℕ0 ∧ (1st ‘(𝐺𝑛)) < (2nd ‘(𝐺𝑛)))) → (1st ‘(𝐺𝑛)) ∈ ℝ)
40 xp2nd 7924 . . . . . . . . . 10 ((𝐺𝑛) ∈ (ℝ × ℝ) → (2nd ‘(𝐺𝑛)) ∈ ℝ)
4137, 40syl 17 . . . . . . . . 9 ((𝜑 ∧ (𝑛 ∈ ℕ0 ∧ (1st ‘(𝐺𝑛)) < (2nd ‘(𝐺𝑛)))) → (2nd ‘(𝐺𝑛)) ∈ ℝ)
42 nn0p1nn 12365 . . . . . . . . . . 11 (𝑛 ∈ ℕ0 → (𝑛 + 1) ∈ ℕ)
43 ffvelcdm 7009 . . . . . . . . . . 11 ((𝐹:ℕ⟶ℝ ∧ (𝑛 + 1) ∈ ℕ) → (𝐹‘(𝑛 + 1)) ∈ ℝ)
4419, 42, 43syl2an 596 . . . . . . . . . 10 ((𝜑𝑛 ∈ ℕ0) → (𝐹‘(𝑛 + 1)) ∈ ℝ)
4544adantrr 714 . . . . . . . . 9 ((𝜑 ∧ (𝑛 ∈ ℕ0 ∧ (1st ‘(𝐺𝑛)) < (2nd ‘(𝐺𝑛)))) → (𝐹‘(𝑛 + 1)) ∈ ℝ)
46 eqid 2736 . . . . . . . . 9 (1st ‘(⟨(1st ‘(𝐺𝑛)), (2nd ‘(𝐺𝑛))⟩𝐷(𝐹‘(𝑛 + 1)))) = (1st ‘(⟨(1st ‘(𝐺𝑛)), (2nd ‘(𝐺𝑛))⟩𝐷(𝐹‘(𝑛 + 1))))
47 eqid 2736 . . . . . . . . 9 (2nd ‘(⟨(1st ‘(𝐺𝑛)), (2nd ‘(𝐺𝑛))⟩𝐷(𝐹‘(𝑛 + 1)))) = (2nd ‘(⟨(1st ‘(𝐺𝑛)), (2nd ‘(𝐺𝑛))⟩𝐷(𝐹‘(𝑛 + 1))))
48 simprr 770 . . . . . . . . 9 ((𝜑 ∧ (𝑛 ∈ ℕ0 ∧ (1st ‘(𝐺𝑛)) < (2nd ‘(𝐺𝑛)))) → (1st ‘(𝐺𝑛)) < (2nd ‘(𝐺𝑛)))
4933, 34, 39, 41, 45, 46, 47, 48ruclem2 16032 . . . . . . . 8 ((𝜑 ∧ (𝑛 ∈ ℕ0 ∧ (1st ‘(𝐺𝑛)) < (2nd ‘(𝐺𝑛)))) → ((1st ‘(𝐺𝑛)) ≤ (1st ‘(⟨(1st ‘(𝐺𝑛)), (2nd ‘(𝐺𝑛))⟩𝐷(𝐹‘(𝑛 + 1)))) ∧ (1st ‘(⟨(1st ‘(𝐺𝑛)), (2nd ‘(𝐺𝑛))⟩𝐷(𝐹‘(𝑛 + 1)))) < (2nd ‘(⟨(1st ‘(𝐺𝑛)), (2nd ‘(𝐺𝑛))⟩𝐷(𝐹‘(𝑛 + 1)))) ∧ (2nd ‘(⟨(1st ‘(𝐺𝑛)), (2nd ‘(𝐺𝑛))⟩𝐷(𝐹‘(𝑛 + 1)))) ≤ (2nd ‘(𝐺𝑛))))
5049simp2d 1142 . . . . . . 7 ((𝜑 ∧ (𝑛 ∈ ℕ0 ∧ (1st ‘(𝐺𝑛)) < (2nd ‘(𝐺𝑛)))) → (1st ‘(⟨(1st ‘(𝐺𝑛)), (2nd ‘(𝐺𝑛))⟩𝐷(𝐹‘(𝑛 + 1)))) < (2nd ‘(⟨(1st ‘(𝐺𝑛)), (2nd ‘(𝐺𝑛))⟩𝐷(𝐹‘(𝑛 + 1)))))
5119, 20, 21, 22ruclem7 16036 . . . . . . . . . 10 ((𝜑𝑛 ∈ ℕ0) → (𝐺‘(𝑛 + 1)) = ((𝐺𝑛)𝐷(𝐹‘(𝑛 + 1))))
5251adantrr 714 . . . . . . . . 9 ((𝜑 ∧ (𝑛 ∈ ℕ0 ∧ (1st ‘(𝐺𝑛)) < (2nd ‘(𝐺𝑛)))) → (𝐺‘(𝑛 + 1)) = ((𝐺𝑛)𝐷(𝐹‘(𝑛 + 1))))
53 1st2nd2 7930 . . . . . . . . . . 11 ((𝐺𝑛) ∈ (ℝ × ℝ) → (𝐺𝑛) = ⟨(1st ‘(𝐺𝑛)), (2nd ‘(𝐺𝑛))⟩)
5437, 53syl 17 . . . . . . . . . 10 ((𝜑 ∧ (𝑛 ∈ ℕ0 ∧ (1st ‘(𝐺𝑛)) < (2nd ‘(𝐺𝑛)))) → (𝐺𝑛) = ⟨(1st ‘(𝐺𝑛)), (2nd ‘(𝐺𝑛))⟩)
5554oveq1d 7344 . . . . . . . . 9 ((𝜑 ∧ (𝑛 ∈ ℕ0 ∧ (1st ‘(𝐺𝑛)) < (2nd ‘(𝐺𝑛)))) → ((𝐺𝑛)𝐷(𝐹‘(𝑛 + 1))) = (⟨(1st ‘(𝐺𝑛)), (2nd ‘(𝐺𝑛))⟩𝐷(𝐹‘(𝑛 + 1))))
5652, 55eqtrd 2776 . . . . . . . 8 ((𝜑 ∧ (𝑛 ∈ ℕ0 ∧ (1st ‘(𝐺𝑛)) < (2nd ‘(𝐺𝑛)))) → (𝐺‘(𝑛 + 1)) = (⟨(1st ‘(𝐺𝑛)), (2nd ‘(𝐺𝑛))⟩𝐷(𝐹‘(𝑛 + 1))))
5756fveq2d 6823 . . . . . . 7 ((𝜑 ∧ (𝑛 ∈ ℕ0 ∧ (1st ‘(𝐺𝑛)) < (2nd ‘(𝐺𝑛)))) → (1st ‘(𝐺‘(𝑛 + 1))) = (1st ‘(⟨(1st ‘(𝐺𝑛)), (2nd ‘(𝐺𝑛))⟩𝐷(𝐹‘(𝑛 + 1)))))
5856fveq2d 6823 . . . . . . 7 ((𝜑 ∧ (𝑛 ∈ ℕ0 ∧ (1st ‘(𝐺𝑛)) < (2nd ‘(𝐺𝑛)))) → (2nd ‘(𝐺‘(𝑛 + 1))) = (2nd ‘(⟨(1st ‘(𝐺𝑛)), (2nd ‘(𝐺𝑛))⟩𝐷(𝐹‘(𝑛 + 1)))))
5950, 57, 583brtr4d 5121 . . . . . 6 ((𝜑 ∧ (𝑛 ∈ ℕ0 ∧ (1st ‘(𝐺𝑛)) < (2nd ‘(𝐺𝑛)))) → (1st ‘(𝐺‘(𝑛 + 1))) < (2nd ‘(𝐺‘(𝑛 + 1))))
6059expr 457 . . . . 5 ((𝜑𝑛 ∈ ℕ0) → ((1st ‘(𝐺𝑛)) < (2nd ‘(𝐺𝑛)) → (1st ‘(𝐺‘(𝑛 + 1))) < (2nd ‘(𝐺‘(𝑛 + 1)))))
6160expcom 414 . . . 4 (𝑛 ∈ ℕ0 → (𝜑 → ((1st ‘(𝐺𝑛)) < (2nd ‘(𝐺𝑛)) → (1st ‘(𝐺‘(𝑛 + 1))) < (2nd ‘(𝐺‘(𝑛 + 1))))))
6261a2d 29 . . 3 (𝑛 ∈ ℕ0 → ((𝜑 → (1st ‘(𝐺𝑛)) < (2nd ‘(𝐺𝑛))) → (𝜑 → (1st ‘(𝐺‘(𝑛 + 1))) < (2nd ‘(𝐺‘(𝑛 + 1))))))
634, 8, 12, 16, 32, 62nn0ind 12508 . 2 (𝑁 ∈ ℕ0 → (𝜑 → (1st ‘(𝐺𝑁)) < (2nd ‘(𝐺𝑁))))
6463impcom 408 1 ((𝜑𝑁 ∈ ℕ0) → (1st ‘(𝐺𝑁)) < (2nd ‘(𝐺𝑁)))
Colors of variables: wff setvar class
Syntax hints:  wi 4  wa 396   = wceq 1540  wcel 2105  csb 3842  cun 3895  ifcif 4472  {csn 4572  cop 4578   class class class wbr 5089   × cxp 5612  wf 6469  cfv 6473  (class class class)co 7329  cmpo 7331  1st c1st 7889  2nd c2nd 7890  cr 10963  0cc0 10964  1c1 10965   + caddc 10967   < clt 11102  cle 11103   / cdiv 11725  cn 12066  2c2 12121  0cn0 12326  seqcseq 13814
This theorem was proved from axioms:  ax-mp 5  ax-1 6  ax-2 7  ax-3 8  ax-gen 1796  ax-4 1810  ax-5 1912  ax-6 1970  ax-7 2010  ax-8 2107  ax-9 2115  ax-10 2136  ax-11 2153  ax-12 2170  ax-ext 2707  ax-sep 5240  ax-nul 5247  ax-pow 5305  ax-pr 5369  ax-un 7642  ax-cnex 11020  ax-resscn 11021  ax-1cn 11022  ax-icn 11023  ax-addcl 11024  ax-addrcl 11025  ax-mulcl 11026  ax-mulrcl 11027  ax-mulcom 11028  ax-addass 11029  ax-mulass 11030  ax-distr 11031  ax-i2m1 11032  ax-1ne0 11033  ax-1rid 11034  ax-rnegex 11035  ax-rrecex 11036  ax-cnre 11037  ax-pre-lttri 11038  ax-pre-lttrn 11039  ax-pre-ltadd 11040  ax-pre-mulgt0 11041
This theorem depends on definitions:  df-bi 206  df-an 397  df-or 845  df-3or 1087  df-3an 1088  df-tru 1543  df-fal 1553  df-ex 1781  df-nf 1785  df-sb 2067  df-mo 2538  df-eu 2567  df-clab 2714  df-cleq 2728  df-clel 2814  df-nfc 2886  df-ne 2941  df-nel 3047  df-ral 3062  df-rex 3071  df-rmo 3349  df-reu 3350  df-rab 3404  df-v 3443  df-sbc 3727  df-csb 3843  df-dif 3900  df-un 3902  df-in 3904  df-ss 3914  df-pss 3916  df-nul 4269  df-if 4473  df-pw 4548  df-sn 4573  df-pr 4575  df-op 4579  df-uni 4852  df-iun 4940  df-br 5090  df-opab 5152  df-mpt 5173  df-tr 5207  df-id 5512  df-eprel 5518  df-po 5526  df-so 5527  df-fr 5569  df-we 5571  df-xp 5620  df-rel 5621  df-cnv 5622  df-co 5623  df-dm 5624  df-rn 5625  df-res 5626  df-ima 5627  df-pred 6232  df-ord 6299  df-on 6300  df-lim 6301  df-suc 6302  df-iota 6425  df-fun 6475  df-fn 6476  df-f 6477  df-f1 6478  df-fo 6479  df-f1o 6480  df-fv 6481  df-riota 7286  df-ov 7332  df-oprab 7333  df-mpo 7334  df-om 7773  df-1st 7891  df-2nd 7892  df-frecs 8159  df-wrecs 8190  df-recs 8264  df-rdg 8303  df-er 8561  df-en 8797  df-dom 8798  df-sdom 8799  df-pnf 11104  df-mnf 11105  df-xr 11106  df-ltxr 11107  df-le 11108  df-sub 11300  df-neg 11301  df-div 11726  df-nn 12067  df-2 12129  df-n0 12327  df-z 12413  df-uz 12676  df-fz 13333  df-seq 13815
This theorem is referenced by:  ruclem9  16038  ruclem10  16039  ruclem12  16041
  Copyright terms: Public domain W3C validator