Documentation

FormalConjectures.ErdosProblems.«723»

Erdős Problem 723 #

Also known as the prime power conjecture.

Reference: erdosproblems.com/723

If there is a finite projective plane of order $n$ then must $n$ be a prime power?

These always exist if $n$ is a prime power.

This conjecture has been proved for $n \leq 11$.

theorem Erdos723.bruck_ryser {P L : Type} [Membership P L] (n : ) (pp : Configuration.ProjectivePlane P L) (hpp : Configuration.ProjectivePlane.order P L = n) :
n 1 [MOD 4] n 2 [MOD 4]∃ (a : ) (b : ), n = a ^ 2 + b ^ 2

Bruck and Ryser have proved that if $n \equiv 1 (\mod 4)$ or $n \equiv 2 (\mod 4)$ then $n$ must be the sum of two squares.