My PhD supervisor called the following result something along the lines: "The theorem in the theory of Latin squares with the most incorrect proofs" (then, to my embarrassment, proceeded to point out an error in my "proof" at the time). I'll pose proving it as a problem.
Definition: A $k \times n$ *Latin rectangle* is a $k \times n$ matrix with symbols from $\{1,2,\ldots,n\}$ for which each symbol occurs exactly once in each row and at most once in each column. For example:
1 2 4 3
2 3 1 4
4 1 3 2
is a $3 \times 4$ Latin rectangle.
Definition: A Latin rectangle is called reduced if the first row is $(1,2,\ldots,n)$ and the first column is $(1,2,\ldots,k)^T$.
The above Latin rectangle is not reduced, but this one is:
1 2 3 4
2 3 4 1
3 4 1 2
Let $L_{k,n}$ be the number of $k \times n$ Latin rectangles. Let $R_{k,n}$ be the number of reduced $k \times n$ Latin rectangles.
Theorem: For all $1 \leq k \leq n$, \[L_{k,n}=\frac{n!(n-1)!}{(n-k)!}R_{k,n}.\]
Problem: Prove it (and double-check your proof).
Consider the following reduction algorithm:
Taking our steps in reverse to unscramble a reduced form, we have $(n-1)!$ choices in the third step, $(n-1)^{\underline{k-1}} = (n-1)!/(n-k)!$ choices in the second step, and $n$ choices in the first step, to a total of $$(n-1)!\frac{(n-1)!}{(n-k)!}n = \frac{n!(n-1)!}{(n-k)!}.$$
More formally, we could define
Then we show the following: $$\begin{align*} L_{k,n} &= n A_{k,n}, \\ A_{k,n} &= \frac{(n-1)!}{(n-k)!} B_{k,n}, \\ B_{k,n} &= (n-1)R_{k,n}. \end{align*}$$