Mathlib Map

Theorems · Theorem · functional analysis

real_inner_smul_self_right

∀ {F : Type u_3} [inst : SeminormedAddCommGroup F] [inst_1 : InnerProductSpace ℝ F] (x : F) (r : ℝ),
  inner ℝ x (r • x) = r * (‖x‖ * ‖x‖)

The inner product of a vector with a multiple of itself.

Defined in
Mathlib.Analysis.InnerProductSpace.Basic
Cited by
2 results in Mathlib
Foundations
Depth 170 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SeminormedAddCommGroupInnerProductSpace

Around this declaration

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

Cites7

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

Cited by2

Results whose statement or proof uses this declaration.