Theorems · Theorem · linear algebra
MultilinearMap.pi_ext
∀ {ι : Type uι} {κ : ι → Type uκ} {R : Type uR} {M : (i : ι) → κ i → Type uM} {N : Type uN} [inst : Semiring R]
[inst_1 : (i : ι) → (k : κ i) → AddCommMonoid (M i k)] [inst_2 : AddCommMonoid N]
[inst_3 : (i : ι) → (k : κ i) → Module R (M i k)] [inst_4 : Module R N] [Finite ι] [∀ (i : ι), Finite (κ i)]
[inst_7 : (i : ι) → DecidableEq (κ i)] ⦃f g : MultilinearMap R (fun i => (j : κ i) → M i j) N⦄,
(∀ (p : (i : ι) → κ i),
(f.compLinearMap fun i => LinearMap.single R (M i) (p i)) =
g.compLinearMap fun i => LinearMap.single R (M i) (p i)) →
f = gTwo multilinear maps from finite families are equal if they agree on the generators.
This is a multilinear version of LinearMap.pi_ext.
- Defined in
- Mathlib.LinearAlgebra.Multilinear.Pi
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 74 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · 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
- Fintypeproof · cited by 7,736
- Finset.univproof · cited by 3,473
- Finitestatement and proof · cited by 3,029
- Finset.sum_congrproof · cited by 2,323
- Pi.singleproof · cited by 518
- MultilinearMapstatement and proof · cited by 370
- Nonempty.someproof · cited by 340
- nonempty_fintypeproof · cited by 261
Cited by1
Results whose statement or proof uses this declaration.
- MultilinearMap.pi_ext_iffproof · cited by 0