Theorems · Theorem · commutative algebra
PolynomialModule.map_lsingle
∀ {R : Type u_2} {M : Type u_3} [inst : CommRing R] [inst_1 : AddCommGroup M] [inst_2 : Module R M] (R' : Type u_6)
{M' : Type u_7} [inst_3 : CommRing R'] [inst_4 : AddCommGroup M'] [inst_5 : Module R' M'] [inst_6 : Module R M']
(f : M →ₗ[R] M') (i : ℕ) (m : M),
(PolynomialModule.map R' f) ((PolynomialModule.lsingle R i) m) = (PolynomialModule.lsingle R' i) (f m)- Defined in
- Mathlib.Algebra.Polynomial.Module.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 83 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement and proof · cited by 18,349
- CommRingstatement and proof · cited by 17,173
- AddCommGroupstatement and proof · cited by 12,871
- LinearMapstatement and proof · cited by 10,215
- PolynomialModulestatement · cited by 76
- PolynomialModule.lsinglestatement · cited by 12
- PolynomialModule.mapstatement · cited by 12
- PolynomialModule.map_singleproof · cited by 7
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.