Theorems · Theorem · linear algebra
Matrix.toLpLin_mul
∀ {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 q r : ENNReal) [inst_3 : Fintype o] [inst_4 : DecidableEq o] (A : Matrix m n R)
(B : Matrix n o R), (Matrix.toLpLin p r) (A * B) = (Matrix.toLpLin q r) A ∘ₗ (Matrix.toLpLin p q) BNote that applying this theorem needs an explicit choice of q.
- Defined in
- Mathlib.Analysis.Normed.Lp.Matrix
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 112 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
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
- 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
- LinearMap.extproof · cited by 844
- WithLpstatement and proof · cited by 345
- WithLp.ofLpproof · cited by 323
Cited by3
Results whose statement or proof uses this declaration.
- Matrix.toLpLinAlgEquivproof · cited by 4
- Matrix.toLpLin_symm_compproof · cited by 0
- Matrix.toLpLin_mul_sameproof · cited by 0