Theorems · Theorem · linear algebra
MultilinearMap.freeDFinsuppEquiv_single
∀ {ι : Type uι} {κ : ι → Type uκ} {R : Type uR} {ι' : Type u_1} [inst : DecidableEq ι] [inst_1 : Fintype ι]
[inst_2 : CommSemiring R] [inst_3 : (i : ι) → Fintype (κ i)] [inst_4 : (i : ι) → DecidableEq (κ i)]
[inst_5 : DecidableEq ι'] (p : ((i : ι) → κ i) × ι') (r : R) (x : (i : ι) → Π₀ (x : κ i), R),
(MultilinearMap.freeDFinsuppEquiv fun₀ | p => r) x = r • fun₀ | p.2 => ∏ i, (x i) (p.1 i)When freeDFinsuppEquiv is applied to a map with a single value of one the resulting multilinear
map sends inputs to a single value in the codomain, taking a product over images from each
component of the domain.
- Cited by
- 2 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.
Cites46
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
- RingHom.idstatement · cited by 18,349
- CommSemiringstatement and proof · cited by 10,911
- Fintypestatement and proof · cited by 7,736
- mul_oneproof · cited by 3,885
- Equiv.symmproof · cited by 3,681
- Finset.univstatement and proof · cited by 3,473
- LinearEquivstatement · cited by 3,317
- Finset.prodstatement and proof · cited by 2,356
- Finset.sum_congrproof · cited by 2,323
- MulZeroClass.mul_zeroproof · cited by 2,091
- eq_or_neproof · cited by 1,117
Cited by2
Results whose statement or proof uses this declaration.
- MultilinearMap.freeFinsuppEquiv_singleproof · cited by 2
- MultilinearMap.freeDFinsuppEquiv_applyproof · cited by 0