Should've paid attention in math foundations. Can anyone solve this using direct, contradiction or contrapositive?
$\forall x, y \in \mathbb{R}$, if $x \lt y$, then $2 + x \lt 4 + y$.
This is the work I've done so far,
$x \lt y$
$\Rightarrow x + 1 \lt y + 1$ (O3)
$\Rightarrow x + 1 + 1 \lt y + 1 + 1$ (O3)
$\Rightarrow x + 2 \lt y + 2$
And I've also proved that $2 \lt 4$, but I cannot figure out how to properly connect this to get the solution of $x + 2 \lt y + 4$.