Mathlib Map

Theorems · Theorem · commutative algebra

DividedPowerAlgebra.map_apply

∀ {R : Type u_2} {M : Type u_3} [inst : CommSemiring R] [inst_1 : AddCommMonoid M] [inst_2 : Module R M] (S : Type u_4)
  [inst_3 : CommSemiring S] {N : Type u_5} [inst_4 : AddCommMonoid N] [inst_5 : Module R N] [inst_6 : Module S N]
  (f : M →ₗ[R] N) [inst_7 : Algebra R S] [inst_8 : IsScalarTower R S N] {p : MvPolynomial (ℕ × M) R},
  (DividedPowerAlgebra.map S f) ↑p = (MvPolynomial.aeval fun nm => DividedPowerAlgebra.dp S nm.1 (f nm.2)) p
Defined in
Mathlib.RingTheory.DividedPowerAlgebra.Init
Cited by
0 results in Mathlib
Foundations
Depth 103 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommSemiringAddCommMonoidModuleCommSemiringAddCommMonoidModuleModuleAlgebraIsScalarTower

Around this declaration

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

Cites18

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

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.