Theorems · Theorem · linear algebra
Basis.multilinearMap_apply
∀ {ι : Type u_1} {R : Type u_2} [inst : CommSemiring R] {M : ι → Type u_3} [inst_1 : (i : ι) → AddCommMonoid (M i)]
[inst_2 : (i : ι) → Module R (M i)] {κ : ι → Type u_5} (b : (i : ι) → Module.Basis (κ i) R (M i)) {ι' : Type u_6}
{N : Type u_7} [inst_3 : AddCommMonoid N] [inst_4 : Module R N] (b' : Module.Basis ι' R N) [inst_5 : Fintype ι]
[inst_6 : ∀ (i : ι), Finite (κ i)] (i : ((i : ι) → κ i) × ι'),
(Basis.multilinearMap b b') i =
(LinearMap.id.smulRight (b' i.2)).compMultilinearMap
((MultilinearMap.mkPiRing R ι 1).compLinearMap fun i' => (b i').coord (i.1 i'))- Defined in
- Mathlib.LinearAlgebra.Multilinear.Basis
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 92 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites36
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
- mul_oneproof · cited by 3,885
- Finset.univproof · cited by 3,473
- Finitestatement and proof · cited by 3,029
- Finset.prodproof · cited by 2,356
- Module.Basisstatement and proof · cited by 1,477
- LinearEquiv.symmproof · cited by 1,461
- one_smulproof · cited by 1,374
Cited by1
Results whose statement or proof uses this declaration.
- Basis.multilinearMap_apply_applyproof · cited by 0