Fallacy

A fallacy is a step an attempted proof that is logically flawed in some way. The fact that a proof is fallacious says nothing about the validity of the original proposition.

False proofs

Some common fallacious proofs follow

$2 = 1$

Proof 1

Let $a=b$. Then we have

\[a^2=b^2\] \[a^2 = ab\]

$2a^2 - 2ab = a^2 - ab$ (adding $a^2-2ab$ to both sides)

$2(a^2 - ab) = a^2 - ab$ (factoring out a 2 on the LHS)

$2 = 1$ (dividing by $a^2-ab$)

Explanation

The trick in this argument is when we divide by $a^{2}-ab$. Since $a=b$, $a^2-ab = 0$, and dividing by zero is undefined.

Proof 2

\[1 + 1 - 1 + 1 - 1 \ldots = 1 + 1 - 1 + 1 - 1 \ldots\] \[(1 + 1) + (-1 + 1) + (-1 + 1) \ldots = 1 + (1 - 1) + (1 - 1) \ldots\] \[2 + 0 + 0 \ldots = 1 + 0 + 0 \ldots\] \[2 = 1\]

Explanation

The given series does not converge. Therefore, manipulations such as grouping terms before adding are invalid.

Polya's Proof That All horses Are the Same Color

We shall prove that all horses are the same color by induction on the number of horses.

First we shall show our base case, that all horses in a group of 1 horse have the same color to be true. Of course, there's only 1 horse in the group so certainly our base case holds.

Now assume that all the horses in any group of $k$ horses are the same color. This is our inductive assumption.

Using our inductive assumption, we will now show that all horses in a group of $k+1$ horses have the same color. Number the horses 1 through $k+1$. Horses 1 through $k$ must be the same color as must horses $2$ through $k+1$. It follows that all of the horses are the same color.

Explanation

Our base case is not the appropriate base case: if one could show that every pair of horses has the same color (the result for $n = 2$), the fact that all horses have the same color would follow. Unfortunately, the case $n = 2$ does not follow from the case $n = 1$. The first horse is the same color as itself, and so is the second horse, but there is no overlap and so we cannot deduce that the two horses are the same color

All numbers are equal

Consider arbitrary reals $a$ and $b$, and let $t = a + b$. Then \[a + b = t\] \[(a + b)(a - b) = t(a - b)\] \[a^2 - b^2 = ta - tb\] \[a^2 - ta = b^2 - tb\] \[a^2 - ta + \dfrac{t^2}{4} = b^2 - tb + \dfrac{t^2}{4}\] \[\left(a - \dfrac{t}{2}\right)^2 = \left(b - \dfrac{t}{2}\right)^2\] \[a - \dfrac{t}{2} = b - \dfrac{t}{2}\] \[a = b\]

Explanation

It does not follow in general from $x^2 = y^2$ that $x = y$. Instead, we have either that $x = y$ or $x = -y$. In the given situation, we have that $a - \frac{t}{2} = \frac{a - b}{2} = -\left(\frac{b - a}{2}\right) = - \left(b - \frac{t}{2}\right)$, and so this was the fallacious step.

Bread

Nothing is better than happiness. A few small crumbs of bread are better than nothing. Thus, a few small crumbs of bread are better than happiness.

See also

This article is a stub. Help us out by expanding it.