Incorrect Proofs and Mathematical Induction
Incorrect Proofs and Mathematical Induction
Direct proof
In direct proof, the conclusion is established by logically combining the axioms, definitions, and
earlier proven theorems.
Assume that P is true.
Use P to show that Q must be true.
Proof by contraposition
Proof by Contradiction
A common form of proving a theorem is assuming the theorem is false, and then show that the
assumption is false itself, and is therefore a contradiction.
Proof by induction
Proof by exhaustion
In proof by exhaustion, the conclusion is
established by dividing it into a finite
number of cases and proving each one
separately.
Incorrect Proofs
In mathematics, certain kinds of mistaken proof are often
exhibited, and sometimes collected, as illustrations of a
concept called mathematical fallacy. There is a distinction
between a simple mistake and a mathematical fallacy in a
proof, in that a mistake in a proof leads to an invalid proof
while in the best-known examples of mathematical fallacies
there is some element of concealment or deception in the
presentation of the proof.
a = b
Þ a2 = ab ( multiply by a)
Þ a2 – b2 = ab – b2 (subtracting b2)
Þ (a-b)(a+b) = a(a-b)
Þ a+b = b (dividing by a-b) -----------(i)
Þ b + b = b (a = b)
Þ 2b = b
Þ 2 = 1 (😐)
INDUCTION
Principle of Mathematical Induction
Introduction :
•The principle of mathematical induction has
been used for about 350 years. It was familiar to
Fermat, in a disguised form, and the first clear
statement seems to have been made by Pascal in
proving results about the arrangement of
numbers now known as Pascal's Triangle. There
are many applications of inductive arguments
Definition:
•Mathematical Induction is a technique of
proving a statement, theorem or formula which
is thought to be true, for each and every natural
number n. By generalizing this in form of a
principle which we would use to prove any
mathematical statement is ‘Principle of
Mathematical Induction‘.
•For example: 13 +23 + 33 + ….. +n3 = (n(n+1) /
2)2, the statement is considered here as true for
all the values of natural numbers.
Historical Note
Sometimes the
statement P(n) will only be
true for values of n≥4, for
example, or some other
value. In such cases, replace
all the 0's above with 4's (or
the other value).
Examples of Standard Induction
• Summation:
n
•
(2k -1) n 2
• Ans:
• Since 2 × 1 -1= 12 ,the statement holds when n=1.
• Now let's assume that 1+3+5+.......+(2k-1)=k2 for
some positive integer k. Then add 2k+1 to both
sides of the equation, which gives
Since we assumed that k > 1, 2k > k+1 is always true. Hence, we have
2k+1 > 2k > k+1.
Thus, if the given statement holds when n=k, it also holds for n=k+1.
Therefore, the statement is true for all positive integers n.
Divisibility
Q. Prove that 2^2n-1 is always divisible by 3 if n is
a positive integer.
• We can then conclude that P(n) is true for all n∈Z, with n≥M.
STAMPS!!
•Problem Statement :
8 8 16 5 5 5 5 5
25
There are certain cases where the concept of general induction which we have been using till
now is rendered nonviable.
Induction Step: We assume that the 12|(k4 – k2) is true such that (k4 – k2) = 12a for some a∈N. We
then need to show that ((k+1)4 – (k+1)2) = 12b for some b∈N.
So the weak induction method failed. However, we can show that n = k-5 implies that the statement is
true for k+1, so we need to expand the base case to include everything up to n = 6.
This is done by the method of strong induction or complete induction.
STRONG INDUCTION
What is Strong Induction? How does it differ from weak induction?
Strong induction is like weak induction, the only way it differs is that except instead of writing the
induction rule like this:
If the property P holds for the natural number n, it must also hold for n + 1: P(n) => P(n + 1).
Base case:
n = 1: 12|(14 – 12) = 12|(1- 1) = 0 = 0*12
n = 2: 12|(24 – 22) = 12|16-12 = 12 = 1*12
n = 3: 12|(34 – 32) = 12|(81 – 9) = 72 = 6*12
n = 4: 12|(44 – 42) = 12|(256- 16) = 240 = 20 * 12
n = 5: 12|(54 – 52) = 12|(625- 25) = 600 = 50*12
n = 6: 12|(64 – 62) = 12|(1296- 36) = 1260 = 105*12
So far it fits really well.
Induction step: let k≥6∈Nand assume that 12|(m4 – m2) for1≤m≤k, now we need to prove that 12|((k+1)4 –
(k+1)2) is true as well.
Let us define l = k-5 for which we assume the proposition to be true such that (l4 -l2) = 12a for some value of
a.
We need to show that 12|((l+6)4 – (l+6)2) is true. So let us try with a direct approach
(l+6)4 – (l+6)2= (l4 +24l3 + 180l2 + 864l + 1296) – (l2 + 12l + 36) = (l4 – l2) +24l3 + 180l2 + 852l + 1260 = 12a
+12(2l3 + 15l2 + 71l + 105).
This statement is clearly divisible by 12, and thus proofs the proposition.
How to know when to use
strong induction instead of
simple induction?
Proof:
Suppose that each integer greater than 1 and less than n is either prime or a product
of primes.
We'll show n is also either prime or a product of primes.
If n is prime, we're done. Otherwise, n is not prime, so it is the product of two
smaller integers.
Neither can be 1 since they're both smaller than n.
Since each is prime or a product of primes, their product is also a product of
primes.
Thus, n is either prime or a product of primes.
By strong induction, we conclude that each integer greater than 1 is either prime or a product of primes.
Note: Let us take a particular n to see how the strong form of induction is necessary, say n = 45.
It's the product of two numbers, 5 times 9, but they're both smaller than 45, so each is either prime or a
product of primes. 5 is prime, and 9 is 3 times 3, and 3 is prime. So 45 is 5 times 3 times 3. Weak
induction could have told us only that 44 is prime or a product of primes, and that wouldn't have helped
at all.
There exist se
Fallacious proofs by Induction: vera
fallacious proof l
sb
which one of the y induction in
c
basis case or ind omponents,
The theorem to be proved is “All horses are the uctive step, is
incorrect.
same colour.”
• Let us say that any group of N horses is all of the
same colour.
• If we remove a horse from the group, we have a
group of N − 1 horses of the same colour. If we
add another horse, we have another group
of N horses. By our previous assumption, all the
horses are of the same colour in this new group,
since it is a group of N horses.
• Thus we have constructed two groups of N horses all
of the same colour, with N − 1 horses in common.
Since these two groups have some horses in
common, the two groups must be of the same colour
as each other.
• Therefore, combining all the horses used, we have a group of N + 1 horses of the same colour.
Thus if any N horses are all the same colour, any N + 1 horses are the same colour.
https://brilliant.org/wiki/induction/#induction-introduction
https://math.libretexts.org/Bookshelves/Mathematical_Logic_and_Proof/Boo
k%3A_Mathematical_Reasoning__Writing_and_Proof_(Sundstrom)/4%3A_Mat
hematical_Induction/4.2%3A_Other_Forms_of_Mathematical_Induction
https://www.mathblog.dk/strong-induction/
Google Images