Add new comment
-
Want facts and want them fast? Our Maths in a minute series explores key mathematical concepts in just a few words.
Here's a simple game at which a human can out-fox even the cleverest algorithm.
The INI is celebrating its 30th birthday. What is it and what is it do for maths and mathematicians?
Here's our coverage from the International Congress of Mathematicians 2022, including the Fields Medals and other prizes.
The COVID-19 pandemic has amplified the differences between us. Understanding these inequalities is crucial for this and future pandemics.
There have been accusations that the modelling projecting the course of the pandemic was too pessimistic. Are they justified?
It should be noted that "cancelling" in the sense used here is a short version of what's really going on. Consider this equation:
a*x = a * y
The justification for being able to cancel the "a" on both sides is that you can multiply both sides of the equation by any number except zero. In this case, the desired choice is the reciprocal of a, i.e. 1/a
When doing so, the equation now looks like:
(1/a) * a * x = (1/a) * a * y
which can be rewritten as:
(a/a) * x = (a/a) * y
Given that a/a = 1 for any number except zero, the equation can be written as:
1 * x = 1 * y
and since 1 * n = n for any number, we can simply write it as:
x = y
In the original "false proof", the cancellation goes as:
...
2(a^2 - ab) = 1(a^2 - ab)
2(a^2 - ab) / (a^2 - ab) = 1(a^2 - ab) / (a^2 - ab)
But since a^2 - ab = 0, this step divides by zero, which is invalid.
I just wanted to point out that the reason "cancelling" zero like this is invalid is because it requires dividing by zero, which is invalid.