Theorems · Theorem · linear algebra
MultilinearMap.map_update_smul
∀ {R : Type uR} {ι : Type uι} {M₁ : ι → Type v₁} {M₂ : Type v₂} [inst : Semiring R]
[inst_1 : (i : ι) → AddCommMonoid (M₁ i)] [inst_2 : AddCommMonoid M₂] [inst_3 : (i : ι) → Module R (M₁ i)]
[inst_4 : Module R M₂] (f : MultilinearMap R M₁ M₂) [inst_5 : DecidableEq ι] (m : (i : ι) → M₁ i) (i : ι) (c : R)
(x : M₁ i), f (Function.update m i (c • x)) = c • f (Function.update m i x)Earlier, this name was used by what is now called MultilinearMap.map_update_smul_left.
- Defined in
- Mathlib.LinearAlgebra.Multilinear.Basic
- Cited by
- 8 results in Mathlib
- Foundations
- Depth 13 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
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
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- Function.updatestatement · cited by 502
- MultilinearMapstatement and proof · cited by 370
- MultilinearMap.map_update_smul'proof · cited by 4
Cited by8
Results whose statement or proof uses this declaration.
- MultilinearMap.map_coord_zeroproof · cited by 12
- MultilinearMap.cons_smulproof · cited by 4
- MultilinearMap.map_piecewise_smulproof · cited by 4
- PiTensorProduct.map_update_smulproof · cited by 1
- PiTensorProduct.algebraMap_applyproof · cited by 0
- SymmetricPower.smulproof · cited by 0
- MultilinearMap.snoc_smulproof · cited by 0
- MultilinearMap.map_insertNth_smulproof · cited by 0