Prove the
Prove Nesbitt’s inequality, which states that for positive real
numbers
Due to Paul Erdős. Each of the positive integers
Suppose you want to compute the sum
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | |
---|---|---|---|---|---|---|---|---|
1 | 3 | 6 | 10 | 15 | 21 | 28 | 36 | |
1 | 3 | 6 | 10 | 15 | 21 | 28 | 36 |
We may guess at this point
When
When
When
When
When
It starts getting a bit boring, but hopefully you get the point. Important takeaways from the example above:
The truth of the next case depends ONLY on the previous case.
We know what we need to prove IS true for the first case, that is
By repeating the same procedure starting from
Thus, the formula is true for all positive integers (also known as natural numbers).
A diagram summarizing the idea:
This is the mechanism behind induction. Formally, we can state the principle of mathematical induction as follows. Suppose we have a series of statements numbered by the positive integers: 1st statement, 2nd statement, 3rd statement and so on. Suppose that
the 1st statement is true (the base case is true);
whenever the
Then the statement is true for all positive integers (natural numbers). Let us revisit the example and prove it formally now using the principle of mathematical induction.
What is wrong with the following proof that “all rulers have the same length" using induction?
Base case: suppose that we have one ruler, then clearly it clearly has the same length as itself.
Assume that any
By the principle of mathematical induction, all rulers have the same length.