MATHLIBANNEX / CANONICAL DECLARATION CARD

Midpoint preservation on a symmetric lens

Exact Mathematics home · MathlibAnnex hub · Content terms · Corrections

MathlibAnnex.IsometryEquiv.map_midpoint_of_symmetricLens

Turns bounded reflection symmetry of equal-radius lenses into midpoint preservation.

Statement

Assume the midpoint of x,y belongs to symmetricLens(x,y,r), and likewise the midpoint of x′,y′ belongs to symmetricLens(x′,y′,r), as expressed by the two half-distance inequalities. Any isometry equivalence between these lenses maps midpoint(x,y) to midpoint(x′,y′).

Assumptions

Real normed vector spaces; an isometry equivalence between symmetric lenses of the same radius r; both half-distances between the respective foci are at most r.

Conclusion

The isometry maps the midpoint of the source foci to the midpoint of the target foci.

Proof route

A symmetric lens is bounded and invariant under point reflection about the midpoint of its foci. The center-transport theorem therefore sends the source midpoint to the target midpoint.

Proof steps
  1. Use the half-distance inequalities to place both midpoints in their respective lenses.
  2. Bound the source lens by one of its defining closed balls.
  3. Use reflection invariance of each lens about the corresponding midpoint.
  4. Apply center transport to the lens isometry and erase the subtype wrapper.

Main citations

Lean source signature (exact)

theorem map_midpoint_of_symmetricLens
    {x y : E} {x' y' : F} {r : ℝ}
    (hxy : 2⁻¹ * dist x y ≤ r) (hxy' : 2⁻¹ * dist x' y' ≤ r)
    (f : symmetricLens x y r ≃ᵢ symmetricLens x' y' r) :
    ((f ⟨midpoint ℝ x y, midpoint_mem_symmetricLens hxy⟩ :
        symmetricLens x' y' r) : F) = midpoint ℝ x' y'

Read exact source with highlighted declaration

Exact Card identity

Stable Card ID: 4a485c9aabdc6f37ae97b47bfba6021a6bedf685894a44120f0290571e459c36

Card revision: 1

Card SHA-256: 21daf8652777c81a08e94a4a7a3eff63eef5bfd09483b15da2b62d60227b0e87

Exact public projection

Back to top