Module docstring
{"# Local extrema of functions on topological spaces
Main definitions
This file defines special versions of Is*Filter f a l, *=Min/Max/Extr, from
Mathlib.Order.Filter.Extr for two kinds of filters: nhdsWithin and nhds.  These versions are
called IsLocal*On and IsLocal*, respectively.
Main statements
Many lemmas in this file restate those from Mathlib.Order.Filter.Extr, and you can find a detailed
documentation there. These convenience lemmas are provided only to make the dot notation return
propositions of expected types, not just Is*Filter.
Here is the list of statements specific to these two types of filters:
IsLocal*.on,IsLocal*On.on_subset: restrict to a subset;IsLocal*On.inter: intersect the set with another one;Is*On.localize: a global extremum is a local extremum too.Is[Local]*On.isLocal*: if we haveIsLocal*On f s aands ∈ 𝓝 a, then we haveIsLocal* f a. ","### Restriction to (sub)sets ","### Constant ","### Composition with (anti)monotone functions ","### Composition withContinuousAt","### Pointwise addition ","### Pointwise negation and subtraction ","### Pointwisesup/inf","### Pointwisemin/max","### Relation witheventuallycomparisons of two functions "}