Minkowski's Convex Body Theorem for lattices in the plane: Suppose $\mathfrak{L}$ is a lattice in $\mathbf{R}^2$ defined as $\mathfrak{L}=\{m\vec{v_1}+n\vec{v_2}:m,n\in\mathbf{Z}\}$, where $\vec{v_1}$ and $\vec{v_2}$ are linearly independent. Suppose $d$ is the area of a fundamental parallelogram of $\mathfrak{L}$. Then, if $\mathcal{S}$ is a convex and origin-symmetric region with $Area(\mathcal{S})>4d$, then $\mathcal{S}$ contains some point $q\neq 0$ such that $q\in\mathfrak{L}$.
There is a particularly nice proof of Fermat's two square theorem - an odd prime $p$ is expressible as $x^2+y^2$ for $x,y\in\mathbf{Z}$ $\iff$ $p\equiv 1\pmod{4}$ - using this fact. Here is my proof below:
Choose $a\in\mathbf{Z}$ such that $p|a^2+1$. Now, let $\mathfrak{L}$ be a lattice in $\mathbf{R}^2$ defined as $\mathfrak{L}=\{m\vec{v_1}+n\vec{v_2}:m,n\in\mathbf{Z}\}$ where $\vec{v_1}=(a,1)$ and $\vec{v_2}=(p,0)$. It is easy to see that a fundamental parallelogram $\mathfrak{F}$ of $\mathfrak{L}$ has area $p$. Now, suppose $(x,y)\in\mathfrak{L}$. Then we have $x=ma+np, y=m$, so \begin{align*}x^2+y^2 &= (ma+np)^2 + m^2 \\ &= m^2a^2+2manp+n^2p^2+m^2\\ &= m^2(a^2+1) + 2manp + n^2p^2 \\ &\equiv m^2(a^2+1)\pmod{p} \\ &\equiv 0\pmod{p} \end{align*} due to our choice of $a$. Now, let $\mathfrak{C}$ be an $O$-symmetric circle with radius $\sqrt{2p}$, so $\mathfrak{C}=\{(x,y)\in\mathbf{R}^2 : x^2+y^2<2p\}$ Then $$Area(\mathfrak{C})=2p\pi > 4p = 4\cdot Area(\mathfrak{F}).$$ Thus, by Minkowski, $\exists$ a lattice point $(j,k)\in\mathfrak{C}\setminus (0,0)$. By the above work, $p|j^2+k^2$, and by definition of $\mathfrak{C}$, $j^2+k^2<2p$. Moreover, $j^2+k^2$ is positive, so $0<j^2+k^2<2p$, but in order for $j^2+k^2$ to be divisible by $p$, we must have $p=j^2+k^2$, so we are done.
Are there any other results that can be derived in a similar manner? Specifically, what primes can be expressed as $x^2+2y^2$? $x^2+3y^2$? Any ideas are greatly appreciated.