Theorems · Theorem · linear algebra
MultilinearMap.snoc_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₂)
(m : (i : Fin n) → M i.castSucc) (c : R) (x : M (Fin.last n)), f (Fin.snoc m (c • x)) = c • f (Fin.snoc m x)In the specific case of multilinear maps on spaces indexed by Fin (n+1), where one can build
an element of ∀ (i : Fin (n+1)), M i using cons, one can express directly the multiplicativity
of a multilinear map along the first variable.
- Defined in
- Mathlib.LinearAlgebra.Multilinear.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 53 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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.snocstatement and proof · cited by 113
- MultilinearMap.map_update_smulproof · cited by 8
- Fin.update_snoc_lastproof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.