Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Tannaka duality for finite groups #22176

Draft
wants to merge 13 commits into
base: master
Choose a base branch
from
Draft

feat: Tannaka duality for finite groups #22176

wants to merge 13 commits into from

Conversation

ybenmeur
Copy link
Collaborator

Proves Tannaka duality for finite groups.


Open in Gitpod

@github-actions github-actions bot added the new-contributor This PR was made by a contributor with at most 5 merged PRs. Welcome to the community! label Feb 21, 2025
Copy link

github-actions bot commented Feb 21, 2025

PR summary 677b3fd017

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference
Mathlib.RepresentationTheory.Tannaka (new file) 1735

Declarations diff

+ algHomOfRightFDRepComp
+ auxFDRepHom
+ auxLinearMap
+ auxLinearMap_single_id
+ equiv
+ equivApp
+ equivHom
+ equivHom_inj
+ equivHom_surj
+ eval_of_alghom
+ forget
+ instance (V : FDRep R G) : AddCommGroup V := by
+ instance (V : FDRep R G) : Module R V := by
+ instance (V : FDRep R G) : Module.Finite R V := by
+ instance : (forget₂ (FDRep k G) (FGModuleCat k)).Monoidal := by
+ instance : CoeSort (FDRep R G) (Type u)
+ instance : ConcreteCategory (FDRep R G) (Action.HomSubtype _ _) := inferInstance
+ instance : HasForget₂ (FDRep R G) (Rep R G)
+ instance : LargeCategory (FDRep R G) := inferInstance
+ instance : Linear R (FDRep R G) := by infer_instance
+ instance : Preadditive (FDRep R G) := inferInstance
+ leftRegular
+ leftRegularFDRepHom
+ map_mul_toRightFDRepComp
+ mulRepHom
+ rightFDRep
+ rightRegular
+ tannaka_duality
+ toRightFDRepComp
+ toRightFDRepComp_in_rightRegular
+ toRightFDRepComp_inj
- instance (V : FDRep k G) : AddCommGroup V := by
- instance (V : FDRep k G) : Module k V := by
- instance : CoeSort (FDRep k G) (Type u)
- instance : ConcreteCategory (FDRep k G) (Action.HomSubtype _ _) := inferInstance
- instance : HasForget₂ (FDRep k G) (Rep k G)
- instance : LargeCategory (FDRep k G) := inferInstance
- instance : Linear k (FDRep k G) := by infer_instance
- instance : Preadditive (FDRep k G) := inferInstance

You can run this locally as follows
## summary with just the declaration names:
./scripts/declarations_diff.sh <optional_commit>

## more verbose report:
./scripts/declarations_diff.sh long <optional_commit>

The doc-module for script/declarations_diff.sh contains some details about this script.


No changes to technical debt.

You can run this locally as

./scripts/technical-debt-metrics.sh pr_summary
  • The relative value is the weighted sum of the differences with weight given by the inverse of the current value of the statistic.
  • The absolute value is the relative value divided by the total sum of the inverses of the current values (i.e. the weighted average of the differences).

@github-actions github-actions bot added the t-algebra Algebra (groups, rings, fields, etc) label Feb 21, 2025
@mathlib4-dependent-issues-bot mathlib4-dependent-issues-bot added the blocked-by-other-PR This PR depends on another PR to Mathlib (this label is automatically managed by a bot) label Feb 21, 2025
@mathlib4-dependent-issues-bot
Copy link
Collaborator

This PR/issue depends on:

@jcommelin
Copy link
Member

Hi! It's really cool to see this formalized. Note that your entire proof works verbatim over domains, and mostly even over (nontrivial) commutative rings.
I've just created #22235 for the generalization of FDRep.

See 80f3a63 for the generalization.

ybenmeur added a commit that referenced this pull request Feb 24, 2025
@leanprover-community-bot-assistant leanprover-community-bot-assistant added the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked-by-other-PR This PR depends on another PR to Mathlib (this label is automatically managed by a bot) merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) new-contributor This PR was made by a contributor with at most 5 merged PRs. Welcome to the community! t-algebra Algebra (groups, rings, fields, etc)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants