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

Theorem trirecip 15427
Description: The sum of the reciprocals of the triangle numbers converge to two. This is Metamath 100 proof #42. (Contributed by Scott Fenton, 23-Apr-2014.) (Revised by Mario Carneiro, 22-May-2014.)
Assertion
Ref Expression
trirecip Σ𝑘 ∈ ℕ (2 / (𝑘 · (𝑘 + 1))) = 2

Proof of Theorem trirecip
Dummy variable 𝑛 is distinct from all other variables.
StepHypRef Expression
1 2cnd 11908 . . . 4 (𝑘 ∈ ℕ → 2 ∈ ℂ)
2 peano2nn 11842 . . . . . 6 (𝑘 ∈ ℕ → (𝑘 + 1) ∈ ℕ)
3 nnmulcl 11854 . . . . . 6 ((𝑘 ∈ ℕ ∧ (𝑘 + 1) ∈ ℕ) → (𝑘 · (𝑘 + 1)) ∈ ℕ)
42, 3mpdan 687 . . . . 5 (𝑘 ∈ ℕ → (𝑘 · (𝑘 + 1)) ∈ ℕ)
54nncnd 11846 . . . 4 (𝑘 ∈ ℕ → (𝑘 · (𝑘 + 1)) ∈ ℂ)
64nnne0d 11880 . . . 4 (𝑘 ∈ ℕ → (𝑘 · (𝑘 + 1)) ≠ 0)
71, 5, 6divrecd 11611 . . 3 (𝑘 ∈ ℕ → (2 / (𝑘 · (𝑘 + 1))) = (2 · (1 / (𝑘 · (𝑘 + 1)))))
87sumeq2i 15263 . 2 Σ𝑘 ∈ ℕ (2 / (𝑘 · (𝑘 + 1))) = Σ𝑘 ∈ ℕ (2 · (1 / (𝑘 · (𝑘 + 1))))
9 nnuz 12477 . . . . 5 ℕ = (ℤ‘1)
10 1zzd 12208 . . . . 5 (⊤ → 1 ∈ ℤ)
11 id 22 . . . . . . . . 9 (𝑛 = 𝑘𝑛 = 𝑘)
12 oveq1 7220 . . . . . . . . 9 (𝑛 = 𝑘 → (𝑛 + 1) = (𝑘 + 1))
1311, 12oveq12d 7231 . . . . . . . 8 (𝑛 = 𝑘 → (𝑛 · (𝑛 + 1)) = (𝑘 · (𝑘 + 1)))
1413oveq2d 7229 . . . . . . 7 (𝑛 = 𝑘 → (1 / (𝑛 · (𝑛 + 1))) = (1 / (𝑘 · (𝑘 + 1))))
15 eqid 2737 . . . . . . 7 (𝑛 ∈ ℕ ↦ (1 / (𝑛 · (𝑛 + 1)))) = (𝑛 ∈ ℕ ↦ (1 / (𝑛 · (𝑛 + 1))))
16 ovex 7246 . . . . . . 7 (1 / (𝑘 · (𝑘 + 1))) ∈ V
1714, 15, 16fvmpt 6818 . . . . . 6 (𝑘 ∈ ℕ → ((𝑛 ∈ ℕ ↦ (1 / (𝑛 · (𝑛 + 1))))‘𝑘) = (1 / (𝑘 · (𝑘 + 1))))
1817adantl 485 . . . . 5 ((⊤ ∧ 𝑘 ∈ ℕ) → ((𝑛 ∈ ℕ ↦ (1 / (𝑛 · (𝑛 + 1))))‘𝑘) = (1 / (𝑘 · (𝑘 + 1))))
194nnrecred 11881 . . . . . . 7 (𝑘 ∈ ℕ → (1 / (𝑘 · (𝑘 + 1))) ∈ ℝ)
2019recnd 10861 . . . . . 6 (𝑘 ∈ ℕ → (1 / (𝑘 · (𝑘 + 1))) ∈ ℂ)
2120adantl 485 . . . . 5 ((⊤ ∧ 𝑘 ∈ ℕ) → (1 / (𝑘 · (𝑘 + 1))) ∈ ℂ)
2215trireciplem 15426 . . . . . . 7 seq1( + , (𝑛 ∈ ℕ ↦ (1 / (𝑛 · (𝑛 + 1))))) ⇝ 1
2322a1i 11 . . . . . 6 (⊤ → seq1( + , (𝑛 ∈ ℕ ↦ (1 / (𝑛 · (𝑛 + 1))))) ⇝ 1)
24 climrel 15053 . . . . . . 7 Rel ⇝
2524releldmi 5817 . . . . . 6 (seq1( + , (𝑛 ∈ ℕ ↦ (1 / (𝑛 · (𝑛 + 1))))) ⇝ 1 → seq1( + , (𝑛 ∈ ℕ ↦ (1 / (𝑛 · (𝑛 + 1))))) ∈ dom ⇝ )
2623, 25syl 17 . . . . 5 (⊤ → seq1( + , (𝑛 ∈ ℕ ↦ (1 / (𝑛 · (𝑛 + 1))))) ∈ dom ⇝ )
27 2cnd 11908 . . . . 5 (⊤ → 2 ∈ ℂ)
289, 10, 18, 21, 26, 27isummulc2 15326 . . . 4 (⊤ → (2 · Σ𝑘 ∈ ℕ (1 / (𝑘 · (𝑘 + 1)))) = Σ𝑘 ∈ ℕ (2 · (1 / (𝑘 · (𝑘 + 1)))))
299, 10, 18, 21, 23isumclim 15321 . . . . 5 (⊤ → Σ𝑘 ∈ ℕ (1 / (𝑘 · (𝑘 + 1))) = 1)
3029oveq2d 7229 . . . 4 (⊤ → (2 · Σ𝑘 ∈ ℕ (1 / (𝑘 · (𝑘 + 1)))) = (2 · 1))
3128, 30eqtr3d 2779 . . 3 (⊤ → Σ𝑘 ∈ ℕ (2 · (1 / (𝑘 · (𝑘 + 1)))) = (2 · 1))
3231mptru 1550 . 2 Σ𝑘 ∈ ℕ (2 · (1 / (𝑘 · (𝑘 + 1)))) = (2 · 1)
33 2t1e2 11993 . 2 (2 · 1) = 2
348, 32, 333eqtri 2769 1 Σ𝑘 ∈ ℕ (2 / (𝑘 · (𝑘 + 1))) = 2
Colors of variables: wff setvar class
Syntax hints:   = wceq 1543  wtru 1544  wcel 2110   class class class wbr 5053  cmpt 5135  dom cdm 5551  cfv 6380  (class class class)co 7213  cc 10727  1c1 10730   + caddc 10732   · cmul 10734   / cdiv 11489  cn 11830  2c2 11885  seqcseq 13574  cli 15045  Σcsu 15249
This theorem was proved from axioms:  ax-mp 5  ax-1 6  ax-2 7  ax-3 8  ax-gen 1803  ax-4 1817  ax-5 1918  ax-6 1976  ax-7 2016  ax-8 2112  ax-9 2120  ax-10 2141  ax-11 2158  ax-12 2175  ax-ext 2708  ax-rep 5179  ax-sep 5192  ax-nul 5199  ax-pow 5258  ax-pr 5322  ax-un 7523  ax-inf2 9256  ax-cnex 10785  ax-resscn 10786  ax-1cn 10787  ax-icn 10788  ax-addcl 10789  ax-addrcl 10790  ax-mulcl 10791  ax-mulrcl 10792  ax-mulcom 10793  ax-addass 10794  ax-mulass 10795  ax-distr 10796  ax-i2m1 10797  ax-1ne0 10798  ax-1rid 10799  ax-rnegex 10800  ax-rrecex 10801  ax-cnre 10802  ax-pre-lttri 10803  ax-pre-lttrn 10804  ax-pre-ltadd 10805  ax-pre-mulgt0 10806  ax-pre-sup 10807
This theorem depends on definitions:  df-bi 210  df-an 400  df-or 848  df-3or 1090  df-3an 1091  df-tru 1546  df-fal 1556  df-ex 1788  df-nf 1792  df-sb 2071  df-mo 2539  df-eu 2568  df-clab 2715  df-cleq 2729  df-clel 2816  df-nfc 2886  df-ne 2941  df-nel 3047  df-ral 3066  df-rex 3067  df-reu 3068  df-rmo 3069  df-rab 3070  df-v 3410  df-sbc 3695  df-csb 3812  df-dif 3869  df-un 3871  df-in 3873  df-ss 3883  df-pss 3885  df-nul 4238  df-if 4440  df-pw 4515  df-sn 4542  df-pr 4544  df-tp 4546  df-op 4548  df-uni 4820  df-int 4860  df-iun 4906  df-br 5054  df-opab 5116  df-mpt 5136  df-tr 5162  df-id 5455  df-eprel 5460  df-po 5468  df-so 5469  df-fr 5509  df-se 5510  df-we 5511  df-xp 5557  df-rel 5558  df-cnv 5559  df-co 5560  df-dm 5561  df-rn 5562  df-res 5563  df-ima 5564  df-pred 6160  df-ord 6216  df-on 6217  df-lim 6218  df-suc 6219  df-iota 6338  df-fun 6382  df-fn 6383  df-f 6384  df-f1 6385  df-fo 6386  df-f1o 6387  df-fv 6388  df-isom 6389  df-riota 7170  df-ov 7216  df-oprab 7217  df-mpo 7218  df-om 7645  df-1st 7761  df-2nd 7762  df-wrecs 8047  df-recs 8108  df-rdg 8146  df-1o 8202  df-er 8391  df-pm 8511  df-en 8627  df-dom 8628  df-sdom 8629  df-fin 8630  df-sup 9058  df-inf 9059  df-oi 9126  df-card 9555  df-pnf 10869  df-mnf 10870  df-xr 10871  df-ltxr 10872  df-le 10873  df-sub 11064  df-neg 11065  df-div 11490  df-nn 11831  df-2 11893  df-3 11894  df-n0 12091  df-z 12177  df-uz 12439  df-rp 12587  df-fz 13096  df-fzo 13239  df-fl 13367  df-seq 13575  df-exp 13636  df-hash 13897  df-shft 14630  df-cj 14662  df-re 14663  df-im 14664  df-sqrt 14798  df-abs 14799  df-clim 15049  df-rlim 15050  df-sum 15250
This theorem is referenced by: (None)
  Copyright terms: Public domain W3C validator