Mathlib Map

Theorems · Definition · commutative algebra

HomogeneousIdeal.irrelevant

{ι : Type u_1} →
  {σ : Type u_2} →
    {A : Type u_3} →
      [inst : Semiring A] →
        [inst_1 : DecidableEq ι] →
          [inst_2 : AddCommMonoid ι] →
            [inst_3 : PartialOrder ι] →
              [CanonicallyOrderedAdd ι] →
                [inst_5 : SetLike σ A] →
                  [inst_6 : AddSubmonoidClass σ A] → (𝒜 : ι → σ) → [inst_7 : GradedRing 𝒜] → HomogeneousIdeal 𝒜

For a graded ring ⨁ᵢ 𝒜ᵢ graded by [AddCommMonoid ι] [PartialOrder ι] [CanonicallyOrderedAdd ι], the irrelevant ideal refers to ⨁_{i>0} 𝒜ᵢ, or equivalently {a | a₀ = 0}. This definition is used in Proj construction where ι is always so the irrelevant ideal is simply elements with 0 as 0-th coordinate.

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

Around this declaration

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

AlgebraicGeometry.Proj.map · cited by 9Proj.mapAlgebraicGeometry.ProjectiveSpectrum.comap · cited by 8ProjectiveSpectrum.comapAlgebraicGeometry.Proj.fromOfGlobalSections · cited by 6Proj.fromOfGlobalSectionsAlgebraicGeometry.Proj.sheafedSpaceMap · cited by 5Proj.sheafedSpaceMapAlgebraicGeometry.Proj.awayι_comp_map · cited by 3Proj.awayι_comp_mapAlgebraicGeometry.Proj.comapStructureSheafFun · cited by 3Proj.comapStructureSheafF…AlgebraicGeometry.Proj.mapAffineOpenCover · cited by 3Proj.mapAffineOpenCoverAlgebraicGeometry.Proj.openCoverOfMapIrrelevantEqTop · cited by 3Proj.openCoverOfMapIrrele…HomogeneousIdeal.irrelevant_eq_iSup · cited by 2HomogeneousIdeal.irreleva…AlgebraicGeometry.Proj.awayToSection_comp_appLE · cited by 2Proj.awayToSection_comp_a…HomogeneousIdeal.mem_irrelevant_iff · cited by 2HomogeneousIdeal.mem_irre…HomogeneousIdeal.mem_irrelevant_of_mem · cited by 2HomogeneousIdeal.mem_irre…AlgebraicGeometry.Proj.fromOfGlobalSections_preimage_basicOpen · cited by 2Proj.fromOfGlobalSections…ProjectiveSpectrum.ext · cited by 2ProjectiveSpectrum.extAlgebraicGeometry.ProjectiveSpectrum.comapFun · cited by 2ProjectiveSpectrum.comapF…DFunLike.coe · cited by 62936DFunLike.coeSemiring · cited by 13802SemiringAddCommMonoid · cited by 12281AddCommMonoidPartialOrder · cited by 6410PartialOrderSetLike · cited by 1084SetLikeGradedRing · cited by 424GradedRingRingHom.ker · cited by 363RingHom.kerAddSubmonoidClass · cited by 346AddSubmonoidClassCanonicallyOrderedAdd · cited by 229CanonicallyOrderedAddHomogeneousIdeal · cited by 115HomogeneousIdealDirectSum.decompose · cited by 93DirectSum.decomposeGradedRing.projZeroRingHom · cited by 6GradedRing.projZeroRingHomHomogeneousIdeal.irrelevantCITED BYCITES

Cites12

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

Cited by61

Results whose statement or proof uses this declaration.