introduce {within
[a, b], derivable f}` or/and "differentiable from the right/left at a/b"
#904
Labels
wish 🙏
Request for a specific mathematical result
analysis/theories/convex.v
Lines 144 to 164 in f129011
This implements "continuity up the endpoints", approach 1.
Other approaches could have been (I am here reproducing contents from the conversion of now merged PR #873):
We could change the derivative to use a different topology. One way
to do that is add an analog to the
{within `[a,b], continuous f}
notation of
{within `[a,b], derivable f}
. This would take limitsonly on the subspace topology.
Similarly, but specialized to working in
R
, it should be fine to define it likeFor some sensible notion of "left" and "right" derivative.
The text was updated successfully, but these errors were encountered: