Mathlib Map

Theorems · Theorem · functional analysis

InnerProductSpace.symm_toEuclideanLin_rankOne

∀ {𝕜 : Type u_7} {m : Type u_8} {n : Type u_9} [inst : RCLike 𝕜] [inst_1 : Fintype m] [inst_2 : Fintype n]
  [inst_3 : DecidableEq n] (x : EuclideanSpace 𝕜 m) (y : EuclideanSpace 𝕜 n),
  Matrix.toEuclideanLin.symm ↑(((InnerProductSpace.rankOne 𝕜) x) y) = Matrix.vecMulVec x.ofLp (star y.ofLp)
Defined in
Mathlib.Analysis.InnerProductSpace.PiL2
Cited by
1 results in Mathlib
Foundations
Depth 228 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
RCLikeFintypeFintypeDecidableEq

Around this declaration

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

Cites29

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

Cited by1

Results whose statement or proof uses this declaration.