Theorems · Inductive type · functional analysis
InnerProductSpace
(𝕜 : Type u_4) → (E : Type u_5) → [RCLike 𝕜] → [SeminormedAddCommGroup E] → Type (max u_4 u_5)
A (pre) inner product space is a vector space with an additional operation called inner product.
The (semi)norm could be derived from the inner product, instead we require the existence of a
seminorm and the fact that ‖x‖^2 = re ⟪x, x⟫ to be able to put instances on 𝕂 or product spaces.
Note that NormedSpace does not assume that ‖x‖=0 implies x=0 (it is rather a seminorm).
To construct a seminorm from an inner product, see PreInnerProductSpace.ofCore.
- Defined in
- Mathlib.Analysis.InnerProductSpace.Defs
- Cited by
- 3,523 results in Mathlib
- Foundations
- Depth 2 from the axioms, rests on 4 definitions · uses no axioms
- Assumes
- RCLikeSeminormedAddCommGroup
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- RCLikestatement · cited by 2,829
- SeminormedAddCommGroupstatement · cited by 2,671
Cited by3,834
Results whose statement or proof uses this declaration.
- Submodule.orthogonalstatement and proof · cited by 257
- Submodule.HasOrthogonalProjectionstatement · cited by 245
- Orientation.oanglestatement and proof · cited by 205
- OrthonormalBasisstatement · cited by 188
- EuclideanGeometry.oanglestatement and proof · cited by 188
- EuclideanGeometry.anglestatement and proof · cited by 187
- InnerProductGeometry.anglestatement and proof · cited by 170
- LinearMap.IsSymmetricstatement and proof · cited by 121
- Submodule.orthogonalProjectionOntostatement and proof · cited by 103
- OrthonormalBasis.toBasisstatement and proof · cited by 102
- innerSLstatement and proof · cited by 93
- Submodule.starProjectionstatement and proof · cited by 92
Showing the 200 most cited of 3,834.