Understanding Mathematical Induction: Why Do We Use n Instead of k?

AI Thread Summary
Mathematical induction is a method used to prove statements true for all positive integers, typically involving three steps: proving the base case for n=1, showing that if the statement holds for k, it also holds for k+1, and concluding that the statement is true for all natural numbers. An example provided is the formula for the sum of the first n natural numbers, P(n) = 1 + 2 + ... + n = n(n+1)/2. The proof begins by verifying P(1) and then demonstrating that if P(k) is true, P(k+1) must also be true. The discussion clarifies why the variable n is used instead of k, emphasizing that n represents the general case and aligns with the natural number indexing in induction proofs. Understanding this concept is crucial for grasping the broader implications of mathematical induction.
akshayacse
Messages
1
Reaction score
0
what is mathematical induction? explain with an example.
 
Mathematics news on Phys.org
Mathematical Induction is a concept used to prove a given statement to be true for all positive integers. It is generally described with an example of effect of sequential falling of plates arranged parallel, up to a long distance. If one falls over the next, the whole sequence undergoes the same effect.
Theoretically it is done in three main steps:
1) Proving the statement to be true for the value 1
and hence showing the either sides of equation to be equal.
2) Proving for (k+1) value and implying on k-->(k+1)
3) Showing that the implication and the true value concludes the statement to be true for all n belonging to natural numbers.
An example:
Mathematical induction can be used to prove that the following statement, which we will call P(n), holds for all natural numbers n.
1+2+3+...+n = n(n+1)/2
P(n) gives a formula for the sum of the natural numbers less than or equal to number n. The proof that P(n) is true for each natural number n proceeds as follows.
Show that the statement holds for n = 1.
P(1) amounts to the statement:
1=1.(1+1)/2
In the left-hand side of the equation, the only term is 1, and so the left-hand side is simply equal to 1.
In the right-hand side of the equation, 1·(1 + 1)/2 = 1.
The two sides are equal, so the statement is true for n = 1. Thus it has been shown that P(1) holds.
Show that if P(k) holds, then also P(k + 1) holds. This can be done as follows.

Assume P(k) holds (for some unspecified value of k). It must then be shown that P(k + 1) holds, that is:
1+2+...+k+(k+1) = (k+1)[(k+1)+1]/2

Using the induction hypothesis that P(k) holds, the left-hand side can be rewritten to:
[k(k+1)/]+(k+1)

Algebraically it is equal to (k+1)[(k+1)+1]/2
thereby showing that indeed P(k + 1) holds.

Since both the basis and the inductive step have been proved, it has now been proved by mathematical induction that P(n) holds for all natural n.
 
Last edited:
PhysicoRaj said:
Mathematical Induction is a concept used to prove a given statement to be true for all positive integers. It is generally described with an example of effect of sequential falling of plates arranged parallel, up to a long distance. If one falls over the next, the whole sequence undergoes the same effect.
Theoretically it is done in three main steps:
1) Proving the statement to be true for the value 1
and hence showing the either sides of equation to be equal.
2) Proving for (k+1) value and implying on k-->(k+1)
3) Showing that the implication and the true value concludes the statement to be true for all n belonging to natural numbers.
An example:
Mathematical induction can be used to prove that the following statement, which we will call P(n), holds for all natural numbers n.
1+2+3+...+n = n(n+1)/2
P(n) gives a formula for the sum of the natural numbers less than or equal to number n. The proof that P(n) is true for each natural number n proceeds as follows.
Show that the statement holds for n = 1.
P(1) amounts to the statement:
1=1.(1+1)/2
In the left-hand side of the equation, the only term is 1, and so the left-hand side is simply equal to 1.
In the right-hand side of the equation, 1·(1 + 1)/2 = 1.
The two sides are equal, so the statement is true for n = 1. Thus it has been shown that P(1) holds.
Show that if P(k) holds, then also P(k + 1) holds. This can be done as follows.

Assume P(k) holds (for some unspecified value of k). It must then be shown that P(k + 1) holds, that is:
1+2+...+k+(k+1) = (k+1)[(k+1)+1]/2

Using the induction hypothesis that P(k) holds, the left-hand side can be rewritten to:
[k(k+1)/]+(k+1)

Algebraically it is equal to (k+1)[(k+1)+1]/2
thereby showing that indeed P(k + 1) holds.

Since both the basis and the inductive step have been proved, it has now been proved by mathematical induction that P(n) holds for all natural n.

Why do we have to turn k into n? Why can't we just use k the whole time since that is what we use in the original question?
 
Well, it is a purely technical issue: the property holds for the natural number 1

(tho this is not always necessary), and we denote that it is satisfied by the natural

number n=k, and we want this last to imply that the property holds also for the

proposition P(k+1), which is indexed by the natural number n=k+1.

Look up too, the well-ordering principle , which is equivalent to induction

--we use the fact that in standard induction, the propositions are indexed by the

natural numbers with their standard ordering. You may also want to look up

transfinite induction , which generalizes standard induction to well-ordered sets
 
student34 said:
Why do we have to turn k into n? Why can't we just use k the whole time since that is what we use in the original question?
P(n) is the general form. The proof is given to show both for values of 1 (sometimes it is also proved for 0) and any other natural number k and k+1, the statement holds true, which for the sake of convenience you can do with n+1 and n.
 
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Back
Top