Apologies if this isn't at the level of questions expected here!
I've got two simultaneous equations to solve.
(Equation 1): $ x y = 4 $
(Equation 2): $ x + y = 2 $
They produce the following curves:

Question: Whilst it's graphically obvious that they do not make contact, what is the algebraic indicator that these two lines do not meet? How do you prove that?
So the curves are
$$\frac4x\quad\text{and}\quad2-x$$
To prove that these curves do not meet, it simply means that
$$\frac4x=2-x$$
has no solutions, to solve this we multiply by $x$
$$4=2x-x^2$$
Then multiply with $-1$ and switch the left and right of the equality
$$x^2-2x=-4$$
Then I'm going to add one to each side
$$x^2-2x+1=-3$$
The left hand side can be rewritten as
$$(x-1)^2=-3$$
No number squared can be negative, so the equation has no solutions.