Mathlib Map

Theorems · Inductive type · commutative algebra

Algebra.Presentation.HasCoeffs

{R : Type u_1} →
  {S : Type u_2} →
    {ι : Type u_3} →
      {σ : Type u_4} →
        [inst : CommRing R] →
          [inst_1 : CommRing S] →
            [inst_2 : Algebra R S] →
              Algebra.Presentation R S ι σ →
                (R₀ : Type u_5) →
                  [inst_3 : CommRing R₀] →
                    [inst_4 : Algebra R₀ R] → [inst_5 : Algebra R₀ S] → [IsScalarTower R₀ R S] → Prop

A ring R₀ has the coefficients of the presentation P if the coefficients of the relations of P lie in the image of R₀ in R. The smallest subring of R satisfying this is given by Algebra.Presentation.Core P.

Defined in
Mathlib.RingTheory.Extension.Presentation.Core
Cited by
23 results in Mathlib
Foundations
Depth 7 from the axioms · uses no axioms
Assumes
CommRingCommRingAlgebraCommRingAlgebraAlgebraIsScalarTower

Around this declaration

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

Algebra.Presentation.relationOfHasCoeffs · cited by 18Presentation.relationOfHa…Algebra.Presentation.ModelOfHasCoeffs · cited by 14Presentation.ModelOfHasCo…Algebra.PreSubmersivePresentation.ofHasCoeffs · cited by 7PreSubmersivePresentation…Algebra.Presentation.map_relationOfHasCoeffs · cited by 4Presentation.map_relation…Algebra.Presentation.tensorModelOfHasCoeffsEquiv · cited by 4Presentation.tensorModelO…Algebra.Presentation.tensorModelOfHasCoeffsInv · cited by 3Presentation.tensorModelO…Algebra.Presentation.tensorModelOfHasCoeffsHom · cited by 3Presentation.tensorModelO…Algebra.Presentation.tensorModelOfHasCoeffsInv_aeval_val · cited by 2Presentation.tensorModelO…Algebra.Smooth.exists_subalgebra_fg · cited by 2Smooth.exists_subalgebra_…Algebra.Presentation.HasCoeffs.coeffs_subset_range · cited by 2HasCoeffs.coeffs_subset_r…Algebra.PreSubmersivePresentation.ofHasCoeffs_map · cited by 1PreSubmersivePresentation…Algebra.PreSubmersivePresentation.ofHasCoeffs_relation · cited by 1PreSubmersivePresentation…Algebra.Presentation.coeffs_subset_range · cited by 1Presentation.coeffs_subse…Algebra.Presentation.HasCoeffs.relation_mem_range_map · cited by 1HasCoeffs.relation_mem_ra…Algebra.Presentation.HasCoeffs.coeffs_relation_mem_range · cited by 1HasCoeffs.coeffs_relation…CommRing · cited by 17173CommRingAlgebra · cited by 11388AlgebraIsScalarTower · cited by 3896IsScalarTowerAlgebra.Presentation · cited by 70Algebra.PresentationPresentation.HasCoeffsCITED BYCITES

Cites4

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

Cited by31

Results whose statement or proof uses this declaration.