I am trying to solve the following optimization problem. I'd appreciate any tips or directions.
$ \text{minimize } |x|^2 + |y|^2$
$ \text{subject to } |x-y|^2 \geq 1$
where $|.|$ is the absolute value, and $x$ and $y$ are two complex scalers.
EDITED: The variables are complex