Mathlib Map

Theorems · Definition · functional analysis

Matrix.toEuclideanLin

{𝕜 : Type u_3} →
  [inst : RCLike 𝕜] →
    {m : Type u_7} →
      {n : Type u_8} → [Fintype n] → [DecidableEq n] → Matrix m n 𝕜 ≃ₗ[𝕜] EuclideanSpace 𝕜 n →ₗ[𝕜] EuclideanSpace 𝕜 m

A shorthand for Matrix.toLpLin 2 2.

Defined in
Mathlib.Analysis.InnerProductSpace.PiL2
Cited by
22 results in Mathlib
Foundations
Depth 118 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
RCLikeFintypeDecidableEq

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites9

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by23

Results whose statement or proof uses this declaration.