Theorems · Theorem · linear algebra
MultilinearMap.fromDirectSumEquiv_apply
∀ {R : Type u_1} {ι : Type u_2} {M' : Type u_3} {κ : ι → Type u_4} {M : (i : ι) → κ i → Type u_5}
[inst : CommSemiring R] [inst_1 : (i : ι) → (j : κ i) → AddCommMonoid (M i j)]
[inst_2 : (i : ι) → (j : κ i) → Module R (M i j)] [inst_3 : AddCommMonoid M'] [inst_4 : Module R M']
[inst_5 : DecidableEq ι] [inst_6 : Fintype ι] [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)) M')
(x : DirectSum ι fun i => DirectSum (κ i) fun j => M i j),
(MultilinearMap.fromDirectSumEquiv f) ⇑x =
∑ p ∈ Fintype.piFinset fun i => DFinsupp.support (x i), (f p) fun i => (x i) (p i)Prefer using fromDirectSumEquiv_lof where possible.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 91 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
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 and proof · cited by 18,349
- Semiringproof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- CommSemiringstatement and proof · cited by 10,911
- RingHomproof · cited by 10,189
- Fintypestatement and proof · cited by 7,736
- Finset.sumstatement and proof · cited by 5,195
- LinearEquivstatement and proof · cited by 3,317
- DFinsuppstatement and proof · cited by 694
- DFunLikeproof · cited by 576
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.