Theorems · Definition · functional analysis
Euclidean.dist
{E : Type u_1} →
[inst : AddCommGroup E] →
[inst_1 : TopologicalSpace E] →
[IsTopologicalAddGroup E] →
[T2Space E] → [inst_4 : Module ℝ E] → [ContinuousSMul ℝ E] → [FiniteDimensional ℝ E] → E → E → ℝIf x and y are two points in a finite-dimensional space over ℝ, then Euclidean.dist x y
is the distance between these points in the metric defined by some inner product space structure on
E.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 226 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Realstatement and proof · cited by 25,697
- TopologicalSpacestatement and proof · cited by 24,529
- Modulestatement and proof · cited by 20,661
- AddCommGroupstatement and proof · cited by 12,871
- FiniteDimensionalstatement and proof · cited by 1,854
- Dist.distproof · cited by 1,539
- IsTopologicalAddGroupstatement and proof · cited by 1,394
- T2Spacestatement and proof · cited by 1,351
- ContinuousSMulstatement and proof · cited by 1,016
- toEuclideanproof · cited by 16
Cited by4
Results whose statement or proof uses this declaration.
- Euclidean.closedBallproof · cited by 9
- Euclidean.ballproof · cited by 9
- Euclidean.ball_subset_closedBallproof · cited by 1
- ContDiff.euclidean_diststatement · cited by 0