Are there any examples of solving for the global maximum of a non-differentiable function where you:
- Construct a series of differentiable functions that approach the non-differentiable function in the limit
- Show the maximum of each differentiable function converges to some value, which is thus your answer.
For all I know, the procedure above is fatally flawed (or there are trivial examples, I would be most interested in non-trivial examples) in some way, if that is the case let me know.
I am specifically interested in examples involving absolute values.
A simple example:
Let $F_n(x) = \sqrt{x^2+2^{-n}}$. It is not hard to show that $F_n(x) \to \sqrt{x^2} = |x|$. Every $F_n$ is differentiable and has a local minimum at 0, and indeed so does |x|.
Let me know if this is what you're looking for.