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 0if ... then ... else characterization of an indexed set of vectors being orthonormal. (Inner
product equals Kronecker delta.)
- Cited by
- 15 results in Mathlib
- Foundations
- Depth 169 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Realproof · cited by 25,697
- Norm.normproof · cited by 5,413
- Algebra.algebraMapproof · cited by 4,706
- 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
- map_oneproof · cited by 861
- norm_nonnegproof · cited by 725
- one_powproof · cited by 521
- RCLike.ofRealproof · cited by 350
Cited by15
Results whose statement or proof uses this declaration.
- OrthonormalBasis.orthonormalproof · cited by 14
- Matrix.toLin_conjTransposeproof · cited by 4
- Orthonormal.inner_right_finsuppproof · cited by 3
- orthonormal_fourierproof · cited by 3
- InnerProductSpace.canonicalCovariantTensor_eq_sumproof · cited by 3
- OrthonormalBasis.toMatrix_orthonormalBasis_conjTranspose_mul_selfproof · cited by 2
- Orthonormal.inner_right_sumproof · cited by 2
- Orthonormal.compproof · cited by 2
- UnitAddTorus.orthonormal_mFourierproof · cited by 1
- Orthonormal.inner_left_right_finsetproof · cited by 1
- Orthonormal.inner_left_sumproof · cited by 1
- HilbertBasis.orthonormalproof · cited by 1