Theorems · Inductive type · ring theory
GradedRing
{ι : Type u_1} →
{A : Type u_3} →
{σ : Type u_4} →
[DecidableEq ι] →
[AddMonoid ι] →
[inst : Semiring A] → [inst_1 : SetLike σ A] → [AddSubmonoidClass σ A] → (ι → σ) → Type (max u_1 u_3)An internally-graded R-algebra A is one that can be decomposed into a collection
of Submodule R As indexed by ι such that the canonical map A → ⨁ i, 𝒜 i is bijective and
respects multiplication, i.e. the product of an element of degree i and an element of degree j
is an element of degree i + j.
Note that the fact that A is internally-graded, GradedAlgebra 𝒜, implies an externally-graded
algebra structure DirectSum.GAlgebra R (fun i ↦ ↥(𝒜 i)), which in turn makes available an
Algebra R (⨁ i, 𝒜 i) instance.
- Defined in
- Mathlib.RingTheory.GradedAlgebra.Basic
- Cited by
- 424 results in Mathlib
- Foundations
- Depth 11 from the axioms, rests on 97 definitions · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Semiringstatement · cited by 13,802
- AddMonoidstatement · cited by 2,864
- SetLikestatement · cited by 1,084
- AddSubmonoidClassstatement · cited by 346
Cited by537
Results whose statement or proof uses this declaration.
- HomogeneousIdealstatement and proof · cited by 115
- HomogeneousIdeal.toIdealstatement and proof · cited by 105
- GradedAlgebraproof · cited by 97
- ProjectiveSpectrumstatement · cited by 86
- AlgebraicGeometry.Projstatement and proof · cited by 63
- ProjectiveSpectrum.asHomogeneousIdealstatement and proof · cited by 61
- ProjectiveSpectrum.basicOpenstatement and proof · cited by 48
- HomogeneousIdeal.irrelevantstatement and proof · cited by 46
- ProjectiveSpectrum.zeroLocusstatement and proof · cited by 42
- AlgebraicGeometry.Proj.basicOpenstatement and proof · cited by 38
- ProjectiveSpectrum.topstatement and proof · cited by 32
- Ideal.IsHomogeneousstatement and proof · cited by 30
Showing the 200 most cited of 537.