Theorems · Theorem · linear algebra
MultilinearMap.map_update_smul_left
∀ {R : Type uR} {ι : Type uι} {M₁ : ι → Type v₁} {M₂ : Type v₂} [inst : CommSemiring 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 ι] [inst_6 : Fintype ι] (m : (i : ι) → M₁ i)
(i : ι) (c : R) (x : M₁ i), f (Function.update (c • m) i x) = c ^ (Fintype.card ι - 1) • f (Function.update m i x)- Defined in
- Mathlib.LinearAlgebra.Multilinear.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 67 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
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
- AddCommMonoidstatement and proof · cited by 12,281
- CommSemiringstatement and proof · cited by 10,911
- Fintypestatement and proof · cited by 7,736
- Finset.univproof · cited by 3,473
- Finset.prodproof · cited by 2,356
- Fintype.cardstatement · cited by 1,386
- Function.updatestatement and proof · cited by 502
- Finset.eraseproof · cited by 455
- MultilinearMapstatement and proof · cited by 370
- Function.update_selfproof · cited by 201
Cited by1
Results whose statement or proof uses this declaration.
- Matrix.det_updateRow_smul_leftproof · cited by 1