This is a homework problem and I don't know how to solve it:
Consider the following minimization problem on the real-valued sobolev space $H^{1,2}(\Omega)$ with dimension $n=1$ and $\Omega=(0,1)$:
$$F(u) = \int_0^1 \left(u^2+ \text{min}\left\{(u'-1)^2, (u'+1)^2\right\}\right) \ \mathrm{d}x \ \to\ \min$$
($u'$ denotes the derivative of $u$).
a) How to prove, that $F\colon H^{1,2}(\Omega) \to \mathbb R$ is continuous?
b) How to prove, that $\displaystyle\inf_{u\in H^{1,2}(\Omega)} F(u) = 0$, but there is no $u \in H^{1,2}(\Omega)$ with $F(u)=0$ ?
I think, $F$ is not linear mapping (because of quadratic terms in the integral). So it is maybe not the right way to show that the operator norm is bounded. Do I have to prove the continuity of $F$ by the definition (with $\varepsilon$ and $\delta$) or is there another possibility? And I don't know how to determine the infimum.
Some hints, since it's a homework problem I won't give the full solution. For the first question, since for all $a,b\in\mathbb R, 2\min (a,b)=a+b-|a-b|$, we have \begin{align*} F(u)&=\int_{[0,1]}\left(u^2+\frac 12((u'+1)+(u'-1)^2-|(u'-1)^2-(u'+1)^2|)\right)dx\\\ &=\int_{[0,1]}\left(u^2+\frac 12(2u'^2+2-4|u'|)\right)dx\\\ &=\int_{[0,1]}u^2dx+\int_{[0,1]}u'^2dx -2\int_{[0,1]}|u'|dx+1. \end{align*} Since in any Banach space $x\mapsto \lVert x\rVert$, and $F(u)=\lVert u\rVert_{H^{1,2}(\Omega)}^2-2\int_{[0,1]}|u'|dx$, you only have to show that $L(u):=\int_{[0,1]}|u'|dx$ is continuous from $H^{1,2}$ to $\mathbb R$. But $L$ is linear and Cauchy-Schwarz inequality gives you the result.
For the second question, if $F(u)=0$ for a $u$ then $u=0$, but we can't have $\min ((u'-1)^2,(u'+1)^2)=0$ since $u'=0$. To show that the infimum is indeed $0$, fix $n\geq 1$. We cut $(0,1)$ into $2n$ of length $\frac 1{2n}$, and use a piece wise affine function with $u_n\left(\frac{2k}{2n}\right)=0$ and $u_n\left(\frac{2k}{2n}\right)=\frac 1n$. Check that this function is indeed in $H^{1,2}$ and compute $F(u_n)$.