Mich würde interessieren, ob ich einen Induktionsbeweis wie folgt formal korrekt auf Englisch schreiben kann:
Karl Friedrich Gauss - a famous mathematician - invented a formula with which one can calculate the sum of the first n natural numbers without summing up each element one by one. i=1∑ni=2n⋅(n+1) We're going to prove this formula for all n∈N by mathematical induction:
Base Case Let n=1 be the first value for which k=1∑ni=2n⋅(n+1) is true. We evaluate the left side and the right side of the given formula for n=1:
- k=1∑ni=i=1∑1k=1
- 2n⋅(n+1)=21⋅(1+1)=22=1
Both sides are equal and the given formula is true for n=1 ✓.
Inductive Step Let k∈N be given and suppose the formula is true for n=k. If we want to prove that the statement is true for n=k+1, then i=1∑k+1i=====i=1∑ki+(k+1)by induction hypothesis2k⋅(k+1)+(k+1)2k⋅(k+1)+2(k+1)2(k+1)⋅(k+2)2(k+1)⋅((k+1)+1)Thus, the formula holds for n=k+1, and the proof of the induction step is complete.
By the principle of induction, the formula is true for all n∈N. □
Thanks in advance :)