Wikipedia says that:
A real-valued function $f$ defined on a real line is said to have a local (or relative) maximum point at the point $x^*$, if there exists some $\varepsilon > 0$ such that $f(x^*) \ge f(x)$ whenever $\lvert x − x^*\rvert < \varepsilon$. The value of the function at this point is called maximum of the function. Similarly, a function has a local minimum point at $x^*$, if $f(x^*) \le f(x)$ whenever $\lvert x − x^*\rvert < \varepsilon$. The value of the function at this point is called minimum of the function.
Now I don't understand one thing. Why, in the definition, is the use of the "liberal-inequality" - $f(x^*) \ge f(x),\ \:\ f(x^*) \le f(x)$ - instead of strict inequality? Agreed that this is a definition, and it doesn't make sense to question a definition - but I'd like to know what's the motivation behind using the liberal inequality.
Then $f$ has no local extrema if we take the strict inequality definition. But all $x\in(-1,1)$ satisfy $f'(x)=0$ and the 'loose' inequality definition. This is not so much an answer as a problematic situation.
– Ian Coley Apr 12 '13 at 16:09