Add certified Galois groups (degree-6 A₄×C₂ / 6T6) via CertifyingInvariantsNF - #80
Open
CBirkbeck wants to merge 1 commit into
Open
Add certified Galois groups (degree-6 A₄×C₂ / 6T6) via CertifyingInvariantsNF#80CBirkbeck wants to merge 1 commit into
CBirkbeck wants to merge 1 commit into
Conversation
Require the Galois-group certification library and re-export the degree-6 showcase in `LeanBridge.Galois`: Gal(x⁶ − 5x⁴ − 50x² + 125 / ℚ) ≅ A₄ × C₂ (the transitive group 6T6, order 24). The dependency is CBirkbeck/CertifyingInvariantsNF@galois-v431-bump, ported to Lean v4.31.0 / mathlib fabf563a to match LeanBridge. The underlying library also provides reusable Dedekind/Frobenius cycle-type certificates, the discriminant square test, and cubic Galois-group determination. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this adds
Brings the Galois-group certification library into LeanBridge, linking LMFDB Galois-group data (
nTklabels) to formal Lean proofs. The library is consumed as a lake dependency (IdealArithmetic, fromCBirkbeck/CertifyingInvariantsNF@galois-v431-bump), andLeanBridge/Galois.leanre-exports the headline result:The underlying library (available via the dependency)
Reusable, general machinery (all
sorry-free, headline results axiom-clean):fequals the multiset of factor degrees off mod p, packaged as a user-facingFrobeniusCycleTypeCertificate.Aₙiffdiscis a square (K. Conrad, Thm 4.7).ℚhas groupA₃(order 3) orS₃(order 6) by whetherdiscis a square.C₂³ ⋊ C₃ ≅ A₄ × C₂(threeBlockIso), which combine to certify the degree-6 example.How the example is certified
f = g(X²)withg = Y³ − 5Y² − 50Y + 125(cyclic cubic ⇒Gal g ≅ C₃).|Gal f| = |Gal g|·|K|whereKis the±-block kernel; thep = 13certificatef mod 13 = (X+2)(X+5)(X−5)(X−2)(X²−2)gives one block-transposition, theC₃symmetry spreads it toK ≅ C₂³(so|Gal f| = 3·8 = 24), andthreeBlockIsoidentifiesGal f ≅ A₄ × C₂.Build / provenance notes
2ee41a03to v4.31.0 /fabf563a(LeanBridge's revision) so it compiles on a matching mathlib; no theorem statement changed in the port.lake buildis green (2620 jobs). The dependency currently points atCBirkbeck/CertifyingInvariantsNF@galois-v431-bump— repoint it if the library moves upstream.🤖 Generated with Claude Code