Theorems · Theorem · linear algebra
Matrix.toLpLin_mul_same
∀ {m : Type u_1} {n : Type u_2} {o : Type u_3} {R : Type u_4} [inst : Fintype n] [inst_1 : DecidableEq n]
[inst_2 : CommRing R] (p : ENNReal) [inst_3 : Fintype o] [inst_4 : DecidableEq o] (A : Matrix m n R)
(B : Matrix n o R), (Matrix.toLpLin p p) (A * B) = (Matrix.toLpLin p p) A ∘ₗ (Matrix.toLpLin p p) BA copy of toLpLin_mul that works for simp, for the common case where the domain and codomain
have the same norm.
- Defined in
- Mathlib.Analysis.Normed.Lp.Matrix
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 113 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.
- DFunLike.coestatement · cited by 62,936
- RingHom.idstatement · cited by 18,349
- CommRingstatement and proof · cited by 17,173
- LinearMapstatement · cited by 10,215
- ENNRealstatement and proof · cited by 9,879
- Fintypestatement and proof · cited by 7,736
- Matrixstatement and proof · cited by 4,303
- LinearEquivstatement · cited by 3,317
- LinearMap.compstatement · cited by 1,642
- WithLpstatement · cited by 345
- Matrix.toLpLinstatement · cited by 14
- Matrix.toLpLin_mulproof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.