Help with simple proof

Aion

Junior Member
Joined
May 8, 2018
Messages
217
Prove that for every real number x\displaystyle x there is a real number y\displaystyle y such that for every real number z\displaystyle z, yz=(x+z)2(x2+z2)\displaystyle yz = (x+z)^2 - (x^2+z^2).

Can anyone give feedback on my proof thanks!

Suppose x0\displaystyle x_0 is an arbitrary element of R.
Let y=2x0\displaystyle y' = 2x_0 and yR\displaystyle y' \in R
Suppose z0\displaystyle z_0 is an arbitrary element of R.
Then yz0=2x0z0=(x0+z0)2(x02+z02)\displaystyle y'z_0 = 2x_0z_0 = (x_0 + z_0)^2 - (x_0^2 + z_0^2)
Since z0\displaystyle z_0 was arbitrary we conclude
zR(yz=(x0+z)2(x02+z2))\displaystyle \forall z \in R (y'z= (x_0 + z )^2 - (x_0^2 + z^2))
Therefore yRzR(yz=(x0+z)2(x02+z2))\displaystyle \exists y \in R \forall z \in R (yz= (x_0 + z )^2 - (x_0^2 + z^2))
Since x0\displaystyle x_0 was arbitrary,
xRyRzR(yz=(x+z)2(x2+z2))\displaystyle \forall x \in R \exists y \in R \forall z \in R (yz= (x + z )^2 - (x^2 + z^2))
 
Where did y=2x0y' = 2x_{0} come from? Just pulled it out of a hat? Why not y=7x0y' = 7x_{0}?

Seems like a lot of trouble. Can't you expand and simplify the RHS then simply construct y?

Have you accounted for z=0z = 0?
 
I'm not sure I understand you. How would you have proven it? Thanks for the help.

I thought I wrote:

Let x be an arbitray real number. Let y = 2x. Now let z be an arbitrary real number.

Simplyfying [MATH](x+z)^2 - (x^2+z^2) = x^2 + z^2 +2xz - x^2 - z^2 = 2xz[/MATH]
Now [MATH] y=2x[/MATH], so we have [MATH] yz =2xz[/MATH]Thus we conclude that [MATH] yz = (x+z)^2 - (x^2+z^2)[/MATH]
And if [MATH]z=0[/MATH] then [MATH]0=0?[/MATH]
 
Last edited:
Prove that for every real number x\displaystyle x there is a real number y\displaystyle y such that for every real number z\displaystyle z, yz=(x+z)2(x2+z2)\displaystyle yz = (x+z)^2 - (x^2+z^2).
I will write the question as if it were given in a symbolic logic text.
(xR)(yR)(zR)[yz=(x+z)2(x2+z2)[/tex]\displaystyle (\forall x\in \mathcal{R})(\exists y\in \mathcal{R})(\forall z\in \mathcal{R})[yz=(x+z)^2-(x^2+z^2)[/tex]
That tells us the order in which things must be done.
Suppose that xR\displaystyle x\in \mathcal{R} then let y=2x\displaystyle y=2x so that yR\displaystyle y\in \mathcal{R}.
Now if zR\displaystyle z\in\mathcal{R} it follows that:
\(\displaystyle \begin{align*}(x+z)^2-(x^2+z^2)&=(x^2+2xz+z^2)-(x^2+z^2) \\&=x^2+2xz+z^2-x^2-z^2\\&=2xz\\&=yz \end{align*}\)
Q.E.D.\displaystyle Q.E.D.
 
Last edited:
Top