0

Define $F^* := \max\limits_{x\in [0, \alpha]} F(x),\quad \tilde F^* := \max\limits_{x\in [0, \tilde \alpha]} F(x)$. Assume that $F(x)$ is continous function and $|\alpha -\tilde \alpha| \leq \epsilon$. How can get the upper bound of $|F^*-\tilde F^*|$ such that this upper bound will imply $|F^*-\tilde F^*| \to 0$ as $\epsilon \to 0$?

I have no idea to solve it. Please give me some help. Thank you in advance!

Michael Grant
  • 19,450

1 Answers1

1

Define $F^*(\alpha):=max_{x \in [0,\alpha]}F(x)$.
This is an continuous function (see also here), because $F$ is continuous. It also holds $F^*(\bar{\alpha})= \bar{F}^*(\bar{\alpha})$, so to be precise, both functions are the same, they are just calculated at different points on the intervall.
The proof simply follows by continuity of $F^*$:
Now say without loss of generality $\alpha = \bar{\alpha}- \epsilon$:
$|F^*(\alpha)-\bar{F}^*(\bar{\alpha})|=|F^*(\alpha)-F^*(\alpha + \epsilon)| \rightarrow 0$, as $\epsilon \rightarrow 0$

Simonsays
  • 1,823