MATHLIBANNEX / CANONICAL DECLARATION CARD

Center transport under bounded point-reflection symmetry

MathlibAnnex.IsometryEquiv.map_center_of_mapsTo_pointReflection

Identifies the distinguished centers of two bounded reflection-invariant subsets under an isometry equivalence.

Statement

Let f:s≃ᵢt be an isometry equivalence between subsets of real normed affine spaces. Suppose c∈s and d∈t, the source set s is bounded, and s and t are invariant under point reflection about c and d respectively. Then f(c)=d as subtype points.

Assumptions

Real normed affine spaces; source and target sets contain their centers and are invariant under reflection through those centers; the source is bounded; f is an isometry equivalence.

Conclusion

f maps the source reflection center to the target reflection center.

Proof route

Conjugate the target reflection about d by f to obtain a self-isometry g of s. Every self-isometry of the bounded source reflection space fixes c. Translating that fixed-point equation back through f shows that f(c) is fixed by reflection about d, hence equals d.

Proof steps
  1. Restrict target point reflection about d to an isometry equivalence of t.
  2. Conjugate this restricted reflection by f to form a self-isometry g of s.
  3. Apply the bounded reflection-center fixed-point lemma to g at c.
  4. Transport the resulting equality through f to show that restricted reflection fixes f(c).
  5. Forget the subtype and apply the characterization of fixed points of point reflection to conclude f(c)=d.

Main citations

Lean source signature (exact)

theorem map_center_of_mapsTo_pointReflection
    {s : Set P} {t : Set Q} {c : P} {d : Q} (f : s ≃ᵢ t)
    (hc : c ∈ s) (hd : d ∈ t) (hs : IsBounded s)
    (hsreflect : MapsTo (pointReflection ℝ c) s s)
    (htreflect : MapsTo (pointReflection ℝ d) t t) :
    f ⟨c, hc⟩ = ⟨d, hd⟩

Read exact source with highlighted declaration · Raw UTF-8 source · Card PDF · Card JSON

Exact Card identity

Stable Card ID: e7820e270300b3e7830e96df2b7f206fc5684f23124002cdf8f9ac29a25b6ad0

Card revision: 1

Card SHA-256: 87c6848b90700ef729e5e4c337c08137c9495291a3155b705a5ad63663287d77

Exact public projection