Theorems · Definition · geometry
AffineSubspace.signedInfDist
{V : Type u_1} →
{P : Type u_2} →
[inst : NormedAddCommGroup V] →
[inst_1 : InnerProductSpace ℝ V] →
[inst_2 : MetricSpace P] →
[inst_3 : NormedAddTorsor V P] →
(s : AffineSubspace ℝ P) → [Nonempty ↥s] → [s.direction.HasOrthogonalProjection] → P → P →ᴬ[ℝ] ℝThe signed distance between s and a point, in the direction of the reference point p.
This is expected to be used when p does not lie in s (in the degenerate case where p lies
in s, this yields 0) and when the point at which the distance is evaluated lies in the affine
span of s and p (any component of the distance orthogonal to that span is disregarded).
- Defined in
- Mathlib.Geometry.Euclidean.SignedDist
- Cited by
- 10 results in Mathlib
- Foundations
- Depth 179 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
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
- NormedAddCommGroupstatement and proof · cited by 15,752
- InnerProductSpacestatement and proof · cited by 3,523
- MetricSpacestatement and proof · cited by 1,684
- NormedAddTorsorstatement and proof · cited by 1,325
- AffineSubspacestatement and proof · cited by 871
- VSub.vsubproof · cited by 817
- AffineSubspace.directionstatement and proof · cited by 339
- ContinuousAffineMapstatement · cited by 263
- Submodule.HasOrthogonalProjectionstatement and proof · cited by 245
- EuclideanGeometry.orthogonalProjectionproof · cited by 85
Cited by11
Results whose statement or proof uses this declaration.
- Affine.Simplex.signedInfDistproof · cited by 19
- AffineSubspace.signedInfDist_apply_of_memstatement · cited by 2
- AffineSubspace.signedInfDist_apply_selfstatement · cited by 2
- AffineSubspace.signedInfDist_eq_signedDist_of_memstatement · cited by 2
- AffineSubspace.signedInfDist_eq_signedDist_orthogonalProjectionstatement · cited by 2
- AffineSubspace.signedInfDist.congr_simpstatement and proof · cited by 1
- AffineSubspace.abs_signedInfDist_eq_dist_of_mem_affineSpan_insertstatement and proof · cited by 1
- AffineSubspace.signedInfDist_defstatement · cited by 0
- AffineSubspace.signedInfDist_eq_const_of_memstatement · cited by 0
- AffineSubspace.signedInfDist_singletonstatement and proof · cited by 0
- Affine.Simplex.signedInfDist_reindexproof · cited by 0