Mathlib Map

Theorems · Theorem · functional analysis

InnerProductSpace.Core.norm_inner_le_norm

∀ {𝕜 : Type u_1} {F : Type u_3} [inst : RCLike 𝕜] [inst_1 : AddCommGroup F] [inst_2 : Module 𝕜 F]
  [c : PreInnerProductSpace.Core 𝕜 F] (x y : F), ‖inner 𝕜 x y‖ ≤ ‖x‖ * ‖y‖

Cauchy–Schwarz inequality with norm

Defined in
Mathlib.Analysis.InnerProductSpace.Defs
Cited by
1 results in Mathlib
Foundations
Depth 169 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
RCLikeAddCommGroupModulePreInnerProductSpace.Core

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.

Cited by1

Results whose statement or proof uses this declaration.