Mathlib Map

Theorems · Theorem · functional analysis

PreInnerProductSpace.Core.add_left

∀ {𝕜 : Type u_4} {F : Type u_5} [inst : RCLike 𝕜] [inst_1 : AddCommGroup F] [inst_2 : Module 𝕜 F]
  (self : PreInnerProductSpace.Core 𝕜 F) (x y z : F), inner 𝕜 (x + y) z = inner 𝕜 x z + inner 𝕜 y z

The inner product is additive in the first coordinate.

Defined in
Mathlib.Analysis.InnerProductSpace.Defs
Cited by
1 results in Mathlib
Foundations
Depth 47 from the axioms · uses propext, Quot.sound
Assumes
RCLikeAddCommGroupModule

Around this declaration

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

Cites6

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.