0

A friend of mine showed me this proof to demonstrate that any algebra variable does not equal any number.

his proof relies on this idea $$0\neq1$$ $$0x\neq1x$$ $$0\neq1x$$ $$0\neq x$$ Full Proof: $$\forall n (n \in \Re)$$ $$0\neq1\Rightarrow0(x-n)\neq1(x-n)$$ $$0(x-n)\neq1(x-n)\Rightarrow0\neq x-n$$ $$0\neq x-n\Rightarrow n\neq x$$

I feel like it is a divide by zero fallacy but I'm yet to pinpoint the exact error

Blue
  • 75,673

5 Answers5

3

The false implication $x \neq y \to ax \neq ay$ is used. This is true iff $a$ is non-zero (in a field), because then the equivalent (by contraposition) $ax = ay \to x=y$ can be shown by division by $a$. So indeed it's a division by $0$ error implicitly.

Eric Wofsey
  • 330,363
Henno Brandsma
  • 242,131
1

The first line in your extended (non)proof is wrong when $x=n$. So it's not true for all $x$ and $n$.

Ethan Bolker
  • 95,224
  • 7
  • 108
  • 199
1

You can't multiply inequations like this: $a\neq b$ does not imply $ac\neq bc$. Indeed, if $c=0$, then $ac=0=bc$ is always true, even if $a\neq b$.

(If you know that $c\neq 0$, then this step would be valid, since if $ac$ were equal to $bc$ you could divide both by $c$ to get $a=b$ which contradicts the fact that $a\neq b$. So, in a sense, this is indeed a division by $0$ error.)

Eric Wofsey
  • 330,363
1

When we multiply for $(x-n)$ we need to set $x\neq n$ that is precisely the solution we obtain.

user
  • 154,566
1

But with x=0 ,0x=1x (=0) so line 2 is a fallacy (false)

user439545
  • 1,703
  • 10
  • 12