40% off

Early-bird ends 15 Aug, 9am

Lock in £90

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 7×0=5×07 \times 0 = 5 \times 0 but we cannot divide both sides by 0 to give 7=57 = 5. 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 xx and yy be non-zero numbers such that x=yx = y.

  1. Then we can write x2=xyx^2 = xy
  2. Subtract y2y^2 from both sides: x2y2=xyy2x^2 - y^2 = xy - y^2
  3. So (x+y)(xy)=y(xy)(x + y)(x - y) = y(x - y)
  4. Dividing by (xy)(x - y): x+y=yx + y = y
  5. As x=yx = y, we have: 2y=y2y = y
  6. Then dividing by the non-zero number yy: 2=12 = 1
  7. Subtracting 1 from both sides: 1=01 = 0

Therefore 1=01 = 0.

Ready to test your knowledge?

You've reached the end of this section. Start a practice session to solidify your understanding and master this topic.