A certain rectangle has lengths $(2a-1)$ and $(2b-1)$, where $a$ and $b$ are integers. This implies that the lengths are odd integers.
The area of this rectangle is $(2a-1)(2b-1)$. A theorem claims that the area of this rectangle is equal to the difference bewtween two perfect squares, or $(c^2 -d^2)$ where $c$ and $d$ are integers.
How may I prove the theorem in the following form?
$$(2a-1)(2b-1)=(c^2-d^2)$$
or $$\forall a\in\mathbb{Z}, \forall b \in \mathbb{Z},\exists c \in \mathbb{Z},\exists d \in \mathbb{Z}, (2a-1)(2b-1)=(c^2-d^2)$$
I am aware that $c^2-d^2$ is equal to $(c-d)(c+d)$ and $(c-d)^2+2d(c-d)$, but I am not sure if this is at all helpful.