How would I prove that for all $x$ and $y$, there exists a $z$ such that $x+z=y$?
2026-03-29 04:55:16.1774760116
How to prove for all $x$ and $y$, there exists a $z$ such that $x+z=y$ with only using field axioms for real numbers?
71 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Maybe this can help.
Let $F$ be a field and let $x,y\in F$. We know that $(F,+)$ is an abelian group. Therefore, $-x\in F$. Take $z=y+(-x)$. Then $z\in F$ and applying commutative and associative properties under $+$, we get $$x+z=x+[y+(-x)]=x+[-x+y]=[x+(-x)]+y=0+y=y,$$ where $0$ is the additive identity in $F$.