This question is from Velleman's How to Prove it? (1994). There is no secret:
You are asked to prove that there exists a $z \in \mathbb{R}^+$ that, for all $z \in \mathbb{R}^+$, the biconditional statement
$$∃y∈\mathbb{R}(y−x=y/x)↔x≠z$$
is true. Then we just recall what Velleman says about proving quantified sentences:
To prove a goal of the form $∀x P(x)$:
Let x stand for an arbitrary object and prove P(x). The letter x must be a new variable in the proof. If x is already being used in the proof to stand for something, then you must choose an unused variable, say y, to stand for the arbitrary object, and prove $P(y)$.
and
To prove a goal of the form $∃x P(x)$:
Try to find a value of x for which you think $P(x)$ will be true. Then start your proof with “Let x = (the value you decided on)” and proceed to prove
$P(x)$ for this value of x. Once again, x should be a new variable.
This means that, for the outer universal quantifier, x must be an arbitrary (new) variable and, for the out-most existential quantifier you must chose a value $z=a$ for it. You should prove the universal quantifier before, and the existential next.
Indeed, the structure of the main sentence you have to prove is of a biconditional, which means you proof should have more or less the following structure:
Let $z=a \in \mathbb{R}^+$ (whatever value you need for it).
Let $x \in \mathbb{R}^+$
- Proof of $\Rightarrow$
- Proof of $\Leftarrow$
Proof of $\forall$
Proof of $\exists$