Prove that there exists a complex number $z=a+ib$ on the complex plane such that there are no two complex numbers $z_1=x_1+i y_1$ and $z_2=x_2+i y_2$ such that $\left|z_1-z\right|=\left|z_2-z\right|$ where $a, b \in \mathbb{R}$ and $x_1, x_2, y_1, y_2 \in \mathbb{Z}$
I assumed the contrary, hence I tried using distance formula to get $\left(x_1-a\right)^2+\left(y_1-b\right)^2=\left(x_2-a\right)^2+\left(y_2-b\right)^2 \implies \left(x_1-x\right)\left(x_1+x_2-2 a\right)=\left(y_2-y\right)\left(y_2+y_1-2 b\right)$. Here, $x_1-x, x_1+x_2, y_2-y, y_2+y_1$ are all integers while $2a,2b$ aren't necessarily integers. My aim was to look for some contradiction, but I can't progress from here.
Now for the second case, where $y_1 \neq y_2,$ you can divide both sides of the equation to get $$\frac{x_1 - x_2}{y_2 - y_1} = \frac{y_1+y_2 -2b}{x_1 + x_2 - 2a}.$$ Because all of the $x_i, y_i,$ are integers, (continued)
– Alan Chung Jan 06 '23 at 21:12