A given text states, “Every real number except zero has a multiplicative inverse" (where mul- tiplicative inverse of a real number x is a real number y such that xy = 1).
It offers the following translation:
$$\forall x((x\neq 0) \rightarrow \exists y(xy = 1)).$$
I personally translated the statement as:
$$\forall x \exists y((x\neq 0)\rightarrow (xy = 1)).$$
Are these two statements logically equivalent? My reasoning being, for every real number x, there exists a real number y, such that if x does not equal zero, then the product of x and y equals 1.
Yes :
and
are logically equivalent, because :
In your case, $\alpha$ is $(x \ne 0 )$ and $y$ is not free in it.