I was looking for an elementary proof for Sobolev's Inequality in one dimension and I found the proof in this paper, it's the proof of Sobolev imbedding. I would like an explanation about some steps of the proof.
There is a moment when the author of the paper asserts
$|f(y)| + |f(x) - f(y)| \leq \int_0^1 |f(t)|dt + |f(x) - f(y)| \leq \int_0^1 |f| \cdot 1 + |f'|_{L^2} \cdot 1$ $ \leq |f|_{L^2} + |f'|_{L^2} << 2 \left( |f|^2 + |f'|^2 \right)^{\frac{1}{2}},$
just a notice that $|f| := \left( \int_a^b |f(t)|^2 dt \right)^{\frac{1}{2}}$
I didn't understand in the first inequality why the author can asserts that $|f(y)| \leq \int_0^1 |f(t)| dt$. For this inequality, I think that we can assume without loss of generality that $f(0) = 0$, because we can translate $f$ so that $f(0) = 0$, therefore we would have
$|f(y)| = |f(y) - f(0)| = | \int_0^y f(t) dt | \leq | \int_0^1 f(t) dt | \leq \int_0^1 |f(t)| dt$
I didn't understand too why $\int_0^1 |f(t)|dt \leq \int_0^1 |f| \cdot 1$.
$\int_0^1 |f| \cdot 1 \leq |f|_{L^2}$
I don't sure, but it seems like that here is used Cauchy-Schwarz inequality.
$|f|_{L^2} + |f'|_{L^2} << 2 \left( |f|^2 + |f'|^2 \right)^{\frac{1}{2}}$
and I don't have idea why he can asserts this inequality.
$\textbf{EDIT1:}$
I forgot to ask why this proof allows to conclude that $\max |f(x)|^2 \leq C \int_0^1 \left( |f|^2 + |f'|^2 \right)$ for some constant $C$.
$\textbf{EDIT2:}$
I correct the EDIT1.
Thanks in advance!
I will use $\|f\|_X$ for function norms and $|f(x)|$ for absolute values.
You may have missed that the author states that $y$ was such that $|f(y)|= \min_x |f(x)| ≤ |f(z)|$ for every $z\in[0,1]$. Integrating in $z$,
$$ |f(y)| = \min_x |f(x)|\int_0^1 dz ≤ \int_0^1|f(z)| \, dz$$ You are correct for the next line, Cauchy Schwartz is used.
I will just write out the proof here,
\begin{align} |f(x)| &\overset{\text{triangle ineq}}≤ |f(y)| + |f(x)-f(y)| \\ &\overset{\text{definition of $y$}}≤ \int_0^1 |f(z)|\,dz + |f(x)-f(y)| \\ &\overset{\text{C-S ineq}}≤ \|f\|_{L^2}\int_0^11^2dz + \|f'\|_{L^2}|y-x|^{1/2} \\ &≤ \|f\|_{L^2} + \|f'\|_{L^2} \\ &≤ C(\|f\|_{L^2}^2 +\|f'\|_{L^2}^2)^{1/2} \end{align}
Where this last line is from the easy inequality $2ab≤a^2+b^2$ so that $$(a+b)^2 ≤ a^2 + b^2 + 2ab ≤ 2a^2+2b^2 $$ Take a square root to conclude. This line also follows from the fact that all norms on $\mathbb R^n$ are equivalent.
It should be noted that OP states a wrong inequality $\max_x |f(x)|^2 ≤ C(\|f\|_{L^2}^2 +\|f'\|_{L^2}^2)^{1/2}$ as can be seen from this line of reasoning.