Last updated at August 1, 2026 by Teachoo
Transcript
Prove 1 + 2 + 3 + ā¦ā¦. + n = (š§(š§+š))/š for n, n is a natural number Step 1: Let P(n) : (the given statement) Let P(n): 1 + 2 + 3 + ā¦ā¦. + n = (n(n + 1))/2 Step 2: Prove for n = 1 For n = 1, L.H.S = 1 R.H.S = (š(š + 1))/2 = (1(1 + 1))/2 = (1 Ć 2)/2 = 1 Since, L.H.S. = R.H.S ā“ P(n) is true for n = 1 Step 3: Assume P(k) to be true and then prove P(k + 1) is true Assume that P(k) is true, P(k): 1 + 2 + 3 + ā¦ā¦. + k = (š(š + 1))/2 We will prove that P(k + 1) is true. P(k + 1): 1 + 2 + 3 +ā¦ā¦. + (k + 1) = ((k + 1)( (k + 1) + 1))/2 P(k + 1): 1 + 2 + 3 +ā¦ā¦.+ k + (k + 1) = ((š¤ + š)(š¤ + š))/š We have to prove P(k + 1) is true Solving LHS 1 + 2 + 3 +ā¦ā¦.+ k + (k + 1) From (1): 1 + 2 + 3 + ā¦ā¦. + k = (š(š + 1))/2 = (š(š + š))/š + (k + 1) = (š(š + 1) + 2(š + 1))/2 = ((š + š)(š + š))/š = RHS ā“ P(k + 1) is true when P(k) is true Step 4: Write the following line Thus, By the principle of mathematical induction, P(n) is true for n, where n is a natural number