Let $A$ be a positive definite matrix.
The equation $x^TAx=1$ defines an ellipsoid.
I would like to justify the fact that $x^T A x > 1$ implies that $x$ is outside of the ellispoid.
In other words, why is $\{x\ | \ x^TAx\leq1\}$ the "full" ellipsoid?
It may help to note that $x^\top A x = c^2$ defines an ellipsoid for any $c$. When $c = 0$, this is a single point $\{0\}$, and as $c^2$ grows, the ellipsoid grows and grows.
Alternatively, another way to see this is that if $x^\top A x = c^2 > 1$ then $x/|c|$ lies on the original ellipsoid since $(x/|c|)^\top A (x / |c|) = 1$. But $x/|c|$ is closer to zero than $x$.