Commit 2021-08-27 14:36 7f256987
View on Github →feat(analysis/complex/isometry): Show that certain complex isometries are not equal (#8646)
- Lemma
reflection_rotation
proves that rotation by(a : circle)
is not equal to reflection over the x-axis (i.e,conj_lie
). - Lemma
rotation_injective
proves that rotation by different(a b: circle)
are not the same,(i.e,rotation
is injective). Co-authored by Kyle Miller