Theorems · Theorem · linear algebra
MultilinearMap.ext_ring
∀ {R : Type uR} {ι : Type uι} {M₂ : Type v₂} [inst : CommSemiring R] [inst_1 : AddCommMonoid M₂] [inst_2 : Module R M₂]
[Finite ι] ⦃f g : MultilinearMap R (fun x => R) M₂⦄, ((f fun x => 1) = g fun x => 1) → f = gIf two R-multilinear maps from R are equal on 1, then they are equal.
This is the multilinear version of LinearMap.ext_ring.
- Defined in
- Mathlib.LinearAlgebra.Multilinear.Basic
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 63 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
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
- AddCommMonoidstatement and proof · cited by 12,281
- CommSemiringstatement and proof · cited by 10,911
- Fintypeproof · cited by 7,736
- mul_oneproof · cited by 3,885
- Finset.univproof · cited by 3,473
- Finitestatement and proof · cited by 3,029
- Finset.prodproof · cited by 2,356
- MultilinearMapstatement and proof · cited by 370
- nonempty_fintypeproof · cited by 261
- MultilinearMap.extproof · cited by 60
Cited by5
Results whose statement or proof uses this declaration.
- ContinuousMultilinearMap.ext_ringproof · cited by 20
- AlternatingMap.ext_ringproof · cited by 2
- MultilinearMap.mkPiRing_apply_one_eq_selfproof · cited by 2
- MultilinearMap.mkPiRing_zeroproof · cited by 1
- MultilinearMap.ext_ring_iffproof · cited by 0