Theorems · Theorem · functional analysis
inner_sub_sub_self
∀ {𝕜 : Type u_1} {E : Type u_2} [inst : RCLike 𝕜] [inst_1 : SeminormedAddCommGroup E] [inst_2 : InnerProductSpace 𝕜 E]
(x y : E), inner 𝕜 (x - y) (x - y) = inner 𝕜 x x - inner 𝕜 x y - inner 𝕜 y x + inner 𝕜 y y- Defined in
- Mathlib.Analysis.InnerProductSpace.Basic
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 162 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- InnerProductSpacestatement and proof · cited by 3,523
- RCLikestatement and proof · cited by 2,829
- SeminormedAddCommGroupstatement and proof · cited by 2,671
- Inner.innerstatement and proof · cited by 1,089
- inner_sub_leftproof · cited by 24
- inner_sub_rightproof · cited by 19
Cited by3
Results whose statement or proof uses this declaration.
- EuclideanGeometry.dist_eq_iff_eq_smul_rotation_pi_div_two_vadd_midpointproof · cited by 1
- parallelogram_lawproof · cited by 1
- real_inner_sub_sub_selfproof · cited by 1