feat(RepresentationTheory): add stabilizers of vectors in representations#40941
feat(RepresentationTheory): add stabilizers of vectors in representations#40941JX-Mo wants to merge 10 commits into
Conversation
Welcome new contributor!Thank you for contributing to Mathlib! If you haven't done so already, please review our contribution guidelines, as well as the style guide and naming conventions. In particular, we kindly remind contributors that we have guidelines regarding the use of AI when making pull requests. We use a review queue to manage reviews. If your PR does not appear there, it is probably because it is not successfully building (i.e., it doesn't have a green checkmark), has the If you haven't already done so, please come to https://leanprover.zulipchat.com/, introduce yourself, and mention your new PR. Thank you again for joining our community. |
PR summary 6215b7002aImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
| Current number | Change | Type (weak) |
|---|---|---|
| 4974 | 1 | exposed public sections |
Current commit 6215b7002a
Reference commit 7bc792d598
This script lives in the mathlib-ci repository. To run it locally, from your mathlib4 directory:
git clone https://github.com/leanprover-community/mathlib-ci.git ../mathlib-ci
../mathlib-ci/scripts/reporting/technical-debt-metrics.sh pr_summary
- The
relativevalue is the weighted sum of the differences with weight given by the inverse of the current value of the statistic. - The
absolutevalue is therelativevalue divided by the total sum of the inverses of the current values (i.e. the weighted average of the differences).
Co-authored-by: Thomas Browning <tb65536@users.noreply.github.com>
1. Delete the last lemma and relevant imports. 2. Fix naming conventions. 3. Delete the long list in docstring.
Make {n : \Nat} implicit in le_stabilizer_sum
tb65536
left a comment
There was a problem hiding this comment.
Remember to remove the "awaiting-author" tag once you are done responding to all of the comments (type "-awaiting-author")
Style improvements.
Simplify proofs related to stabilizers using simp +contextual.
|
-awaiting-author |
|
"-awaiting-author" |
Use the latest lemma `inv_apply_eq_iff` to shorten the proof of stabilizer_conj
|
My subsequent PR #41199 about basics of smooth representations is now available on GitHub. |
Add Representation.stabilizer: the subgroup fixing a vector in a representation.
Provide basic lemmas for zero vectors, scalar multiples, sums, intertwining maps, and conjugations, as a first step toward smooth representations. Make representation-theoretic arguments use this specialized API instead of repeatedly unfolding the fixed-vector condition or routing through the more general MulAction stabilizer API.