Theorems · Definition · linear algebra
MultilinearMap.curryFinFinset
(R : Type uR) →
(M₂ : Type v₂) →
(M' : Type v') →
[inst : CommSemiring R] →
[inst_1 : AddCommMonoid M'] →
[inst_2 : AddCommMonoid M₂] →
[inst_3 : Module R M'] →
[inst_4 : Module R M₂] →
{k l n : ℕ} →
{s : Finset (Fin n)} →
s.card = k →
sᶜ.card = l →
MultilinearMap R (fun x => M') M₂ ≃ₗ[R]
MultilinearMap R (fun x => M') (MultilinearMap R (fun x => M') M₂)If s : Finset (Fin n) is a finite set of cardinality k and its complement has cardinality
l, then the space of multilinear maps on fun i : Fin n => M' is isomorphic to the space of
multilinear maps on fun i : Fin k => M' taking values in the space of multilinear maps
on fun i : Fin l => M'.
- Defined in
- Mathlib.LinearAlgebra.Multilinear.Curry
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 72 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
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
- Finsetstatement and proof · cited by 13,712
- AddCommMonoidstatement and proof · cited by 12,281
- CommSemiringstatement and proof · cited by 10,911
- Equiv.symmproof · cited by 3,681
- LinearEquivstatement · cited by 3,317
- Compl.complstatement and proof · cited by 2,925
- Finset.cardstatement and proof · cited by 2,327
- MultilinearMapstatement · cited by 370
- LinearEquiv.transproof · cited by 298
- finSumEquivOfFinsetproof · cited by 7
Cited by5
Results whose statement or proof uses this declaration.
- MultilinearMap.curryFinFinset_symm_apply_piecewise_conststatement · cited by 2
- MultilinearMap.curryFinFinset_symm_applystatement · cited by 1
- MultilinearMap.curryFinFinset_applystatement · cited by 0
- MultilinearMap.curryFinFinset_apply_conststatement and proof · cited by 0
- MultilinearMap.curryFinFinset_symm_apply_conststatement · cited by 0