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

Theorem ruclem8 16270
Description: Lemma for ruc 16276. 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 6912 . . . . 5 (𝑘 = 0 → (1st ‘(𝐺𝑘)) = (1st ‘(𝐺‘0)))
2 2fveq3 6912 . . . . 5 (𝑘 = 0 → (2nd ‘(𝐺𝑘)) = (2nd ‘(𝐺‘0)))
31, 2breq12d 5161 . . . 4 (𝑘 = 0 → ((1st ‘(𝐺𝑘)) < (2nd ‘(𝐺𝑘)) ↔ (1st ‘(𝐺‘0)) < (2nd ‘(𝐺‘0))))
43imbi2d 340 . . 3 (𝑘 = 0 → ((𝜑 → (1st ‘(𝐺𝑘)) < (2nd ‘(𝐺𝑘))) ↔ (𝜑 → (1st ‘(𝐺‘0)) < (2nd ‘(𝐺‘0)))))
5 2fveq3 6912 . . . . 5 (𝑘 = 𝑛 → (1st ‘(𝐺𝑘)) = (1st ‘(𝐺𝑛)))
6 2fveq3 6912 . . . . 5 (𝑘 = 𝑛 → (2nd ‘(𝐺𝑘)) = (2nd ‘(𝐺𝑛)))
75, 6breq12d 5161 . . . 4 (𝑘 = 𝑛 → ((1st ‘(𝐺𝑘)) < (2nd ‘(𝐺𝑘)) ↔ (1st ‘(𝐺𝑛)) < (2nd ‘(𝐺𝑛))))
87imbi2d 340 . . 3 (𝑘 = 𝑛 → ((𝜑 → (1st ‘(𝐺𝑘)) < (2nd ‘(𝐺𝑘))) ↔ (𝜑 → (1st ‘(𝐺𝑛)) < (2nd ‘(𝐺𝑛)))))
9 2fveq3 6912 . . . . 5 (𝑘 = (𝑛 + 1) → (1st ‘(𝐺𝑘)) = (1st ‘(𝐺‘(𝑛 + 1))))
10 2fveq3 6912 . . . . 5 (𝑘 = (𝑛 + 1) → (2nd ‘(𝐺𝑘)) = (2nd ‘(𝐺‘(𝑛 + 1))))
119, 10breq12d 5161 . . . 4 (𝑘 = (𝑛 + 1) → ((1st ‘(𝐺𝑘)) < (2nd ‘(𝐺𝑘)) ↔ (1st ‘(𝐺‘(𝑛 + 1))) < (2nd ‘(𝐺‘(𝑛 + 1)))))
1211imbi2d 340 . . 3 (𝑘 = (𝑛 + 1) → ((𝜑 → (1st ‘(𝐺𝑘)) < (2nd ‘(𝐺𝑘))) ↔ (𝜑 → (1st ‘(𝐺‘(𝑛 + 1))) < (2nd ‘(𝐺‘(𝑛 + 1))))))
13 2fveq3 6912 . . . . 5 (𝑘 = 𝑁 → (1st ‘(𝐺𝑘)) = (1st ‘(𝐺𝑁)))
14 2fveq3 6912 . . . . 5 (𝑘 = 𝑁 → (2nd ‘(𝐺𝑘)) = (2nd ‘(𝐺𝑁)))
1513, 14breq12d 5161 . . . 4 (𝑘 = 𝑁 → ((1st ‘(𝐺𝑘)) < (2nd ‘(𝐺𝑘)) ↔ (1st ‘(𝐺𝑁)) < (2nd ‘(𝐺𝑁))))
1615imbi2d 340 . . 3 (𝑘 = 𝑁 → ((𝜑 → (1st ‘(𝐺𝑘)) < (2nd ‘(𝐺𝑘))) ↔ (𝜑 → (1st ‘(𝐺𝑁)) < (2nd ‘(𝐺𝑁)))))
17 0lt1 11783 . . . . 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 16267 . . . . . 6 (𝜑 → (𝐺‘0) = ⟨0, 1⟩)
2423fveq2d 6911 . . . . 5 (𝜑 → (1st ‘(𝐺‘0)) = (1st ‘⟨0, 1⟩))
25 c0ex 11253 . . . . . 6 0 ∈ V
26 1ex 11255 . . . . . 6 1 ∈ V
2725, 26op1st 8021 . . . . 5 (1st ‘⟨0, 1⟩) = 0
2824, 27eqtrdi 2791 . . . 4 (𝜑 → (1st ‘(𝐺‘0)) = 0)
2923fveq2d 6911 . . . . 5 (𝜑 → (2nd ‘(𝐺‘0)) = (2nd ‘⟨0, 1⟩))
3025, 26op2nd 8022 . . . . 5 (2nd ‘⟨0, 1⟩) = 1
3129, 30eqtrdi 2791 . . . 4 (𝜑 → (2nd ‘(𝐺‘0)) = 1)
3218, 28, 313brtr4d 5180 . . 3 (𝜑 → (1st ‘(𝐺‘0)) < (2nd ‘(𝐺‘0)))
3319adantr 480 . . . . . . . . 9 ((𝜑 ∧ (𝑛 ∈ ℕ0 ∧ (1st ‘(𝐺𝑛)) < (2nd ‘(𝐺𝑛)))) → 𝐹:ℕ⟶ℝ)
3420adantr 480 . . . . . . . . 9 ((𝜑 ∧ (𝑛 ∈ ℕ0 ∧ (1st ‘(𝐺𝑛)) < (2nd ‘(𝐺𝑛)))) → 𝐷 = (𝑥 ∈ (ℝ × ℝ), 𝑦 ∈ ℝ ↦ (((1st𝑥) + (2nd𝑥)) / 2) / 𝑚if(𝑚 < 𝑦, ⟨(1st𝑥), 𝑚⟩, ⟨((𝑚 + (2nd𝑥)) / 2), (2nd𝑥)⟩)))
3519, 20, 21, 22ruclem6 16268 . . . . . . . . . . . 12 (𝜑𝐺:ℕ0⟶(ℝ × ℝ))
3635ffvelcdmda 7104 . . . . . . . . . . 11 ((𝜑𝑛 ∈ ℕ0) → (𝐺𝑛) ∈ (ℝ × ℝ))
3736adantrr 717 . . . . . . . . . 10 ((𝜑 ∧ (𝑛 ∈ ℕ0 ∧ (1st ‘(𝐺𝑛)) < (2nd ‘(𝐺𝑛)))) → (𝐺𝑛) ∈ (ℝ × ℝ))
38 xp1st 8045 . . . . . . . . . 10 ((𝐺𝑛) ∈ (ℝ × ℝ) → (1st ‘(𝐺𝑛)) ∈ ℝ)
3937, 38syl 17 . . . . . . . . 9 ((𝜑 ∧ (𝑛 ∈ ℕ0 ∧ (1st ‘(𝐺𝑛)) < (2nd ‘(𝐺𝑛)))) → (1st ‘(𝐺𝑛)) ∈ ℝ)
40 xp2nd 8046 . . . . . . . . . 10 ((𝐺𝑛) ∈ (ℝ × ℝ) → (2nd ‘(𝐺𝑛)) ∈ ℝ)
4137, 40syl 17 . . . . . . . . 9 ((𝜑 ∧ (𝑛 ∈ ℕ0 ∧ (1st ‘(𝐺𝑛)) < (2nd ‘(𝐺𝑛)))) → (2nd ‘(𝐺𝑛)) ∈ ℝ)
42 nn0p1nn 12563 . . . . . . . . . . 11 (𝑛 ∈ ℕ0 → (𝑛 + 1) ∈ ℕ)
43 ffvelcdm 7101 . . . . . . . . . . 11 ((𝐹:ℕ⟶ℝ ∧ (𝑛 + 1) ∈ ℕ) → (𝐹‘(𝑛 + 1)) ∈ ℝ)
4419, 42, 43syl2an 596 . . . . . . . . . 10 ((𝜑𝑛 ∈ ℕ0) → (𝐹‘(𝑛 + 1)) ∈ ℝ)
4544adantrr 717 . . . . . . . . 9 ((𝜑 ∧ (𝑛 ∈ ℕ0 ∧ (1st ‘(𝐺𝑛)) < (2nd ‘(𝐺𝑛)))) → (𝐹‘(𝑛 + 1)) ∈ ℝ)
46 eqid 2735 . . . . . . . . 9 (1st ‘(⟨(1st ‘(𝐺𝑛)), (2nd ‘(𝐺𝑛))⟩𝐷(𝐹‘(𝑛 + 1)))) = (1st ‘(⟨(1st ‘(𝐺𝑛)), (2nd ‘(𝐺𝑛))⟩𝐷(𝐹‘(𝑛 + 1))))
47 eqid 2735 . . . . . . . . 9 (2nd ‘(⟨(1st ‘(𝐺𝑛)), (2nd ‘(𝐺𝑛))⟩𝐷(𝐹‘(𝑛 + 1)))) = (2nd ‘(⟨(1st ‘(𝐺𝑛)), (2nd ‘(𝐺𝑛))⟩𝐷(𝐹‘(𝑛 + 1))))
48 simprr 773 . . . . . . . . 9 ((𝜑 ∧ (𝑛 ∈ ℕ0 ∧ (1st ‘(𝐺𝑛)) < (2nd ‘(𝐺𝑛)))) → (1st ‘(𝐺𝑛)) < (2nd ‘(𝐺𝑛)))
4933, 34, 39, 41, 45, 46, 47, 48ruclem2 16265 . . . . . . . 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 16269 . . . . . . . . . 10 ((𝜑𝑛 ∈ ℕ0) → (𝐺‘(𝑛 + 1)) = ((𝐺𝑛)𝐷(𝐹‘(𝑛 + 1))))
5251adantrr 717 . . . . . . . . 9 ((𝜑 ∧ (𝑛 ∈ ℕ0 ∧ (1st ‘(𝐺𝑛)) < (2nd ‘(𝐺𝑛)))) → (𝐺‘(𝑛 + 1)) = ((𝐺𝑛)𝐷(𝐹‘(𝑛 + 1))))
53 1st2nd2 8052 . . . . . . . . . . 11 ((𝐺𝑛) ∈ (ℝ × ℝ) → (𝐺𝑛) = ⟨(1st ‘(𝐺𝑛)), (2nd ‘(𝐺𝑛))⟩)
5437, 53syl 17 . . . . . . . . . 10 ((𝜑 ∧ (𝑛 ∈ ℕ0 ∧ (1st ‘(𝐺𝑛)) < (2nd ‘(𝐺𝑛)))) → (𝐺𝑛) = ⟨(1st ‘(𝐺𝑛)), (2nd ‘(𝐺𝑛))⟩)
5554oveq1d 7446 . . . . . . . . 9 ((𝜑 ∧ (𝑛 ∈ ℕ0 ∧ (1st ‘(𝐺𝑛)) < (2nd ‘(𝐺𝑛)))) → ((𝐺𝑛)𝐷(𝐹‘(𝑛 + 1))) = (⟨(1st ‘(𝐺𝑛)), (2nd ‘(𝐺𝑛))⟩𝐷(𝐹‘(𝑛 + 1))))
5652, 55eqtrd 2775 . . . . . . . 8 ((𝜑 ∧ (𝑛 ∈ ℕ0 ∧ (1st ‘(𝐺𝑛)) < (2nd ‘(𝐺𝑛)))) → (𝐺‘(𝑛 + 1)) = (⟨(1st ‘(𝐺𝑛)), (2nd ‘(𝐺𝑛))⟩𝐷(𝐹‘(𝑛 + 1))))
5756fveq2d 6911 . . . . . . 7 ((𝜑 ∧ (𝑛 ∈ ℕ0 ∧ (1st ‘(𝐺𝑛)) < (2nd ‘(𝐺𝑛)))) → (1st ‘(𝐺‘(𝑛 + 1))) = (1st ‘(⟨(1st ‘(𝐺𝑛)), (2nd ‘(𝐺𝑛))⟩𝐷(𝐹‘(𝑛 + 1)))))
5856fveq2d 6911 . . . . . . 7 ((𝜑 ∧ (𝑛 ∈ ℕ0 ∧ (1st ‘(𝐺𝑛)) < (2nd ‘(𝐺𝑛)))) → (2nd ‘(𝐺‘(𝑛 + 1))) = (2nd ‘(⟨(1st ‘(𝐺𝑛)), (2nd ‘(𝐺𝑛))⟩𝐷(𝐹‘(𝑛 + 1)))))
5950, 57, 583brtr4d 5180 . . . . . 6 ((𝜑 ∧ (𝑛 ∈ ℕ0 ∧ (1st ‘(𝐺𝑛)) < (2nd ‘(𝐺𝑛)))) → (1st ‘(𝐺‘(𝑛 + 1))) < (2nd ‘(𝐺‘(𝑛 + 1))))
6059expr 456 . . . . 5 ((𝜑𝑛 ∈ ℕ0) → ((1st ‘(𝐺𝑛)) < (2nd ‘(𝐺𝑛)) → (1st ‘(𝐺‘(𝑛 + 1))) < (2nd ‘(𝐺‘(𝑛 + 1)))))
6160expcom 413 . . . 4 (𝑛 ∈ ℕ0 → (𝜑 → ((1st ‘(𝐺𝑛)) < (2nd ‘(𝐺𝑛)) → (1st ‘(𝐺‘(𝑛 + 1))) < (2nd ‘(𝐺‘(𝑛 + 1))))))
6261a2d 29 . . 3 (𝑛 ∈ ℕ0 → ((𝜑 → (1st ‘(𝐺𝑛)) < (2nd ‘(𝐺𝑛))) → (𝜑 → (1st ‘(𝐺‘(𝑛 + 1))) < (2nd ‘(𝐺‘(𝑛 + 1))))))
634, 8, 12, 16, 32, 62nn0ind 12711 . 2 (𝑁 ∈ ℕ0 → (𝜑 → (1st ‘(𝐺𝑁)) < (2nd ‘(𝐺𝑁))))
6463impcom 407 1 ((𝜑𝑁 ∈ ℕ0) → (1st ‘(𝐺𝑁)) < (2nd ‘(𝐺𝑁)))
Colors of variables: wff setvar class
Syntax hints:  wi 4  wa 395   = wceq 1537  wcel 2106  csb 3908  cun 3961  ifcif 4531  {csn 4631  cop 4637   class class class wbr 5148   × cxp 5687  wf 6559  cfv 6563  (class class class)co 7431  cmpo 7433  1st c1st 8011  2nd c2nd 8012  cr 11152  0cc0 11153  1c1 11154   + caddc 11156   < clt 11293  cle 11294   / cdiv 11918  cn 12264  2c2 12319  0cn0 12524  seqcseq 14039
This theorem was proved from axioms:  ax-mp 5  ax-1 6  ax-2 7  ax-3 8  ax-gen 1792  ax-4 1806  ax-5 1908  ax-6 1965  ax-7 2005  ax-8 2108  ax-9 2116  ax-10 2139  ax-11 2155  ax-12 2175  ax-ext 2706  ax-sep 5302  ax-nul 5312  ax-pow 5371  ax-pr 5438  ax-un 7754  ax-cnex 11209  ax-resscn 11210  ax-1cn 11211  ax-icn 11212  ax-addcl 11213  ax-addrcl 11214  ax-mulcl 11215  ax-mulrcl 11216  ax-mulcom 11217  ax-addass 11218  ax-mulass 11219  ax-distr 11220  ax-i2m1 11221  ax-1ne0 11222  ax-1rid 11223  ax-rnegex 11224  ax-rrecex 11225  ax-cnre 11226  ax-pre-lttri 11227  ax-pre-lttrn 11228  ax-pre-ltadd 11229  ax-pre-mulgt0 11230
This theorem depends on definitions:  df-bi 207  df-an 396  df-or 848  df-3or 1087  df-3an 1088  df-tru 1540  df-fal 1550  df-ex 1777  df-nf 1781  df-sb 2063  df-mo 2538  df-eu 2567  df-clab 2713  df-cleq 2727  df-clel 2814  df-nfc 2890  df-ne 2939  df-nel 3045  df-ral 3060  df-rex 3069  df-rmo 3378  df-reu 3379  df-rab 3434  df-v 3480  df-sbc 3792  df-csb 3909  df-dif 3966  df-un 3968  df-in 3970  df-ss 3980  df-pss 3983  df-nul 4340  df-if 4532  df-pw 4607  df-sn 4632  df-pr 4634  df-op 4638  df-uni 4913  df-iun 4998  df-br 5149  df-opab 5211  df-mpt 5232  df-tr 5266  df-id 5583  df-eprel 5589  df-po 5597  df-so 5598  df-fr 5641  df-we 5643  df-xp 5695  df-rel 5696  df-cnv 5697  df-co 5698  df-dm 5699  df-rn 5700  df-res 5701  df-ima 5702  df-pred 6323  df-ord 6389  df-on 6390  df-lim 6391  df-suc 6392  df-iota 6516  df-fun 6565  df-fn 6566  df-f 6567  df-f1 6568  df-fo 6569  df-f1o 6570  df-fv 6571  df-riota 7388  df-ov 7434  df-oprab 7435  df-mpo 7436  df-om 7888  df-1st 8013  df-2nd 8014  df-frecs 8305  df-wrecs 8336  df-recs 8410  df-rdg 8449  df-er 8744  df-en 8985  df-dom 8986  df-sdom 8987  df-pnf 11295  df-mnf 11296  df-xr 11297  df-ltxr 11298  df-le 11299  df-sub 11492  df-neg 11493  df-div 11919  df-nn 12265  df-2 12327  df-n0 12525  df-z 12612  df-uz 12877  df-fz 13545  df-seq 14040
This theorem is referenced by:  ruclem9  16271  ruclem10  16272  ruclem12  16274
  Copyright terms: Public domain W3C validator