You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(LipschitzSmooth): derive const from affine + add ContinuousAffineMap companion
- `lipschitzSmoothWith_const` now derived as a one-liner from
`lipschitzSmoothWith_affine` with `ℓ = 0` (was duplicated proof).
- Add `lipschitzSmoothWith_continuousAffineMap` in `Algebra.lean` as the
bundled `ContinuousAffineMap` companion to the linear+const form in
`Basic.lean`. Mathematically cleanest statement, but stays in
`Algebra.lean` since it pulls in `ContinuousAffineMap`.
0 commit comments