feat: add Golod-Shafarevich inequality eval problem#386
Merged
Conversation
Add the Golod-Shafarevich inequality for finite p-groups: a nontrivial finite p-group Q satisfies d(Q)^2 < 4 r(Q), where d(Q) is the generator rank and r(Q) = dim H^2(Q; F_p) the relation rank (both fixed by trusted helper definitions). This is one of the two external inputs taken as a hypothesis in Logical Intelligence's formalization of the disproof of Erdos's unit-distance conjecture (Hyp_GolodShafarevichInequality), and is not yet available in Mathlib. 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.
This PR adds the Golod–Shafarevich inequality for finite
p-groups as an eval problem: every nontrivial finitep-groupQsatisfiesd(Q)^2 < 4 r(Q), whered(Q)is the generator rank andr(Q) = dim_{𝔽_p} H²(Q; 𝔽_p)the relation rank. The two trusted helper definitionsgeneratorRankandrelationRank(non-holes) fix the meaning ofdandr, presenting a finitep-group as a discrete topological group so that topological generation and continuous cohomology agree with their abstract counterparts; they followErdosUnitDistance.Defs.ProPGroups.This is one of the two external inputs taken as a hypothesis in Logical Intelligence's formalization of the disproof of Erdős's unit-distance conjecture (erdos-unit-distance,
Hyp_GolodShafarevichInequality), and is not yet in Mathlib. The statement was checked for faithfulness against NSW Theorem 3.9.7 and Serre by an independent review, and the module builds with only the expectedsorry.🤖 Prepared with Claude Code