I apologize for the terrible formatting. I'm reading the guide and trying stuff out but its not working. Extremely sorry, but please bear with me.
Prove the following: If $x$ and $y$ are positive real numbers then $(x + y)^2 \neq x^2 + y^2$
I attempted to prove this statement by contradiction.
Assume $x$ and $y$ to be positive real numbers and $(x + y)^2 = x^2 + y^2$
Then $x^2 + 2xy + y^2 = x^2 + y^2$
$2xy = 0$ and $xy = 0$ so either $x = 0$ or $y = 0$ or both. In either case this contradicts the fact that $x$ and $y$ are positive real numbers.
Am I using proof by contradiction correctly?