Polygon slope analysis and derivative bounds #
Proves slope identities for fdPolygon on each segment, tendsto at breakpoints,
non-differentiability at partition points {1,2,3,4}, and global derivative bounds.
slope_fdPolygon_segN— slope equals segment derivative on each intervalfdPolygon_not_differentiableAt_partition— left/right slopes differfdPolygon_deriv_bounded—∃ M, ∀ t ∈ Icc 0 5, ‖deriv fdPolygon t‖ ≤ M
theorem
RectHomotopyProof.slope_fdPolygon_tendsto_seg2_right :
Filter.Tendsto (slope fdPolygon 1) (nhdsWithin 1 (Set.Ioi 1)) (nhds (iPoint - rho'))
theorem
RectHomotopyProof.slope_fdPolygon_tendsto_seg2_left :
Filter.Tendsto (slope fdPolygon 2) (nhdsWithin 2 (Set.Iio 2)) (nhds (iPoint - rho'))
theorem
RectHomotopyProof.slope_fdPolygon_tendsto_seg3_right :
Filter.Tendsto (slope fdPolygon 2) (nhdsWithin 2 (Set.Ioi 2)) (nhds (rho - iPoint))
theorem
RectHomotopyProof.slope_fdPolygon_tendsto_seg3_left :
Filter.Tendsto (slope fdPolygon 3) (nhdsWithin 3 (Set.Iio 3)) (nhds (rho - iPoint))
theorem
RectHomotopyProof.slope_fdPolygon_tendsto_seg5_right :
Filter.Tendsto (slope fdPolygon 4) (nhdsWithin 4 (Set.Ioi 4)) (nhds 1)