Mathlib Map

Theorems · Definition · commutative algebra

Ideal.homogeneousCore

{ι : Type u_1} →
  {σ : Type u_2} →
    {A : Type u_3} →
      [inst : Semiring A] →
        [inst_1 : SetLike σ A] →
          [inst_2 : AddSubmonoidClass σ A] →
            (𝒜 : ι → σ) →
              [inst_3 : DecidableEq ι] → [inst_4 : AddMonoid ι] → [inst_5 : GradedRing 𝒜] → Ideal A → HomogeneousIdeal 𝒜

For any I : Ideal A, not necessarily homogeneous, I.homogeneousCore' 𝒜 is the largest homogeneous ideal of A contained in I.

Defined in
Mathlib.RingTheory.GradedAlgebra.Homogeneous.Ideal
Cited by
11 results in Mathlib
Foundations
Depth 103 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SemiringSetLikeAddSubmonoidClassDecidableEqAddMonoidGradedRing

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites8

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by12

Results whose statement or proof uses this declaration.