How would I prove something like this:
$ \forall x >0, \exists y\gt 0,(xy = 1) $
I read it as "For all $x$ greater than $0$, there exists a $y$ greater than $0$, such that $xy=1$."
Is this correct?
I understand this is such an easy proof and I assume it is obviously true, but I don't really understand where to start it or how to prove it. I can see that I eventually need to show that $\ y=1/x $ but how do I show that? Should I do it by cases? Should I do it by contradiction?
No need to do this case by case.
All we need is to input any/every real positive number $x$, (for every $x\in \mathbb R$, such that $x>0$,)
we can find a $y> 0, y\in \mathbb R$, specifically $$(y> 0,\; \;y\in \mathbb R)\; \;y=\frac 1x$$ such that that $$xy =x\cdot \frac 1x = 1$$
Why we consider $y= \dfrac 1x \gt 0$?:
Given $x>0,x\in \mathbb R$, can you show that $y=\dfrac 1x$ ensures us that $y>0,$ and $y\in \mathbb R$?