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: definitions for Tannaka duality for finite groups #22173

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

ybenmeur
Copy link
Collaborator

@ybenmeur ybenmeur commented Feb 21, 2025

Introduces the file Mathlib/RepresentationTheory/Tannaka.lean with the basic definitions required for the proof of Tannaka duality for finite groups, along with the first lemma showing the injectivity of equivHom.


Since this is my first contribution I will be doing several small PRs.

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 6db2a58325

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) 1727

Declarations diff

+ equivApp
+ equivHom
+ equivHom_inj
+ 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
+ rightFDRep
+ rightRegular
+ toRightFDRepComp
- 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 24, 2025
@mathlib4-dependent-issues-bot
Copy link
Collaborator

This PR/issue depends on:

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) 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