maths.free › Combinatorics & Graph Theory › 3. Induction › Mathematical Induction
Mathematical Induction
Now we move on to induction, the powerful twin of recursion. Let n be a positive integer.
Mathematical Induction
Now we move on to induction, the powerful twin of recursion.
Let \(n\) be a positive integer. Consider the following mathematical statements, each of which involve \(n\):
- \(2n+7 = 13\)
- \(3n-5=9\)
- \(n^2-5n+9=3\)
- \(8n-3 \lt 48\)
- \(8n-3 > 0\)
- \((n+3)(n+2) =n^2+5n+6\)
- \(n^2 -6n + 13 \ge 0\)
Such statements are called open statements. Open statements can be considered as equations, , statements that are valid for certain values of \(n\). Statement1 is valid only when \(n=3\). Statement2 is never valid, , it has no solutions among the positive integers. Statement3 has exactly two solutions, and Statement4 has six solutions. On the other hand, Statements5, 6 and7 are valid for all positive integers.
At this point, you are probably scratching your head, thinking that this discussion is trivial. But let's consider some statements that are a bit more complex.
The sum of the first \(n\) positive integers is \(n(n+1)/2\).
The sum of the first \(n\) odd positive integers is \(n^2\).
\(n^n \ge n! + 4,000,000,000n2^n\) when \(n\ge 14\).
How can we establish the validity of such statements, provided of course that they are actually true? The starting point for providing an answer is the following property:
With a little thought, you should see that the is logically equivalent to the . If you haven't already done so, now might be a good time to look over on background material.
Symbols used here
Inequalities that allow equality; < and > exclude it.
n × (n−1) × … × 1; the number of orderings of n things. 0! = 1.
Number of k-element subsets of n things: n!/(k!(n−k)!).
Add a_k for k = 1 up to n.
Multiply a_k for k = 1 up to n.
The set with no elements; the number of elements of A.
Questions people ask
Permutation or combination?
Ask whether order matters. A lock code is a permutation (order matters); a hand of cards is a combination (it does not).
What is a graph in this sense?
Dots (vertices) joined by lines (edges) — not a plot. Road maps, social networks and molecules are graphs; questions like "is there a route" and "how few colours" are graph theory.
உங்களை முயற்சிக்கவும்
Parts of this page are adapted from Keller & Trotter, Applied Combinatorics (CC BY-SA 4.0). Condensed and re-explained here; errors are ours.
மேலும் Combinatorics & Graph Theory
The counting principlesPigeonhole principle and inclusion–exclusionBinomial coefficients and Pascal's triangleRecurrences and generating functionsGraphs: vertices, edges, degreesPaths, cycles, trees, Euler and HamiltonColouring and planar graphs