Mathlib Map

Theorems · Theorem · functional analysis

orthonormal_iff_ite

∀ {𝕜 : Type u_1} {E : Type u_2} [inst : RCLike 𝕜] [inst_1 : SeminormedAddCommGroup E] [inst_2 : InnerProductSpace 𝕜 E]
  {ι : Type u_4} [inst_3 : DecidableEq ι] {v : ι → E},
  Orthonormal 𝕜 v ↔ ∀ (i j : ι), inner 𝕜 (v i) (v j) = if i = j then 1 else 0

if ... then ... else characterization of an indexed set of vectors being orthonormal. (Inner product equals Kronecker delta.)

Defined in
Mathlib.Analysis.InnerProductSpace.Orthonormal
Cited by
15 results in Mathlib
Foundations
Depth 169 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
RCLikeSeminormedAddCommGroupInnerProductSpaceDecidableEq

Around this declaration

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

OrthonormalBasis.orthonormal · cited by 14OrthonormalBasis.orthonor…Matrix.toLin_conjTranspose · cited by 4Matrix.toLin_conjTransposeOrthonormal.inner_right_finsupp · cited by 3Orthonormal.inner_right_f…orthonormal_fourier · cited by 3orthonormal_fourierInnerProductSpace.canonicalCovariantTensor_eq_sum · cited by 3InnerProductSpace.canonic…OrthonormalBasis.toMatrix_orthonormalBasis_conjTranspose_mul_self · cited by 2OrthonormalBasis.toMatrix…Orthonormal.inner_right_sum · cited by 2Orthonormal.inner_right_s…Orthonormal.comp · cited by 2Orthonormal.compUnitAddTorus.orthonormal_mFourier · cited by 1UnitAddTorus.orthonormal_…Orthonormal.inner_left_right_finset · cited by 1Orthonormal.inner_left_ri…Orthonormal.inner_left_sum · cited by 1Orthonormal.inner_left_sumHilbertBasis.orthonormal · cited by 1HilbertBasis.orthonormalorthonormal_subtype_iff_ite · cited by 1orthonormal_subtype_iff_i…Orthonormal.orthonormal_of_forall_eq_or_eq_neg · cited by 1Orthonormal.orthonormal_o…Orthonormal.tmul · cited by 1Orthonormal.tmulDFunLike.coe · cited by 62936DFunLike.coeReal · cited by 25697RealNorm.norm · cited by 5413Norm.normAlgebra.algebraMap · cited by 4706Algebra.algebraMapInnerProductSpace · cited by 3523InnerProductSpaceRCLike · cited by 2829RCLikeSeminormedAddCommGroup · cited by 2671SeminormedAddCommGroupInner.inner · cited by 1089Inner.innermap_one · cited by 861map_onenorm_nonneg · cited by 725norm_nonnegone_pow · cited by 521one_powRCLike.ofReal · cited by 350RCLike.ofRealRCLike.re · cited by 319RCLike.rezero_le_one · cited by 316zero_le_oneOrthonormal · cited by 85Orthonormalorthonormal_iff_iteCITED BYCITES

Cites21

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

Cited by15

Results whose statement or proof uses this declaration.