True or False: For all $x \in \mathbb{R}_{>0}$ there exists a y $ \in \mathbb{R}_{>0}$ such that $|2x+y| = 5$
I have already verified the sentence and I know it is false, but I have done it by giving a value to x:
$x=4$ Then
$ |2x+y| = 5 \ \implies \ |8+y| = 5 \ \implies \ y=-13 \text{ or } y = -3. $
Hence, $y<0$ in either case and so $y \notin \mathbb{R}_{>0}.$
How can I prove it in a general way, that is, without giving a value to x or y?
since $x >0, y>0$, we have $|2x+y|=2x+y$
For any $x > \frac52$ and $y>0$, $2x+y > 5$.
Remark: counter example is a proof.