Loogle!
Result
Found 3904 declarations mentioning InnerProductSpace. Of these, only the first 200 are shown.
- InnerProductSpace π Mathlib.Analysis.InnerProductSpace.Defs
(π : Type u_4) (E : Type u_5) [RCLike π] [SeminormedAddCommGroup E] : Type (max u_4 u_5) - InnerProductSpace.toInner π Mathlib.Analysis.InnerProductSpace.Defs
{π : Type u_4} {E : Type u_5} {instβ : RCLike π} {instβΒΉ : SeminormedAddCommGroup E} [self : InnerProductSpace π E] : Inner π E - PUnit.instInnerProductSpace π Mathlib.Analysis.InnerProductSpace.Defs
{π : Type u_1} [RCLike π] : InnerProductSpace π PUnit.{u_4 + 1} - InnerProductSpace.toNormedSpace π Mathlib.Analysis.InnerProductSpace.Defs
{π : Type u_4} {E : Type u_5} {instβ : RCLike π} {instβΒΉ : SeminormedAddCommGroup E} [self : InnerProductSpace π E] : NormedSpace π E - HilbertSpace π Mathlib.Analysis.InnerProductSpace.Defs
(π : Type u_4) (E : Type u_5) [RCLike π] [NormedAddCommGroup E] [InnerProductSpace π E] [CompleteSpace E] : Type - HilbertSpace.mk π Mathlib.Analysis.InnerProductSpace.Defs
{π : Type u_4} {E : Type u_5} [RCLike π] [NormedAddCommGroup E] [InnerProductSpace π E] [CompleteSpace E] : HilbertSpace π E - PreInnerProductSpace.toCore π Mathlib.Analysis.InnerProductSpace.Defs
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [c : InnerProductSpace π E] : PreInnerProductSpace.Core π E - InnerProductSpace.toCore π Mathlib.Analysis.InnerProductSpace.Defs
{π : Type u_1} {E : Type u_2} [RCLike π] [NormedAddCommGroup E] [c : InnerProductSpace π E] : InnerProductSpace.Core π E - InnerProductSpace.ofCore π Mathlib.Analysis.InnerProductSpace.Defs
{π : Type u_1} {F : Type u_3} [RCLike π] [AddCommGroup F] [Module π F] (cd : PreInnerProductSpace.Core π F) : InnerProductSpace π F - InnerProductSpace.add_left π Mathlib.Analysis.InnerProductSpace.Defs
{π : Type u_4} {E : Type u_5} {instβ : RCLike π} {instβΒΉ : SeminormedAddCommGroup E} [self : InnerProductSpace π E] (x y z : E) : inner π (x + y) z = inner π x z + inner π y z - InnerProductSpace.conj_inner_symm π Mathlib.Analysis.InnerProductSpace.Defs
{π : Type u_4} {E : Type u_5} {instβ : RCLike π} {instβΒΉ : SeminormedAddCommGroup E} [self : InnerProductSpace π E] (x y : E) : (starRingEnd π) (inner π y x) = inner π x y - InnerProductSpace.norm_sq_eq_re_inner π Mathlib.Analysis.InnerProductSpace.Defs
{π : Type u_4} {E : Type u_5} {instβ : RCLike π} {instβΒΉ : SeminormedAddCommGroup E} [self : InnerProductSpace π E] (x : E) : βxβ ^ 2 = RCLike.re (inner π x x) - InnerProductSpace.smul_left π Mathlib.Analysis.InnerProductSpace.Defs
{π : Type u_4} {E : Type u_5} {instβ : RCLike π} {instβΒΉ : SeminormedAddCommGroup E} [self : InnerProductSpace π E] (x y : E) (r : π) : inner π (r β’ x) y = (starRingEnd π) r * inner π x y - InnerProductSpace.ofCoreOfTopology π Mathlib.Analysis.InnerProductSpace.Defs
{π : Type u_1} {F : Type u_3} [RCLike π] [AddCommGroup F] [hF : Module π F] [TopologicalSpace F] [IsTopologicalAddGroup F] [ContinuousConstSMul π F] (cd : InnerProductSpace.Core π F) (h : ContinuousAt (fun v => inner π v v) 0) (h' : Bornology.IsVonNBounded π {v | RCLike.re (inner π v v) < 1}) : InnerProductSpace π F - InnerProductSpace.mk π Mathlib.Analysis.InnerProductSpace.Defs
{π : Type u_4} {E : Type u_5} [RCLike π] [SeminormedAddCommGroup E] [toNormedSpace : NormedSpace π E] [toInner : Inner π E] (norm_sq_eq_re_inner : β (x : E), βxβ ^ 2 = RCLike.re (inner π x x)) (conj_inner_symm : β (x y : E), (starRingEnd π) (inner π y x) = inner π x y) (add_left : β (x y z : E), inner π (x + y) z = inner π x z + inner π y z) (smul_left : β (x y : E) (r : π), inner π (r β’ x) y = (starRingEnd π) r * inner π x y) : InnerProductSpace π E - InnerProductSpace.complexToReal π Mathlib.Analysis.InnerProductSpace.Basic
{G : Type u_4} [SeminormedAddCommGroup G] [InnerProductSpace β G] : InnerProductSpace β G - Inner.rclikeToReal π Mathlib.Analysis.InnerProductSpace.Basic
(π : Type u_1) (E : Type u_2) [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] : Inner β E - instInnerProductSpaceRealComplex π Mathlib.Analysis.InnerProductSpace.Basic
: InnerProductSpace β β - InnerProductSpace.rclikeToReal π Mathlib.Analysis.InnerProductSpace.Basic
(π : Type u_1) (E : Type u_2) [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] : InnerProductSpace β E - RCLike.innerProductSpace π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} [RCLike π] : InnerProductSpace π π - RCLike.toInnerProductSpaceReal π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} [RCLike π] : InnerProductSpace β π - norm_eq_sqrt_real_inner π Mathlib.Analysis.InnerProductSpace.Basic
{F : Type u_3} [SeminormedAddCommGroup F] [InnerProductSpace β F] (x : F) : βxβ = β(inner β x x) - real_inner_self_nonneg π Mathlib.Analysis.InnerProductSpace.Basic
{F : Type u_3} [SeminormedAddCommGroup F] [InnerProductSpace β F] {x : F} : 0 β€ inner β x x - real_inner_comm π Mathlib.Analysis.InnerProductSpace.Basic
{F : Type u_3} [SeminormedAddCommGroup F] [InnerProductSpace β F] (x y : F) : inner β y x = inner β x y - real_inner_self_abs π Mathlib.Analysis.InnerProductSpace.Basic
{F : Type u_3} [SeminormedAddCommGroup F] [InnerProductSpace β F] (x : F) : |inner β x x| = inner β x x - real_inner_self_eq_norm_mul_norm π Mathlib.Analysis.InnerProductSpace.Basic
{F : Type u_3} [SeminormedAddCommGroup F] [InnerProductSpace β F] (x : F) : inner β x x = βxβ * βxβ - real_inner_le_norm π Mathlib.Analysis.InnerProductSpace.Basic
{F : Type u_3} [SeminormedAddCommGroup F] [InnerProductSpace β F] (x y : F) : inner β x y β€ βxβ * βyβ - real_inner_self_eq_norm_sq π Mathlib.Analysis.InnerProductSpace.Basic
{F : Type u_3} [SeminormedAddCommGroup F] [InnerProductSpace β F] (x : F) : inner β x x = βxβ ^ 2 - abs_real_inner_le_norm π Mathlib.Analysis.InnerProductSpace.Basic
{F : Type u_3} [SeminormedAddCommGroup F] [InnerProductSpace β F] (x y : F) : |inner β x y| β€ βxβ * βyβ - isSymm_inner π Mathlib.Analysis.InnerProductSpace.Basic
{E : Type u_2} [NormedAddCommGroup E] [InnerProductSpace β E] : (innerβ E).IsSymm - ext_inner_left π Mathlib.Analysis.InnerProductSpace.Basic
(π : Type u_1) {E : Type u_2} [RCLike π] [NormedAddCommGroup E] [InnerProductSpace π E] {x y : E} (h : β (v : E), inner π v x = inner π v y) : x = y - ext_inner_right π Mathlib.Analysis.InnerProductSpace.Basic
(π : Type u_1) {E : Type u_2} [RCLike π] [NormedAddCommGroup E] [InnerProductSpace π E] {x y : E} (h : β (v : E), inner π x v = inner π y v) : x = y - inner_self_ofReal_norm π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] (x : E) : ββinner π x xβ = inner π x x - isPosSemidef_inner π Mathlib.Analysis.InnerProductSpace.Basic
{E : Type u_2} [NormedAddCommGroup E] [InnerProductSpace β E] : (innerβ E).IsPosSemidef - ext_iff_inner_left π Mathlib.Analysis.InnerProductSpace.Basic
(π : Type u_1) {E : Type u_2} [RCLike π] [NormedAddCommGroup E] [InnerProductSpace π E] {x y : E} : x = y β β (v : E), inner π v x = inner π v y - ext_iff_inner_right π Mathlib.Analysis.InnerProductSpace.Basic
(π : Type u_1) {E : Type u_2} [RCLike π] [NormedAddCommGroup E] [InnerProductSpace π E] {x y : E} : x = y β β (v : E), inner π x v = inner π y v - isNonneg_inner π Mathlib.Analysis.InnerProductSpace.Basic
{E : Type u_2} [NormedAddCommGroup E] [InnerProductSpace β E] : (innerβ E).IsNonneg - instSymmEqInnerOfNat π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] {ΞΉ : Sort u_4} (v : ΞΉ β E) : Std.Symm fun i j => inner π (v i) (v j) = 0 - norm_inner_le_norm π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] (x y : E) : βinner π x yβ β€ βxβ * βyβ - norm_inner_symm π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] (x y : E) : βinner π x yβ = βinner π y xβ - real_inner_self_nonpos π Mathlib.Analysis.InnerProductSpace.Basic
{F : Type u_3} [NormedAddCommGroup F] [InnerProductSpace β F] {x : F} : inner β x x β€ 0 β x = 0 - real_inner_self_pos π Mathlib.Analysis.InnerProductSpace.Basic
{F : Type u_3} [NormedAddCommGroup F] [InnerProductSpace β F] {x : F} : 0 < inner β x x β x β 0 - abs_real_inner_div_norm_mul_norm_le_one π Mathlib.Analysis.InnerProductSpace.Basic
{F : Type u_3} [SeminormedAddCommGroup F] [InnerProductSpace β F] (x y : F) : |inner β x y / (βxβ * βyβ)| β€ 1 - inner_eq_zero_of_left π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] {x : E} (y : E) (h : βxβ = 0) : inner π x y = 0 - inner_eq_zero_of_right π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] (x : E) {y : E} (h : βyβ = 0) : inner π x y = 0 - real_inner_le_one_of_norm_eq_one π Mathlib.Analysis.InnerProductSpace.Basic
{F : Type u_3} [NormedAddCommGroup F] [InnerProductSpace β F] {x y : F} (hx : βxβ = 1) (hy : βyβ = 1) : inner β x y β€ 1 - inner_zero_left π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] (x : E) : inner π 0 x = 0 - inner_zero_right π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] (x : E) : inner π x 0 = 0 - inner_self_eq_norm_sq_to_K π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] (x : E) : inner π x x = ββxβ ^ 2 - inner_self_eq_one_of_norm_eq_one π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [NormedAddCommGroup E] [InnerProductSpace π E] {x : E} (hx : βxβ = 1) : inner π x x = 1 - neg_one_le_real_inner_of_norm_eq_one π Mathlib.Analysis.InnerProductSpace.Basic
{F : Type u_3} [NormedAddCommGroup F] [InnerProductSpace β F] {x y : F} (hx : βxβ = 1) (hy : βyβ = 1) : -1 β€ inner β x y - inner_lt_one_iff_real_of_norm_eq_one π Mathlib.Analysis.InnerProductSpace.Basic
{F : Type u_3} [NormedAddCommGroup F] [InnerProductSpace β F] {x y : F} (hx : βxβ = 1) (hy : βyβ = 1) : inner β x y < 1 β x β y - inner_neg_neg π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] (x y : E) : inner π (-x) (-y) = inner π x y - real_inner_mul_inner_self_le π Mathlib.Analysis.InnerProductSpace.Basic
{F : Type u_3} [SeminormedAddCommGroup F] [InnerProductSpace β F] (x y : F) : inner β x y * inner β x y β€ inner β x x * inner β y y - inner_self_eq_zero π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [NormedAddCommGroup E] [InnerProductSpace π E] {x : E} : inner π x x = 0 β x = 0 - inner_self_ne_zero π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [NormedAddCommGroup E] [InnerProductSpace π E] {x : E} : inner π x x β 0 β x β 0 - inner_sum π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] {ΞΉ : Type u_4} (s : Finset ΞΉ) (f : ΞΉ β E) (x : E) : inner π x (β i β s, f i) = β i β s, inner π x (f i) - sum_inner π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] {ΞΉ : Type u_4} (s : Finset ΞΉ) (f : ΞΉ β E) (x : E) : inner π (β i β s, f i) x = β i β s, inner π (f i) x - inner_neg_left π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] (x y : E) : inner π (-x) y = -inner π x y - inner_neg_right π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] (x y : E) : inner π x (-y) = -inner π x y - real_inner_mem_Icc_of_norm_eq_one π Mathlib.Analysis.InnerProductSpace.Basic
{F : Type u_3} [NormedAddCommGroup F] [InnerProductSpace β F] {x y : F} (hx : βxβ = 1) (hy : βyβ = 1) : inner β x y β Set.Icc (-1) 1 - real_inner_add_sub_eq_zero_iff π Mathlib.Analysis.InnerProductSpace.Basic
{F : Type u_3} [SeminormedAddCommGroup F] [InnerProductSpace β F] (x y : F) : inner β (x + y) (x - y) = 0 β βxβ = βyβ - nnnorm_inner_le_nnnorm π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] (x y : E) : βinner π x yββ β€ βxββ * βyββ - inner_eq_norm_sq_left_iff π Mathlib.Analysis.InnerProductSpace.Basic
{F : Type u_3} [SeminormedAddCommGroup F] [InnerProductSpace β F] {v w : F} : inner β v w = βvβ ^ 2 β inner β v (v - w) = 0 - inner_eq_norm_sq_right_iff π Mathlib.Analysis.InnerProductSpace.Basic
{F : Type u_3} [SeminormedAddCommGroup F] [InnerProductSpace β F] {v w : F} : inner β v w = βwβ ^ 2 β inner β (v - w) w = 0 - Finsupp.inner_sum π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] {ΞΉ : Type u_4} {M : Type u_5} [Zero M] (l : ΞΉ ββ M) (v : ΞΉ β M β E) (x : E) : inner π x (l.sum v) = l.sum fun i a => inner π x (v i a) - Finsupp.sum_inner π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] {ΞΉ : Type u_4} {M : Type u_5} [Zero M] (l : ΞΉ ββ M) (v : ΞΉ β M β E) (x : E) : inner π (l.sum v) x = l.sum fun i a => inner π (v i a) x - inner_eq_zero_symm π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] {x y : E} : inner π x y = 0 β inner π y x = 0 - inner_eq_one_iff_of_norm_eq_one π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [NormedAddCommGroup E] [InnerProductSpace π E] {x y : E} (hx : βxβ = 1) (hy : βyβ = 1) : inner π x y = 1 β x = y - inner_add_left π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] (x y z : E) : inner π (x + y) z = inner π x z + inner π y z - inner_add_right π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] (x y z : E) : inner π x (y + z) = inner π x y + inner π x z - inner_sub_left π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] (x y z : E) : inner π (x - y) z = inner π x z - inner π y z - inner_sub_right π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] (x y z : E) : inner π x (y - z) = inner π x y - inner π x z - norm_sub_eq_norm_add π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] {v w : E} (h : inner π v w = 0) : βw - vβ = βw + vβ - norm_sub_eq_sqrt_iff_real_inner_eq_zero π Mathlib.Analysis.InnerProductSpace.Basic
{F : Type u_3} [SeminormedAddCommGroup F] [InnerProductSpace β F] {x y : F} : βx - yβ = β(βxβ * βxβ + βyβ * βyβ) β inner β x y = 0 - norm_add_eq_sqrt_iff_real_inner_eq_zero π Mathlib.Analysis.InnerProductSpace.Basic
{F : Type u_3} [SeminormedAddCommGroup F] [InnerProductSpace β F] {x y : F} : βx + yβ = β(βxβ * βxβ + βyβ * βyβ) β inner β x y = 0 - real_inner_smul_left π Mathlib.Analysis.InnerProductSpace.Basic
{F : Type u_3} [SeminormedAddCommGroup F] [InnerProductSpace β F] (x y : F) (r : β) : inner β (r β’ x) y = r * inner β x y - real_inner_smul_right π Mathlib.Analysis.InnerProductSpace.Basic
{F : Type u_3} [SeminormedAddCommGroup F] [InnerProductSpace β F] (x y : F) (r : β) : inner β x (r β’ y) = r * inner β x y - inner_eq_ofReal_norm_sq_left_iff π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] {v w : E} : inner π v w = ββvβ ^ 2 β inner π v (v - w) = 0 - inner_eq_ofReal_norm_sq_right_iff π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] {v w : E} : inner π v w = ββwβ ^ 2 β inner π (v - w) w = 0 - inner_self_conj π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] (x : E) : (starRingEnd π) (inner π x x) = inner π x x - inner_conj_symm π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] (x y : E) : (starRingEnd π) (inner π y x) = inner π x y - real_inner_smul_self_left π Mathlib.Analysis.InnerProductSpace.Basic
{F : Type u_3} [SeminormedAddCommGroup F] [InnerProductSpace β F] (x : F) (r : β) : inner β (r β’ x) x = r * (βxβ * βxβ) - real_inner_smul_self_right π Mathlib.Analysis.InnerProductSpace.Basic
{F : Type u_3} [SeminormedAddCommGroup F] [InnerProductSpace β F] (x : F) (r : β) : inner β x (r β’ x) = r * (βxβ * βxβ) - enorm_inner_le_enorm π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] (x y : E) : βinner π x yββ β€ βxββ * βyββ - linearIndependent_of_ne_zero_of_inner_eq_zero π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [NormedAddCommGroup E] [InnerProductSpace π E] {ΞΉ : Type u_4} {v : ΞΉ β E} (hz : β (i : ΞΉ), v i β 0) (ho : Pairwise fun i j => inner π (v i) (v j) = 0) : LinearIndependent π v - inner_eq_neg_one_iff_of_norm_eq_one π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [NormedAddCommGroup E] [InnerProductSpace π E] {x y : E} (hx : βxβ = 1) (hy : βyβ = 1) : inner π x y = -1 β x = -y - norm_sub_sq_eq_norm_sq_add_norm_sq_real π Mathlib.Analysis.InnerProductSpace.Basic
{F : Type u_3} [SeminormedAddCommGroup F] [InnerProductSpace β F] {x y : F} (h : inner β x y = 0) : βx - yβ * βx - yβ = βxβ * βxβ + βyβ * βyβ - norm_sub_sq_eq_norm_sq_add_norm_sq_iff_real_inner_eq_zero π Mathlib.Analysis.InnerProductSpace.Basic
{F : Type u_3} [SeminormedAddCommGroup F] [InnerProductSpace β F] (x y : F) : βx - yβ * βx - yβ = βxβ * βxβ + βyβ * βyβ β inner β x y = 0 - real_inner_sub_sub_self π Mathlib.Analysis.InnerProductSpace.Basic
{F : Type u_3} [SeminormedAddCommGroup F] [InnerProductSpace β F] (x y : F) : inner β (x - y) (x - y) = inner β x x - 2 * inner β x y + inner β y y - norm_add_sq_eq_norm_sq_add_norm_sq_real π Mathlib.Analysis.InnerProductSpace.Basic
{F : Type u_3} [SeminormedAddCommGroup F] [InnerProductSpace β F] {x y : F} (h : inner β x y = 0) : βx + yβ * βx + yβ = βxβ * βxβ + βyβ * βyβ - norm_add_sq_eq_norm_sq_add_norm_sq_iff_real_inner_eq_zero π Mathlib.Analysis.InnerProductSpace.Basic
{F : Type u_3} [SeminormedAddCommGroup F] [InnerProductSpace β F] (x y : F) : βx + yβ * βx + yβ = βxβ * βxβ + βyβ * βyβ β inner β x y = 0 - real_inner_add_add_self π Mathlib.Analysis.InnerProductSpace.Basic
{F : Type u_3} [SeminormedAddCommGroup F] [InnerProductSpace β F] (x y : F) : inner β (x + y) (x + y) = inner β x x + 2 * inner β x y + inner β y y - inner_self_im π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] (x : E) : RCLike.im (inner π x x) = 0 - inner_self_nonneg π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] {x : E} : 0 β€ RCLike.re (inner π x x) - norm_eq_sqrt_re_inner π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] (x : E) : βxβ = β(RCLike.re (inner π x x)) - real_inner_I_smul_self π Mathlib.Analysis.InnerProductSpace.Basic
(π : Type u_1) {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] (x : E) : inner β x (RCLike.I β’ x) = 0 - real_inner_eq_re_inner π Mathlib.Analysis.InnerProductSpace.Basic
(π : Type u_1) {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] (x y : E) : inner β x y = RCLike.re (inner π x y) - inner_self_ofReal_re π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] (x : E) : β(RCLike.re (inner π x x)) = inner π x x - DFinsupp.inner_sum π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] {ΞΉ : Type u_4} [DecidableEq ΞΉ] {Ξ± : ΞΉ β Type u_5} [(i : ΞΉ) β AddZeroClass (Ξ± i)] [(i : ΞΉ) β (x : Ξ± i) β Decidable (x β 0)] (f : (i : ΞΉ) β Ξ± i β E) (l : Ξ β (i : ΞΉ), Ξ± i) (x : E) : inner π x (l.sum f) = l.sum fun i a => inner π x (f i a) - DFinsupp.sum_inner π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] {ΞΉ : Type u_4} [DecidableEq ΞΉ] {Ξ± : ΞΉ β Type u_5} [(i : ΞΉ) β AddZeroClass (Ξ± i)] [(i : ΞΉ) β (x : Ξ± i) β Decidable (x β 0)] (f : (i : ΞΉ) β Ξ± i β E) (l : Ξ β (i : ΞΉ), Ξ± i) (x : E) : inner π (l.sum f) x = l.sum fun i a => inner π (f i a) x - innerβ π Mathlib.Analysis.InnerProductSpace.Basic
(F : Type u_3) [SeminormedAddCommGroup F] [InnerProductSpace β F] : F ββ[β] F ββ[β] β - inner_self_eq_norm_mul_norm π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] (x : E) : RCLike.re (inner π x x) = βxβ * βxβ - inner_self_re_eq_norm π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] (x : E) : RCLike.re (inner π x x) = βinner π x xβ - norm_sub_pow_two_real π Mathlib.Analysis.InnerProductSpace.Basic
{F : Type u_3} [SeminormedAddCommGroup F] [InnerProductSpace β F] (x y : F) : βx - yβ ^ 2 = βxβ ^ 2 - 2 * inner β x y + βyβ ^ 2 - norm_sub_sq_real π Mathlib.Analysis.InnerProductSpace.Basic
{F : Type u_3} [SeminormedAddCommGroup F] [InnerProductSpace β F] (x y : F) : βx - yβ ^ 2 = βxβ ^ 2 - 2 * inner β x y + βyβ ^ 2 - re_inner_le_norm π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] (x y : E) : RCLike.re (inner π x y) β€ βxβ * βyβ - norm_add_pow_two_real π Mathlib.Analysis.InnerProductSpace.Basic
{F : Type u_3} [SeminormedAddCommGroup F] [InnerProductSpace β F] (x y : F) : βx + yβ ^ 2 = βxβ ^ 2 + 2 * inner β x y + βyβ ^ 2 - norm_add_sq_eq_norm_sq_add_norm_sq_of_inner_eq_zero π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] (x y : E) (h : inner π x y = 0) : βx + yβ * βx + yβ = βxβ * βxβ + βyβ * βyβ - norm_add_sq_real π Mathlib.Analysis.InnerProductSpace.Basic
{F : Type u_3} [SeminormedAddCommGroup F] [InnerProductSpace β F] (x y : F) : βx + yβ ^ 2 = βxβ ^ 2 + 2 * inner β x y + βyβ ^ 2 - inner_re_zero_left π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] (x : E) : RCLike.re (inner π 0 x) = 0 - inner_re_zero_right π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] (x : E) : RCLike.re (inner π x 0) = 0 - inner_self_eq_norm_sq π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] (x : E) : RCLike.re (inner π x x) = βxβ ^ 2 - norm_sub_mul_self_real π Mathlib.Analysis.InnerProductSpace.Basic
{F : Type u_3} [SeminormedAddCommGroup F] [InnerProductSpace β F] (x y : F) : βx - yβ * βx - yβ = βxβ * βxβ - 2 * inner β x y + βyβ * βyβ - real_inner_eq_norm_mul_self_add_norm_mul_self_sub_norm_sub_mul_self_div_two π Mathlib.Analysis.InnerProductSpace.Basic
{F : Type u_3} [SeminormedAddCommGroup F] [InnerProductSpace β F] (x y : F) : inner β x y = (βxβ * βxβ + βyβ * βyβ - βx - yβ * βx - yβ) / 2 - norm_add_mul_self_real π Mathlib.Analysis.InnerProductSpace.Basic
{F : Type u_3} [SeminormedAddCommGroup F] [InnerProductSpace β F] (x y : F) : βx + yβ * βx + yβ = βxβ * βxβ + 2 * inner β x y + βyβ * βyβ - real_inner_eq_norm_add_mul_self_sub_norm_mul_self_sub_norm_mul_self_div_two π Mathlib.Analysis.InnerProductSpace.Basic
{F : Type u_3} [SeminormedAddCommGroup F] [InnerProductSpace β F] (x y : F) : inner β x y = (βx + yβ * βx + yβ - βxβ * βxβ - βyβ * βyβ) / 2 - re_inner_self_nonpos π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [NormedAddCommGroup E] [InnerProductSpace π E] {x : E} : RCLike.re (inner π x x) β€ 0 β x = 0 - re_inner_self_pos π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [NormedAddCommGroup E] [InnerProductSpace π E] {x : E} : 0 < RCLike.re (inner π x x) β x β 0 - inner_smul_right π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] (x y : E) (r : π) : inner π x (r β’ y) = r * inner π x y - eq_of_norm_le_re_inner_eq_norm_sq π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [NormedAddCommGroup E] [InnerProductSpace π E] {x y : E} (hle : βxβ β€ βyβ) (h : RCLike.re (inner π x y) = βyβ ^ 2) : x = y - inner_add_add_self π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] (x y : E) : inner π (x + y) (x + y) = inner π x x + inner π x y + inner π y x + inner π y y - inner_sub_sub_self π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] (x y : E) : inner π (x - y) (x - y) = inner π x x - inner π x y - inner π y x + inner π y y - real_inner_div_norm_mul_norm_eq_one_iff π Mathlib.Analysis.InnerProductSpace.Basic
{F : Type u_3} [NormedAddCommGroup F] [InnerProductSpace β F] (x y : F) : inner β x y / (βxβ * βyβ) = 1 β x β 0 β§ β r, 0 < r β§ y = r β’ x - parallelogram_law_with_norm π Mathlib.Analysis.InnerProductSpace.Basic
(π : Type u_1) {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] (x y : E) : βx + yβ ^ 2 + βx - yβ ^ 2 = 2 * (βxβ ^ 2 + βyβ ^ 2) - abs_real_inner_div_norm_mul_norm_eq_one_iff π Mathlib.Analysis.InnerProductSpace.Basic
{F : Type u_3} [NormedAddCommGroup F] [InnerProductSpace β F] (x y : F) : |inner β x y / (βxβ * βyβ)| = 1 β x β 0 β§ β r, r β 0 β§ y = r β’ x - real_inner_div_norm_mul_norm_eq_neg_one_iff π Mathlib.Analysis.InnerProductSpace.Basic
{F : Type u_3} [NormedAddCommGroup F] [InnerProductSpace β F] (x y : F) : inner β x y / (βxβ * βyβ) = -1 β x β 0 β§ β r < 0, y = r β’ x - inner_smul_real_left π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] (x y : E) (r : β) : inner π (βr β’ x) y = r β’ inner π x y - inner_smul_real_right π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] (x y : E) (r : β) : inner π x (βr β’ y) = r β’ inner π x y - parallelogram_law_with_norm_mul π Mathlib.Analysis.InnerProductSpace.Basic
(π : Type u_1) {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] (x y : E) : βx + yβ * βx + yβ + βx - yβ * βx - yβ = 2 * (βxβ * βxβ + βyβ * βyβ) - inner_eq_norm_mul_iff_real π Mathlib.Analysis.InnerProductSpace.Basic
{F : Type u_3} [NormedAddCommGroup F] [InnerProductSpace β F] {x y : F} : inner β x y = βxβ * βyβ β βyβ β’ x = βxβ β’ y - inner_lt_norm_mul_iff_real π Mathlib.Analysis.InnerProductSpace.Basic
{F : Type u_3} [NormedAddCommGroup F] [InnerProductSpace β F] {x y : F} : inner β x y < βxβ * βyβ β βyβ β’ x β βxβ β’ y - inner_mul_symm_re_eq_norm π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] (x y : E) : RCLike.re (inner π x y * inner π y x) = βinner π x y * inner π y xβ - parallelogram_law_with_nnnorm π Mathlib.Analysis.InnerProductSpace.Basic
(π : Type u_1) {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] (x y : E) : βx + yββ ^ 2 + βx - yββ ^ 2 = 2 * (βxββ ^ 2 + βyββ ^ 2) - norm_add_eq_iff_real π Mathlib.Analysis.InnerProductSpace.Basic
{F : Type u_3} [NormedAddCommGroup F] [InnerProductSpace β F] {x y : F} : βx + yβ = βxβ + βyβ β βyβ β’ x = βxβ β’ y - parallelogram_law π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] {x y : E} : inner π (x + y) (x + y) + inner π (x - y) (x - y) = 2 * (inner π x x + inner π y y) - inner_eq_norm_mul_iff_div π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [NormedAddCommGroup E] [InnerProductSpace π E] {x y : E} (hβ : x β 0) : inner π x y = ββxβ * ββyβ β (ββyβ / ββxβ) β’ x = y - norm_inner_eq_norm_iff π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [NormedAddCommGroup E] [InnerProductSpace π E] {x y : E} (hxβ : x β 0) (hyβ : y β 0) : βinner π x yβ = βxβ * βyβ β β r, r β 0 β§ y = r β’ x - inner_re_symm π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] (x y : E) : RCLike.re (inner π x y) = RCLike.re (inner π y x) - inner_im_symm π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] (x y : E) : RCLike.im (inner π x y) = -RCLike.im (inner π y x) - real_inner_div_norm_mul_norm_eq_one_of_ne_zero_of_pos_mul π Mathlib.Analysis.InnerProductSpace.Basic
{F : Type u_3} [NormedAddCommGroup F] [InnerProductSpace β F] {x : F} {r : β} (hx : x β 0) (hr : 0 < r) : inner β x (r β’ x) / (βxβ * βr β’ xβ) = 1 - abs_real_inner_div_norm_mul_norm_eq_one_of_ne_zero_of_ne_zero_mul π Mathlib.Analysis.InnerProductSpace.Basic
{F : Type u_3} [NormedAddCommGroup F] [InnerProductSpace β F] {x : F} {r : β} (hx : x β 0) (hr : r β 0) : |inner β x (r β’ x)| / (βxβ * βr β’ xβ) = 1 - real_inner_div_norm_mul_norm_eq_neg_one_of_ne_zero_of_neg_mul π Mathlib.Analysis.InnerProductSpace.Basic
{F : Type u_3} [NormedAddCommGroup F] [InnerProductSpace β F] {x : F} {r : β} (hx : x β 0) (hr : r < 0) : inner β x (r β’ x) / (βxβ * βr β’ xβ) = -1 - inner_smul_left π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] (x y : E) (r : π) : inner π (r β’ x) y = (starRingEnd π) r * inner π x y - parallelogram_law_with_nnnorm_mul π Mathlib.Analysis.InnerProductSpace.Basic
(π : Type u_1) {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] (x y : E) : βx + yββ * βx + yββ + βx - yββ * βx - yββ = 2 * (βxββ * βxββ + βyββ * βyββ) - norm_sub_pow_two π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] (x y : E) : βx - yβ ^ 2 = βxβ ^ 2 - 2 * RCLike.re (inner π x y) + βyβ ^ 2 - norm_sub_sq π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] (x y : E) : βx - yβ ^ 2 = βxβ ^ 2 - 2 * RCLike.re (inner π x y) + βyβ ^ 2 - norm_add_pow_two π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] (x y : E) : βx + yβ ^ 2 = βxβ ^ 2 + 2 * RCLike.re (inner π x y) + βyβ ^ 2 - norm_add_sq π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] (x y : E) : βx + yβ ^ 2 = βxβ ^ 2 + 2 * RCLike.re (inner π x y) + βyβ ^ 2 - norm_sub_mul_self π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] (x y : E) : βx - yβ * βx - yβ = βxβ * βxβ - 2 * RCLike.re (inner π x y) + βyβ * βyβ - re_inner_eq_norm_mul_self_add_norm_mul_self_sub_norm_sub_mul_self_div_two π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] (x y : E) : RCLike.re (inner π x y) = (βxβ * βxβ + βyβ * βyβ - βx - yβ * βx - yβ) / 2 - norm_add_mul_self π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] (x y : E) : βx + yβ * βx + yβ = βxβ * βxβ + 2 * RCLike.re (inner π x y) + βyβ * βyβ - re_inner_eq_norm_add_mul_self_sub_norm_mul_self_sub_norm_mul_self_div_two π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] (x y : E) : RCLike.re (inner π x y) = (βx + yβ * βx + yβ - βxβ * βxβ - βyβ * βyβ) / 2 - norm_inner_div_norm_mul_norm_eq_one_iff π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [NormedAddCommGroup E] [InnerProductSpace π E] (x y : E) : βinner π x y / (ββxβ * ββyβ)β = 1 β x β 0 β§ β r, r β 0 β§ y = r β’ x - re_inner_eq_norm_add_mul_self_sub_norm_sub_mul_self_div_four π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] (x y : E) : RCLike.re (inner π x y) = (βx + yβ * βx + yβ - βx - yβ * βx - yβ) / 4 - inner_eq_zero_iff_forall_re_inner_smul_left π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] {x y : E} : inner π x y = 0 β β (c : π), RCLike.re (inner π (c β’ x) y) = 0 - inner_mul_inner_self_le π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] (x y : E) : βinner π x yβ * βinner π y xβ β€ RCLike.re (inner π x x) * RCLike.re (inner π y y) - flip_innerβ π Mathlib.Analysis.InnerProductSpace.Basic
(F : Type u_3) [SeminormedAddCommGroup F] [InnerProductSpace β F] : (innerβ F).flip = innerβ F - inner_eq_norm_mul_iff π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [NormedAddCommGroup E] [InnerProductSpace π E] {x y : E} : inner π x y = ββxβ * ββyβ β ββyβ β’ x = ββxβ β’ y - norm_inner_div_norm_mul_norm_eq_one_of_ne_zero_of_ne_zero_mul π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [NormedAddCommGroup E] [InnerProductSpace π E] {x : E} {r : π} (hx : x β 0) (hr : r β 0) : βinner π x (r β’ x)β / (βxβ * βr β’ xβ) = 1 - dist_div_norm_sq_smul π Mathlib.Analysis.InnerProductSpace.Basic
{F : Type u_3} [NormedAddCommGroup F] [InnerProductSpace β F] {x y : F} (hx : x β 0) (hy : y β 0) (R : β) : dist ((R / βxβ) ^ 2 β’ x) ((R / βyβ) ^ 2 β’ y) = R ^ 2 / (βxβ * βyβ) * dist x y - inner_sum_smul_sum_smul_of_sum_eq_zero π Mathlib.Analysis.InnerProductSpace.Basic
{F : Type u_3} [SeminormedAddCommGroup F] [InnerProductSpace β F] {ΞΉβ : Type u_4} {sβ : Finset ΞΉβ} {wβ : ΞΉβ β β} (vβ : ΞΉβ β F) (hβ : β i β sβ, wβ i = 0) {ΞΉβ : Type u_5} {sβ : Finset ΞΉβ} {wβ : ΞΉβ β β} (vβ : ΞΉβ β F) (hβ : β i β sβ, wβ i = 0) : inner β (β iβ β sβ, wβ iβ β’ vβ iβ) (β iβ β sβ, wβ iβ β’ vβ iβ) = (-β iβ β sβ, β iβ β sβ, wβ iβ * wβ iβ * (βvβ iβ - vβ iββ * βvβ iβ - vβ iββ)) / 2 - InnerProductSpace.induced π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] {G : Type u_4} [SeminormedAddCommGroup E] [InnerProductSpace π E] [AddCommGroup G] [Module π G] {F : Type u_5} [FunLike F G E] [LinearMapClass F π G E] (f : F) : InnerProductSpace π G - innerβ_apply_apply π Mathlib.Analysis.InnerProductSpace.Basic
{F : Type u_3} [SeminormedAddCommGroup F] [InnerProductSpace β F] (v w : F) : ((innerβ F) v) w = inner β v w - innerββ π Mathlib.Analysis.InnerProductSpace.Basic
(π : Type u_1) {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] : E βββ[π] E ββ[π] π - inner_smul_right_eq_smul π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] {π : Type u_4} [CommSemiring π] [StarRing π] [Algebra π π] [Module π E] [IsScalarTower π π E] [StarModule π π] (x y : E) (r : π) : inner π x (r β’ y) = r β’ inner π x y - inner_smul_left_eq_smul π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] {π : Type u_4} [CommSemiring π] [StarRing π] [Algebra π π] [Module π E] [IsScalarTower π π E] [StarModule π π] [TrivialStar π] (x y : E) (r : π) : inner π (r β’ x) y = r β’ inner π x y - inner_smul_left_eq_star_smul π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] {π : Type u_4} [CommSemiring π] [StarRing π] [Algebra π π] [Module π E] [IsScalarTower π π E] [StarModule π π] (x y : E) (r : π) : inner π (r β’ x) y = (starRingEnd π) r β’ inner π x y - norm_inner_eq_norm_tfae π Mathlib.Analysis.InnerProductSpace.Basic
(π : Type u_1) {E : Type u_2} [RCLike π] [NormedAddCommGroup E] [InnerProductSpace π E] (x y : E) : [βinner π x yβ = βxβ * βyβ, x = 0 β¨ y = (inner π x y / inner π x x) β’ x, x = 0 β¨ β r, y = r β’ x, x = 0 β¨ y β π β x].TFAE - inner_eq_sum_norm_sq_div_four π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] (x y : E) : inner π x y = (ββx + yβ ^ 2 - ββx - yβ ^ 2 + (ββx - RCLike.I β’ yβ ^ 2 - ββx + RCLike.I β’ yβ ^ 2) * RCLike.I) / 4 - im_inner_eq_norm_sub_i_smul_mul_self_sub_norm_add_i_smul_mul_self_div_four π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] (x y : E) : RCLike.im (inner π x y) = (βx - RCLike.I β’ yβ * βx - RCLike.I β’ yβ - βx + RCLike.I β’ yβ * βx + RCLike.I β’ yβ) / 4 - coe_innerββ_apply π Mathlib.Analysis.InnerProductSpace.Basic
(π : Type u_1) {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] (v : E) : β((innerββ π) v) = fun w => inner π v w - innerββ_apply_apply π Mathlib.Analysis.InnerProductSpace.Basic
(π : Type u_1) {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] (v w : E) : ((innerββ π) v) w = inner π v w - inner_induced_eq π Mathlib.Analysis.InnerProductSpace.Basic
{π : Type u_1} {E : Type u_2} [RCLike π] {G : Type u_4} [SeminormedAddCommGroup E] [InnerProductSpace π E] [AddCommGroup G] [Module π G] (gβ gβ : G) (f : G ββ[π] E) : inner π gβ gβ = inner π (f gβ) (f gβ) - exists_norm_eq_iInf_of_complete_convex π Mathlib.Analysis.InnerProductSpace.Projection.Minimal
{F : Type u_3} [NormedAddCommGroup F] [InnerProductSpace β F] {K : Set F} (ne : K.Nonempty) (hβ : IsComplete K) (hβ : Convex β K) (u : F) : β v β K, βu - vβ = β¨ w, βu - βwβ - norm_eq_iInf_iff_real_inner_le_zero π Mathlib.Analysis.InnerProductSpace.Projection.Minimal
{F : Type u_3} [NormedAddCommGroup F] [InnerProductSpace β F] {K : Set F} (h : Convex β K) {u v : F} (hv : v β K) : βu - vβ = β¨ w, βu - βwβ β β w β K, inner β (u - v) (w - v) β€ 0 - Submodule.norm_eq_iInf_iff_real_inner_eq_zero π Mathlib.Analysis.InnerProductSpace.Projection.Minimal
{F : Type u_3} [NormedAddCommGroup F] [InnerProductSpace β F] (K : Submodule β F) {u v : F} (hv : v β K) : βu - vβ = β¨ w, βu - βwβ β β w β K, inner β (u - v) w = 0 - Submodule.exists_norm_eq_iInf_of_complete_subspace π Mathlib.Analysis.InnerProductSpace.Projection.Minimal
{π : Type u_1} {E : Type u_2} [RCLike π] [NormedAddCommGroup E] [InnerProductSpace π E] (K : Submodule π E) (h : IsComplete βK) (u : E) : β v β K, βu - vβ = β¨ w, βu - βwβ - Submodule.norm_eq_iInf_iff_inner_eq_zero π Mathlib.Analysis.InnerProductSpace.Projection.Minimal
{π : Type u_1} {E : Type u_2} [RCLike π] [NormedAddCommGroup E] [InnerProductSpace π E] (K : Submodule π E) {u v : E} (hv : v β K) : βu - vβ = β¨ w, βu - βwβ β β w β K, inner π (u - v) w = 0 - DenseRange.eq_of_inner_left π Mathlib.Analysis.InnerProductSpace.Continuous
{E : Type u_3} {ΞΉ : Type u_4} (π : Type u_5) [RCLike π] [NormedAddCommGroup E] [InnerProductSpace π E] {x y : E} {f : ΞΉ β E} (hf : DenseRange f) (h : β (i : ΞΉ), inner π x (f i) = inner π y (f i)) : x = y - DenseRange.eq_of_inner_right π Mathlib.Analysis.InnerProductSpace.Continuous
{E : Type u_3} {ΞΉ : Type u_4} (π : Type u_5) [RCLike π] [NormedAddCommGroup E] [InnerProductSpace π E] {x y : E} {f : ΞΉ β E} (hf : DenseRange f) (h : β (i : ΞΉ), inner π (f i) x = inner π (f i) y) : x = y - continuous_inner π Mathlib.Analysis.InnerProductSpace.Continuous
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] : Continuous fun p => inner π p.1 p.2 - Dense.eq_of_inner_left π Mathlib.Analysis.InnerProductSpace.Continuous
{E : Type u_3} (π : Type u_5) [RCLike π] [NormedAddCommGroup E] [InnerProductSpace π E] {x y : E} {S : Set E} (hS : Dense S) (h : β v β S, inner π x v = inner π y v) : x = y - Dense.eq_of_inner_right π Mathlib.Analysis.InnerProductSpace.Continuous
{E : Type u_3} (π : Type u_5) [RCLike π] [NormedAddCommGroup E] [InnerProductSpace π E] {x y : E} {S : Set E} (hS : Dense S) (h : β v β S, inner π v x = inner π v y) : x = y - Continuous.inner π Mathlib.Analysis.InnerProductSpace.Continuous
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] {Ξ± : Type u_3} [TopologicalSpace Ξ±] {f g : Ξ± β E} (hf : Continuous f) (hg : Continuous g) : Continuous fun t => inner π (f t) (g t) - ContinuousAt.inner π Mathlib.Analysis.InnerProductSpace.Continuous
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] {Ξ± : Type u_3} [TopologicalSpace Ξ±] {f g : Ξ± β E} {x : Ξ±} (hf : ContinuousAt f x) (hg : ContinuousAt g x) : ContinuousAt (fun t => inner π (f t) (g t)) x - ContinuousOn.inner π Mathlib.Analysis.InnerProductSpace.Continuous
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] {Ξ± : Type u_3} [TopologicalSpace Ξ±] {f g : Ξ± β E} {s : Set Ξ±} (hf : ContinuousOn f s) (hg : ContinuousOn g s) : ContinuousOn (fun t => inner π (f t) (g t)) s - ContinuousWithinAt.inner π Mathlib.Analysis.InnerProductSpace.Continuous
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] {Ξ± : Type u_3} [TopologicalSpace Ξ±] {f g : Ξ± β E} {x : Ξ±} {s : Set Ξ±} (hf : ContinuousWithinAt f s x) (hg : ContinuousWithinAt g s x) : ContinuousWithinAt (fun t => inner π (f t) (g t)) s x - DenseRange.eq_zero_of_inner_left π Mathlib.Analysis.InnerProductSpace.Continuous
{E : Type u_3} {ΞΉ : Type u_4} (π : Type u_5) [RCLike π] [NormedAddCommGroup E] [InnerProductSpace π E] {x : E} {f : ΞΉ β E} (hf : DenseRange f) (h : β (i : ΞΉ), inner π x (f i) = 0) : x = 0 - DenseRange.eq_zero_of_inner_right π Mathlib.Analysis.InnerProductSpace.Continuous
{E : Type u_3} {ΞΉ : Type u_4} (π : Type u_5) [RCLike π] [NormedAddCommGroup E] [InnerProductSpace π E] {x : E} {f : ΞΉ β E} (hf : DenseRange f) (h : β (i : ΞΉ), inner π (f i) x = 0) : x = 0 - Dense.eq_zero_of_inner_left π Mathlib.Analysis.InnerProductSpace.Continuous
{E : Type u_3} (π : Type u_5) [RCLike π] [NormedAddCommGroup E] [InnerProductSpace π E] {x : E} {S : Set E} (hS : Dense S) (h : β v β S, inner π x v = 0) : x = 0 - Dense.eq_zero_of_inner_right π Mathlib.Analysis.InnerProductSpace.Continuous
{E : Type u_3} (π : Type u_5) [RCLike π] [NormedAddCommGroup E] [InnerProductSpace π E] {x : E} {S : Set E} (hS : Dense S) (h : β v β S, inner π v x = 0) : x = 0 - Filter.Tendsto.inner π Mathlib.Analysis.InnerProductSpace.Continuous
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] {Ξ± : Type u_3} {f g : Ξ± β E} {l : Filter Ξ±} {x y : E} (hf : Filter.Tendsto f l (nhds x)) (hg : Filter.Tendsto g l (nhds y)) : Filter.Tendsto (fun t => inner π (f t) (g t)) l (nhds (inner π x y)) - isBoundedBilinearMap_inner π Mathlib.Analysis.InnerProductSpace.Continuous
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] [NormedSpace β E] [IsScalarTower β π E] : IsBoundedBilinearMap β fun p => inner π p.1 p.2 - ContinuousLinearMap.reApplyInnerSelf π Mathlib.Analysis.InnerProductSpace.LinearMap
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] (T : E βL[π] E) (x : E) : β - ContinuousLinearMap.reApplyInnerSelf_continuous π Mathlib.Analysis.InnerProductSpace.LinearMap
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] (T : E βL[π] E) : Continuous T.reApplyInnerSelf - LinearMap.norm_map_iff_inner_map_map π Mathlib.Analysis.InnerProductSpace.LinearMap
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] {E' : Type u_4} [SeminormedAddCommGroup E'] [InnerProductSpace π E'] {F : Type u_5} [FunLike F E E'] [LinearMapClass F π E E'] (f : F) : (β (x : E), βf xβ = βxβ) β β (x y : E), inner π (f x) (f y) = inner π x y - ContinuousLinearMap.reApplyInnerSelf_smul π Mathlib.Analysis.InnerProductSpace.LinearMap
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] (T : E βL[π] E) (x : E) {c : π} : T.reApplyInnerSelf (c β’ x) = βcβ ^ 2 * T.reApplyInnerSelf x - inner_map_self_eq_zero π Mathlib.Analysis.InnerProductSpace.LinearMap
{V : Type u_4} [NormedAddCommGroup V] [InnerProductSpace β V] (T : V ββ[β] V) : (β (x : V), inner β (T x) x = 0) β T = 0 - ext_inner_map π Mathlib.Analysis.InnerProductSpace.LinearMap
{V : Type u_4} [NormedAddCommGroup V] [InnerProductSpace β V] (S T : V ββ[β] V) : (β (x : V), inner β (S x) x = inner β (T x) x) β S = T
About
Loogle searches Lean and Mathlib definitions and theorems.
You can use Loogle from within the Lean4 VSCode language extension
using the Loogle command from the command palette. You can also try the
#loogle command from LeanSearchClient,
the CLI version, the Loogle
VS Code extension, the lean.nvim
integration or the Zulip bot.
Usage
Loogle finds definitions and lemmas in various ways:
By constant:
πReal.sin
finds all lemmas whose statement somehow mentions the sine function.By lemma name substring:
π"differ"
finds all lemmas that have"differ"somewhere in their lemma name.By subexpression:
π_ * (_ ^ _)
finds all lemmas whose statements somewhere include a product where the second argument is raised to some power.The pattern can also be non-linear, as in
πReal.sqrt ?a * Real.sqrt ?aIf the pattern has parameters, they are matched in any order. Both of these will find
List.map:
π(?a -> ?b) -> List ?a -> List ?b
πList ?a -> (?a -> ?b) -> List ?bBy main conclusion:
π|- tsum _ = _ * tsum _
finds all lemmas where the conclusion (the subexpression to the right of allβandβ) has the given shape.As before, if the pattern has parameters, they are matched against the hypotheses of the lemma in any order; for example,
π|- _ < _ β tsum _ < tsum _
will findtsum_lt_tsumeven though the hypothesisf i < g iis not the last.You can filter for definitions vs theorems: Using
β’ (_ : Type _)finds all definitions which provide data whileβ’ (_ : Prop)finds all theorems (and definitions of proofs).
If you pass more than one such search filter, separated by commas
Loogle will return lemmas which match all of them. The
search
π Real.sin, "two", tsum, _ * _, _ ^ _, |- _ < _ β _
would find all lemmas which mention the constants Real.sin
and tsum, have "two" as a substring of the
lemma name, include a product and a power somewhere in the type,
and have a hypothesis of the form _ < _ (if
there were any such lemmas). Metavariables (?a) are
assigned independently in each filter.
The #lucky button will directly send you to the
documentation of the first hit.
Source code
You can find the source code for this service at https://github.com/nomeata/loogle. The https://loogle.lean-lang.org/ service is provided by the Lean FRO. Please review the Lean FRO Terms of Use and Privacy Policy.
This is Loogle revision 9f11169 serving mathlib revision ce5dd8c