Theorems · Theorem · linear algebra
Matrix.ext_linearMap
∀ {m : Type u_2} {n : Type u_3} (R : Type u_5) {α : Type u_7} {β : Type u_8} [inst : DecidableEq m]
[inst_1 : DecidableEq n] [Finite m] [Finite n] [inst_4 : Semiring R] [inst_5 : AddCommMonoid α]
[inst_6 : AddCommMonoid β] [inst_7 : Module R α] [inst_8 : Module R β] ⦃f g : Matrix m n α →ₗ[R] β⦄,
(∀ (i : m) (j : n), f ∘ₗ Matrix.singleLinearMap R i j = g ∘ₗ Matrix.singleLinearMap R i j) → f = gLinear maps from finite matrices are equal if they agree on the standard basis. See note [partially-applied ext lemmas].
- Defined in
- Mathlib.Data.Matrix.Basis
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 75 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
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 and proof · cited by 18,349
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- LinearMapstatement and proof · cited by 10,215
- Matrixstatement and proof · cited by 4,303
- Finitestatement and proof · cited by 3,029
- LinearMap.compstatement and proof · cited by 1,642
- LinearMap.toAddMonoidHomproof · cited by 101
- LinearMap.toAddMonoidHom_injectiveproof · cited by 10
- Matrix.singleLinearMapstatement and proof · cited by 6
- Matrix.ext_addMonoidHomproof · cited by 2
Cited by3
Results whose statement or proof uses this declaration.
- Matrix.liftLinear_singleLinearMapproof · cited by 0
- kroneckerTMulLinearEquiv_mulproof · cited by 0
- Matrix.ext_linearMap_iffproof · cited by 0