Erdős problem 723
If there is a finite projective plane of order then must be a prime power?
Sources
FormalConjectures/ErdosProblems/
723.lean
Retained formal statement
Bruck and Ryser have proved that if or then must be the sum of two squares.
∀ {P L : Type} [inst : Membership P L] [Fintype P] [Fintype L] (n : ℕ) (pp : Configuration.ProjectivePlane P L), Configuration.ProjectivePlane.order P L = n → n ≡ 1 [MOD 4] ∨ n ≡ 2 [MOD 4] → ∃ a b, n = a ^ 2 + b ^ 2SolvedStatement only, no proof