1

My proof by contradiction ends with $x=-x$ when x is a positive integer. What is the correct terminology for why this is a contradiction?

Right now it says "This yields a contradiction since a positive integer cannot equal the negative value of itself", but I'm sure there's a theorum or something for this.

Thank you!

GiantDuck
  • 129

3 Answers3

2

You can do another proof by contradiction for that:

Assume $x\ne0$ and $x=-x$. Since $x$ is not $0$, we may divide by $x$ to achieve: $1=-1$. This is a falsity. Therefore we conclude $x=0$, which is not a positive number.

Thorgott
  • 11,682
2

Trichotomy Law: If $a,b\in\mathbb{R}$ then exactly one of the following holds $$(i)a>b\quad (ii)a=b\quad (iii)a<b$$

In your case, we have $-x<x$ since $x$ is positive integer. Thus, by the above law, $-x\neq x$. This is in contradiction to the one you obtained $-x=x$.

1

Just note that $x=-x$ is equivalent to $x+x = 0$, equivalent to $x = 0$.

Yes
  • 20,719