Background: I am trying to develop a simple intuitive understanding of optimal control theory through the use of geometry.
Setup:
Consider the distance between one "fixed point" $\bar x$ and a sequence of other points $\boldsymbol y = y_1,y_2,\dots,y_N$ in $\mathbb{R}$ e.g. the real number line. The subsequent distances is $\boldsymbol d=\sqrt{|\bar x-\boldsymbol y|^2}=|\bar x-\boldsymbol y|$. The only signal that you have available is a monotonically increasing function $f:\mathbb{R}\rightarrow\mathbb{R}$ of $d$, such that e.g. $f(d_1)\leq f(d_2)$ implies $d_1\leq d_2$.
Questions:
1) Show that the point $y^*$ that minimises $d$ is also the distance that minimises the line integral over the monotonic transformation.
2) You're standing at some specific point $\boldsymbol y=y$ in $\mathbb{R}^2$ with distance $d=\sqrt{|\bar x-y|^2}$. Given a step size of $\epsilon<d$ you want to reduce the distance to $\bar x$ as much as possible per step. How do you formulate the optimal direction?
2.1) Given sufficiently small steps $\epsilon$ and the optimal direction after one step, show that this direction will remain optimal until the entire distance is covered.
My intuition on those are simple, but I don't know where to start the proof or formulate it rigorously.
1) Obviously the point that minimises the distance is $y = \bar x$. I dont know how to show that it minimises the integral of the monotonic transformation? My heuristics point to something like: If $d(y)\leq d(y')$ for all $\boldsymbol y$ then $f(d(y))\leq f(d(y'))$ holds for any monotonically increasing $f$.
2) I am somewhat lost here. Intuitively there are an infinite number of paths I can take, but only following the straight line between $y$ and $\bar x$ will reduce my distance maximally. How do I show this?
2.1) If you can somehow find the optimal direction in which to walk, that direction is on the straight line between the two points. E.g. you can never do any better. Also not sure how to show this.
Any calls for clarification is appreciated.