Common Errors in Proofs
Updated July 2026
Dividing or multiplying by zero
Dividing both sides of an expression by a second expression that is equal to zero can cause problems. Generally, we cannot divide by zero as it can generate nonsense. For instance, we know but we cannot divide both sides by 0 to give . This issue extends to examples that contain algebra. Here is a classic proof that commits this error [can you spot exactly where the error occurs?]:
Let and be non-zero numbers such that .
- Then we can write
- Subtract from both sides:
- So
- Dividing by :
- As , we have:
- Then dividing by the non-zero number :
- Subtracting 1 from both sides:
Therefore .