Theorems · Definition · linear algebra
MultilinearMap.freeFinsuppEquiv
{ι : Type u_1} →
{ι' : Type u_2} →
{R : Type u_3} →
{κ : ι → Type u_4} →
[DecidableEq ι] →
[Fintype ι] →
[inst : CommSemiring R] →
[DecidableEq R] →
[DecidableEq ι'] →
[(i : ι) → Fintype (κ i)] →
[(i : ι) → DecidableEq (κ i)] →
(((i : ι) → κ i) × ι' →₀ R) ≃ₗ[R] MultilinearMap R (fun i => κ i →₀ R) (ι' →₀ R)The linear equivalence of multilinear maps on free modules over R indexed by fun i => κ i on
the domain and ι' on the codomain and the finitely supported maps from
(Π i, κ i) × ι' into R.
This is the Finsupp version of MultilinearMap.freeDFinsuppEquiv.
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 90 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- RingHom.idstatement · cited by 18,349
- CommSemiringstatement and proof · cited by 10,911
- Fintypestatement and proof · cited by 7,736
- Finsuppstatement · cited by 5,255
- LinearEquivstatement · cited by 3,317
- LinearEquiv.symmproof · cited by 1,461
- MultilinearMapstatement · cited by 370
- LinearEquiv.transproof · cited by 298
- finsuppLequivDFinsuppproof · cited by 11
- LinearEquiv.multilinearMapCongrRightproof · cited by 6
- LinearEquiv.multilinearMapCongrLeftproof · cited by 5
- MultilinearMap.freeDFinsuppEquivproof · cited by 5
Cited by5
Results whose statement or proof uses this declaration.
- Basis.multilinearMapproof · cited by 3
- MultilinearMap.freeFinsuppEquiv_singlestatement · cited by 2
- Basis.multilinearMap_applyproof · cited by 1
- MultilinearMap.freeFinsuppEquiv_applystatement and proof · cited by 0
- MultilinearMap.freeFinsuppEquiv_defstatement · cited by 0