Theorem 11: LPS Graphs are Ramanujan #
Main Results #
pgl2_card_ge_six: PGL(2, q) has at least 6 elements for odd prime q ≥ 5.psl2_card_ge_six: PSL(2, q) has at least 6 elements for odd prime q ≥ 5.lpsGraphPGL_card_ge_two: The LPS graph on PGL has at least 2 vertices.lpsGraphPSL_card_ge_two: The LPS graph on PSL has at least 2 vertices.lpsGraphPGL_lambda2_le: Under Ramanujan + spectral hypotheses, λ₂ ≤ 2√p.lpsGraphPSL_lambda2_le: Under Ramanujan + spectral hypotheses, λ₂ ≤ 2√p.
The connectedness and Ramanujan properties of LPS graphs follow from deep results in algebraic number theory (the Ramanujan–Petersson conjecture, proved via the Weil conjectures by Deligne). These are taken as hypotheses in the main theorems, since the required algebraic geometry is not available in Mathlib.
Cardinality bounds: PGL and PSL have at least 6 elements #
Connectedness, Ramanujan property, and spectral bounds #
The following deep results are taken as hypotheses in downstream theorems:
- Connectedness of LPS graphs follows from the fact that S_{p,q} generates PGL/PSL.
- Ramanujan property follows from the Ramanujan–Petersson conjecture for GL(2)/ℚ, proved by Eichler–Igusa (weight 2) building on the Weil conjectures (Deligne, 1974).
- Spectral bound |λ₂| < s for connected s-regular graphs follows from the Perron–Frobenius theorem for non-negative matrices.
These results require algebraic geometry and spectral theory not available in Mathlib.
They appear as explicit hypotheses hconn, hram, and hspec in the theorems below.
Corollary: λ₂ ≤ 2√p #
The second-largest eigenvalue of the LPS graph on PGL satisfies λ₂ ≤ 2√p.
The Ramanujan property and the spectral bound |λ₂| < s for connected regular graphs
are deep results taken as hypotheses.
The second-largest eigenvalue of the LPS graph on PSL satisfies λ₂ ≤ 2√p.
The Ramanujan property and the spectral bound are taken as hypotheses.
Combined result #
LPS Ramanujan Theorem (PGL, combined).
The LPS graph X_{p,q} on PGL(2,q) is (p+1)-regular and has ≥ 2 vertices (proved).
Under the hypotheses that the graph is connected and Ramanujan (deep results from
Lubotzky–Phillips–Sarnak requiring algebraic geometry not in Mathlib), the full
combined result holds.
LPS Ramanujan Theorem (PSL, combined).
The LPS graph X_{p,q} on PSL(2,q) is (p+1)-regular and has ≥ 2 vertices (proved).
Under the hypotheses that the graph is connected and Ramanujan (deep results),
the full combined result holds.