Commit 2026-04-23 19:18 785d93ce
View on Github →feat(Analysis/SpecialFunctions/Complex/Circle): Anticlockwise Path on Circle (#37815)
This PR introduces explicit path constructions on the unit circle (Circle) and proves fundamental topological properties regarding its connectedness.
Main Definitions:
Circle.angleDiff: The directed angle length fromxtoyalong the anti-clockwise arc, using the principal arg.Circle.path: An explicitPath x yon the circle traversing in the anti-clockwise direction, constructed usingCircle.exp. Main Instances and Theorems:instPathConnectedSpaceCircleCircle.range_path_union_range_path&Circle.range_path_inter_range_path: The anti-clockwise path fromxtoyand the path fromytoxare internally disjoint and covers the entire circle.Circle.singleton_compl_isPathConnected: The circle minus a single point remains path-connected.Circle.not_isPreconnected_pair_compl: The circle minus two distinct points is disconnected (not preconnected).