Mathlib Map

Theorems · Definition · commutative algebra

Algebra.SubmersivePresentation.jacobianOfHasCoeffs

{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] →
              [inst_3 : Finite σ] →
                (P : Algebra.SubmersivePresentation R S ι σ) →
                  (R₀ : Type u_5) →
                    [inst_4 : CommRing R₀] →
                      [inst_5 : Algebra R₀ R] →
                        [inst_6 : Algebra R₀ S] → [inst_7 : IsScalarTower R₀ R S] → [P.HasCoeffs R₀] → MvPolynomial ι R₀

The jacobian of a presentation in the smaller coefficient ring, provided P.HasCoeffs R₀.

Defined in
Mathlib.RingTheory.Extension.Presentation.Core
Cited by
4 results in Mathlib
Foundations
Depth 138 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingCommRingAlgebraFiniteCommRingAlgebraAlgebraIsScalarTowerAlgebra.SubmersivePresentation.HasCoeffs

Around this declaration

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

Cites11

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

Cited by4

Results whose statement or proof uses this declaration.