Let's say that $X$ is a parallelogram with vertices that have integer coordinates, how could I prove that $X$'s area is an integer?
The vertices are $0, A, B$ and $A + B$. How would I do this?
Let's say that $X$ is a parallelogram with vertices that have integer coordinates, how could I prove that $X$'s area is an integer?
The vertices are $0, A, B$ and $A + B$. How would I do this?
The area of the parallelogram with two sides defined by the position vectors $A=(a,b)$ and $B=(c,d)$ from the origin is given by the magnitude of the cross product of the vectors: $$|A×B|=|(0,0,ad-bc)|=|ad-bc|$$ Since all of $a,b,c,d$ are integers here, the area $|ad-bc|$ is also an integer.
If $A=x_1 +iy_1$ and $B=x_2+iy_2$ then
$A\bar B = (x_1+iy_1)(x_2-iy_2) = (x_1x_2 +y_1y_2) + i(x_2y_1-x_1y_2)$
so $|Im(A\bar B)| = |x_2y_1-x_1y_2|$, which is the area of the parallelogram.