For $x_1, x_2 \in \mathbb{R}$ there is the rule: $(x_1\times x_2)^2=x_1^2\times x_2^2$. How can I prove, that this rule doesn't apply for: $(x_1+x_2)^2$?
Asked
Active
Viewed 105 times
-1
-
1You don't need contradiction. Just try FOILing $(x_1+x_2)^2$. – Cameron Williams Feb 08 '15 at 19:20
-
1Open up the parentheses in $;(x_1+x_2)^2;$ – Timbuc Feb 08 '15 at 19:21
-
I put it in other words now. I hope it's clearer. – Arthur Feb 08 '15 at 19:34
3 Answers
5
$$(x_1+x_2)^2=x_1^2+x_2^2$$ $$x_1^2+x^2_2+2x_1x_2=x_1^2+x_2^2$$ $$2x_1x_2=0$$ $$x_1=0 \text{ or }x_2=0$$
Teoc
- 8,700
3
this statement doesn't need proof. It just needs a counterexample:
put $x_1=-x_2=1$
souran
- 95
-
Your answer would have been correct if the logical form of the statement was $$(\exists x_1\in\mathbb{R})(\exists x_2\in\mathbb{R})((x_1+x_2)^2\neq x_1^2+x_2^2).$$ But here we have $\forall x_1,x_2$. – Workaholic Feb 08 '15 at 19:27
-
-
1mmahdit your counterexample does not work because it satisfies $$(1-1)^2\neq 1^2+(-1)^2$$ – Teoc Feb 08 '15 at 19:30
-
1
-
1
-
you have mistaken the statement with an equation and you have treated it like finding two numbers that satisfy the equation. and your statement is wrong and the proof of its wrongness is a counterexample. When you want to prove that a statement is not true, logic says you should only provide an example for which the statement does not hold. This example as you know is called "Counterexample". When someone says all black people have mustache you don't need to collect all the population of black people without mustache, You just need to show ONE black man without mustache. just ONE...ok? – souran Feb 09 '15 at 09:06
3
As the integers are contained in the real numbers the statement implies that the sum of any two square numbers is also a square number. $4+9=13$ and $13$ is not square leading to a contradiction. It's fun to see the consequences if it were true!
Karl
- 4,693