feat(Algebra): Define associated graded algebra
Define the associated graded algebra of a filtered algebra, constructed from a special case of associated graded ring.
- [ ] depends on: #26858
migrated from #21806
PR summary 16dc83e76d
Import changes for modified files
No significant changes to the import graph
Import changes for all files
| Files | Import difference |
|---|---|
Mathlib.RingTheory.FilteredAlgebra.AssociatedGraded (new file) |
783 |
Declarations diff
+ AssociatedGraded
+ Filtration.pow_lift
+ Filtration.pow_mem
+ GradedPiece
+ GradedPiece.HEq_mul_assoc
+ GradedPiece.HEq_mul_one
+ GradedPiece.HEq_one_mul
+ GradedPiece.add_mul
+ GradedPiece.algebraMap
+ GradedPiece.algebraMap.commutes
+ GradedPiece.algebraMap.map_mul
+ GradedPiece.algebraMap.smul_def
+ GradedPiece.gnpow
+ GradedPiece.gnpow_succ'
+ GradedPiece.gnpow_zero'
+ GradedPiece.intCast
+ GradedPiece.intCast_negSucc_ofNat
+ GradedPiece.intCast_ofNat
+ GradedPiece.mk_smul
+ GradedPiece.mul_add
+ GradedPiece.mul_zero
+ GradedPiece.natCast
+ GradedPiece.natCast_succ
+ GradedPiece.natCast_zero
+ GradedPiece.zero_mul
+ HEq_eq_mk_coe_eq
+ HEq_eq_mk_eq
+ HEq_rfl
+ IsRingFiltration.hMul
+ ext
+ gnpow_def
+ gradedMul_def
+ hMul
+ hasGMul
+ hasGMul.gradedMul
+ hasGMul.mk_int
+ hasGMul.mul_equiv_mul
+ hasGMul_AddSubgroup
+ induction_on
+ instance (i : ι) : Module R (GradedPiece F F_lt i)
+ instance [AddCommMonoid ι] [PartialOrder ι] [IsOrderedCancelAddMonoid ι] [IsRingFiltration F F_lt] :
+ instance [AddMonoid ι] [PartialOrder ι] [AddSubgroupClass σ R]
+ instance [IsRingFiltration F F_lt] : GradedMonoid.GOne (GradedPiece F F_lt)
+ instance [IsRingFiltration F F_lt] {i j : ι} :
+ instance [Preorder ι] [IsFiltration F F_lt] (i : ι) : Setoid (AddSubgroup.ofClass (F i))
+ instance [hasGMul F F_lt] : DirectSum.GAlgebra R (GradedPiece F F_lt)
+ instance [hasGMul F F_lt] : DirectSum.GRing (GradedPiece F F_lt)
+ instance [hasGMul F F_lt] : DirectSum.GSemiring (GradedPiece F F_lt)
+ instance [hasGMul F F_lt] : GradedMonoid.GMonoid (GradedPiece F F_lt)
+ instance [hasGMul F F_lt] : GradedMonoid.GMul (GradedPiece F F_lt)
+ instance [hasGMul F F_lt] [DecidableEq ι] : Algebra R (AssociatedGraded F F_lt)
+ instance [hasGMul F F_lt] [DecidableEq ι] : Ring (AssociatedGraded F F_lt)
+ mk_apply_of_mem
+ mk_apply_of_not_mem
+ mk_eq
+ mk_injective
+ mk_mul
+ of
+ of_apply
+ of_eq_of_ne
+ of_eq_self
+ of_injective
+ sum_support_of
+ sum_univ_of
+ support_of
+ support_of_subset
++ mk
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.
Increase in tech debt: (relative, absolute) = (1.00, 0.06)
| Current number | Change | Type |
|---|---|---|
| 18 | 1 | disabled simpNF lints |
Current commit f9f5aebd5a Reference commit 16dc83e76d
You can run this locally as
./scripts/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).
This PR/issue depends on:
- leanprover-community/mathlib4#26858 By Dependent Issues (🤖). Happy coding!
This pull request has conflicts, please merge master and resolve them.
This pull request has conflicts, please merge master and resolve them.
I handed this PR out to another collaborator, the new PR is #33219.