Poles and polars #
This file defines poles and polars for spheres in Euclidean spaces.
Main definitions #
EuclideanGeometry.Sphere.pole: the inversion in the sphere of the point in an affine subspace closest to the center. This maps an affine subspace (typically of codimension one) to a point.EuclideanGeometry.Sphere.polar: the affine subspace orthogonal to the radius vector at a point and passing through its inversion in the sphere. This maps a point to an affine subspace (typically of codimension one, for a point not the center of the sphere).
Main theorems #
EuclideanGeometry.Sphere.mem_polar_iff_mem_polar: La Hire's theorem.
The pole of an affine subspace is the inversion in the sphere of the point in that subspace closest to the center.
Equations
- s.pole as = EuclideanGeometry.inversion s.center s.radius ↑((EuclideanGeometry.orthogonalProjection as) s.center)
Instances For
The polar of a point is the affine subspace orthogonal to the radius vector at that point and passing through its inversion in the sphere.
Equations
- s.polar p = s.orthRadius (EuclideanGeometry.inversion s.center s.radius p)
Instances For
La Hire's theorem: p₁ lies on the polar of p₂ if and only if p₂ lies on the polar of
p₁.