Theorems · Definition · linear algebra
MultilinearMap.fromDirectSumEquiv
{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'] →
[DecidableEq ι] →
[Finite ι] →
((p : (i : ι) → κ i) → MultilinearMap R (fun i => M i (p i)) M') ≃ₗ[R]
MultilinearMap R (fun i => DirectSum (κ i) fun j => M i j) M'The linear equivalence between families indexed by p : Π i : ι, κ i of multilinear maps
on the fun i ↦ M i (p i) and the space of multilinear map on fun i ↦ ⨁ j : κ i, M i j.
- Cited by
- 4 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.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- 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
- LinearEquivstatement · cited by 3,317
- Finitestatement and proof · cited by 3,029
- DirectSumstatement · cited by 446
- MultilinearMapstatement · cited by 370
- MultilinearMap.fromDFinsuppEquivproof · cited by 8
Cited by4
Results whose statement or proof uses this declaration.
- MultilinearMap.fromDirectSumEquiv.congr_simpstatement and proof · cited by 0
- MultilinearMap.fromDirectSumEquiv_applystatement · cited by 0
- MultilinearMap.fromDirectSumEquiv_lofstatement · cited by 0
- MultilinearMap.fromDirectSumEquiv_symm_applystatement · cited by 0