Commit 2022-04-29 14:39 7373832e
View on Github →chore(analysis/convex): move convex_on_norm, change API (#13631)
- Move
convex_on_normfromspecific_functionstotopology, use it to golf the proof ofconvex_on_dist. - The old
convex_on_normis now calledconvex_on_univ_norm. The newconvex_on_normis about convexity on any convex set. - Add
convex_on_univ_distand makes : set Ean implicit argument inconvex_on_dist. This way APIs about convexity of norm and distance agree.