Mathlib Map

Theorems · Definition · commutative algebra

Algebra.Presentation.tensorModelOfHasCoeffsHom

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

(Implementation detail): The underlying AlgHom of tensorModelOfHasCoeffsEquiv.

Defined in
Mathlib.RingTheory.Extension.Presentation.Core
Cited by
3 results in Mathlib
Foundations
Depth 105 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingCommRingAlgebraCommRingAlgebraAlgebraIsScalarTowerAlgebra.Presentation.HasCoeffs

Around this declaration

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

Cites19

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.