Theorems · Theorem · linear algebra
MultilinearMap.fromDFinsuppEquiv_apply
∀ {ι : Type uι} {κ : ι → Type uκ} {R : Type uR} {M : (i : ι) → κ i → Type uM} [inst : DecidableEq ι]
[inst_1 : Fintype ι] [inst_2 : CommSemiring R] [inst_3 : (i : ι) → (k : κ i) → AddCommMonoid (M i k)]
[inst_4 : (i : ι) → (k : κ i) → Module R (M i k)] {N : Type u_1} [inst_5 : AddCommMonoid N] [inst_6 : Module R N]
[inst_7 : (i : ι) → DecidableEq (κ i)] [inst_8 : (i : ι) → (j : κ i) → (x : M i j) → Decidable (x ≠ 0)]
(f : (p : (i : ι) → κ i) → MultilinearMap R (fun i => M i (p i)) N) (x : (i : ι) → Π₀ (j : κ i), M i j),
((MultilinearMap.fromDFinsuppEquiv κ R) f) x =
∑ p ∈ Fintype.piFinset fun i => (x i).support, (f p) fun i => (x i) (p i)- Cited by
- 3 results in Mathlib
- Foundations
- Depth 89 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites23
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
- RingHom.idstatement · cited by 18,349
- AddCommMonoidstatement and proof · cited by 12,281
- CommSemiringstatement and proof · cited by 10,911
- Fintypestatement and proof · cited by 7,736
- Finset.sumstatement · cited by 5,195
- LinearEquivstatement · cited by 3,317
- DFinsuppstatement and proof · cited by 694
- LinearMap.idproof · cited by 625
- MultilinearMapstatement and proof · cited by 370
- DFinsupp.supportstatement · cited by 158
Cited by3
Results whose statement or proof uses this declaration.
- PiTensorProduct.ofDFinsuppEquiv_tprod_applyproof · cited by 2
- MultilinearMap.freeDFinsuppEquiv_singleproof · cited by 2
- MultilinearMap.fromDirectSumEquiv_applyproof · cited by 0