Theorems · Theorem · linear algebra
MultilinearMap.map_insertNth_smul
∀ {R : Type uR} {n : ℕ} {M : Fin n.succ → Type v} {M₂ : Type v₂} [inst : Semiring R]
[inst_1 : (i : Fin n.succ) → AddCommMonoid (M i)] [inst_2 : AddCommMonoid M₂]
[inst_3 : (i : Fin n.succ) → Module R (M i)] [inst_4 : Module R M₂] (f : MultilinearMap R M M₂) (p : Fin (n + 1))
(m : (i : Fin n) → M (p.succAbove i)) (c : R) (x : M p), f (p.insertNth (c • x) m) = c • f (p.insertNth x m)- Defined in
- Mathlib.LinearAlgebra.Multilinear.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 59 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Modulestatement and proof · cited by 20,661
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- MultilinearMapstatement and proof · cited by 370
- Fin.succAbovestatement and proof · cited by 249
- Fin.insertNthstatement and proof · cited by 95
- MultilinearMap.map_update_smulproof · cited by 8
- Fin.update_insertNthproof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.