Question
I am trying to bound the weak coercitivity of the bilinear form in the context of a parabolic boundary value problem with Robin Boundary Conditions. I am following the approach mentioned in Numerical Approximation of Partial Differential Equations by Quarteroni and Valli (pp. 365-366):
These are the unclear steps from the book:
"By applying the trace theorem and an interpolation result (see Theorems 1.3.1 and 1.3.7), for each $\epsilon > 0$ one has: $$ \|v\|_{0, \partial \Omega_2}^2 \leq \epsilon\|Dv\|_{0}^2 + C_\epsilon\|v\|_{0}^2" $$
So far I have been able to use the trace theorem, thus proving that: $$ \|v\|_{0,\partial \Omega} \leq C\|v\|_{1,\Omega} $$
However, I am unsure how to choose the parameters $s_1$ and $s_2$ to apply the mentioned interpolation theorem.
Theorem 1.3.7 (Interpolation theorem)
Assume that $\Omega$ is an open set of $\mathbb{R}^d$ with a Lipschitz continuous boundary. Let $s_1 < s_2$ be two real numbers, and define $ r = (1-\theta)s_1 + \theta s_2$, where $0 \leq \theta \leq 1$. There exists a constant $ C > 0 $ such that: $$ \|v\|_r \leq C \|v\|_{s_1}^{1-\theta} \|v\|_{s_2}^\theta \quad \forall v \in H^{s_2}(\Omega). $$
I also suspect that the following inequality must be used: $$ \|\nabla v\|_0 \|v\|_0 \leq \epsilon \|\nabla v\|_0^2 + \frac{1}{4\epsilon}\|v\|_0^2 $$
Any insights on how to choose $s_1$ and $s_2$, corrections or suggestions on how to proceed would be greatly appreciated.
Notation Clarification
$\| v \|_{0,\Omega} = \|v\|_{L^2(\Omega)} $and $\| v \|_{1,\Omega} = \|v\|_{H^1(\Omega)}$.