Theorems · Theorem · linear algebra
MultilinearMap.piFamily_single
∀ {ι : Type uι} {κ : ι → Type uκ} {R : Type uR} {M : (i : ι) → κ i → Type uM} {N : ((i : ι) → κ i) → Type uN}
[inst : Semiring R] [inst_1 : (i : ι) → (k : κ i) → AddCommMonoid (M i k)]
[inst_2 : (p : (i : ι) → κ i) → AddCommMonoid (N p)] [inst_3 : (i : ι) → (k : κ i) → Module R (M i k)]
[inst_4 : (p : (i : ι) → κ i) → Module R (N p)] [inst_5 : Fintype ι] [inst_6 : (i : ι) → DecidableEq (κ i)]
(f : (p : (i : ι) → κ i) → MultilinearMap R (fun i => M i (p i)) (N p)) (p : (i : ι) → κ i) (m : (i : ι) → M i (p i)),
((MultilinearMap.piFamily f) fun i => Pi.single (p i) (m i)) = Pi.single p ((f p) m)When applied to a family of finitely-supported functions each supported on a single element,
piFamily is itself supported on a single element, with value equal to the map f applied
at that point.
- Defined in
- Mathlib.LinearAlgebra.Multilinear.Pi
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 59 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.
- DFunLike.coestatement and proof · cited by 62,936
- Modulestatement and proof · cited by 20,661
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- Fintypestatement and proof · cited by 7,736
- eq_or_neproof · cited by 1,117
- Pi.singlestatement and proof · cited by 518
- MultilinearMapstatement and proof · cited by 370
- Pi.single_eq_sameproof · cited by 144
- Function.ne_iffproof · cited by 40
- Pi.single_eq_of_ne'proof · cited by 33
- MultilinearMap.map_coord_zeroproof · cited by 12
Cited by1
Results whose statement or proof uses this declaration.
- MultilinearMap.piFamily_compLinearMap_lsingleproof · cited by 0