Mathlib Map

Theorems · Definition · linear algebra

Matrix.toLpLin

{m : Type u_1} →
  {n : Type u_2} →
    {R : Type u_4} →
      [Fintype n] →
        [DecidableEq n] →
          [inst : CommRing R] → (p q : ENNReal) → Matrix m n R ≃ₗ[R] WithLp p (n → R) →ₗ[R] WithLp q (m → R)

Matrix.toLin' adapted for PiLp R _.

Defined in
Mathlib.Analysis.Normed.Lp.Matrix
Cited by
14 results in Mathlib
Foundations
Depth 111 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FintypeDecidableEqCommRing

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.

Cited by16

Results whose statement or proof uses this declaration.