2

Could someone help me with the following problem?

Let be $X$ a real normed space , $f,g\in{X^*}$ ($\|f\|=\|g\|=1$) and $0<r\leq1$ such that $|f(x)|\leq{r}$ $\forall{x\in{\ker(g)}},\|x\|\leq{1}$. Prove that either $\|f-g\|\leq{2r}$ or $\|f+g\|\leq{2r}$.

I am trying to use Hahn-Banach Theorem to $f_{\ker(g)}$, but I don't get nothing .

Thanks.

mathlife
  • 649

1 Answers1

2

Well, as long as we're willing to change the question, it's not hard to show that $\|f+g\|\le 1+r$ or $\|f-g\|\le 1+r$.

Let $Z$ be the kernel of $g$. We have $\|f|_Z\|\le r$, so Hahn-Banach shows that there exists $F$ with $F|_Z=f|_Z$ and $\|F\|\le r$.

Now $F-f$ vanishes on the kernel of $g$, so there exists $c$ with $$F-f=cg.$$Note that $|c|=\|F-f\|\le 1+r$.

If $0\le c\le 1+r$ then $$\|f+g\|\le\|f+cg\|+|c-1|\le r+1.$$ Similarly if $-1-r\le c\le 0$ then $\|f-g\|\le 1+r$.

  • Why does $\operatorname{Ker} g \subseteq \operatorname{Ker} (F - f)$ imply that $F - f = cg$, for some scalar $c$? – mechanodroid Jan 06 '18 at 09:21
  • 1
    @mechanodroid If $g=0$ then $F-f=0$. If $g\ne0$ choose $x_0$ with $g(x_0)=1$ and let $c=(F-f)(x_0)$. (Note that $X$ is spanned by $Z,x_0$...) – David C. Ullrich Jan 06 '18 at 13:57