Let $\Omega$ be a bounded open set in $\mathbb{R}^n$ and $0 < T < \infty$. Let $\Omega_T = \Omega \times (0, T]$. Given any functions $f, g, h$ show that \begin{equation} u_t - \Delta u + |Du|^2 + \sin(u) = f(x,t), \, (x,t) \in \Omega_T \\ u(x,0)=g(x), \, x \in \Omega \\ u(x,t)=h(x,t), \, x \in \partial\Omega, \, t \in [0, T] \end{equation} has at most one classical solution.
So far I have tried to do the following: Assume there are two solutions, say $u_1$ and $u_2$, and let $v = u_1 - u_2$. Then we can write the equation governing $v$ as \begin{equation} v_t - \Delta v + |Du_1|^2 - |Du_2|^2 + \sin(u_1) - \sin (u_2) = 0, \, (x,t) \in \Omega_T \\ v(x,0)=0, \, x \in \Omega \\ v(x,t)=0, \, x \in \partial\Omega, \, t \in [0, T] \end{equation} If I notice that $|\sin(u_1) - \sin(u_2)| \leq |u_1 - u_2| = |v|$, then I have $$0 \leq v_t - \Delta v + |Du_1|^2 - |Du_2|^2 + \sin(u_1) - \sin (u_2) \leq v_t - \Delta v + |Du_1|^2 - |Du_2|^2 + |v|$$ However, this leads to a dead end for me. I wanted to use the weak maximum principle for parabolic operators to finish my proof, but I don't see how I could apply it in this case.
The maximum principle is a little simpler: rewrite the PDE as $$ v_t-\Delta v+\alpha Dv=-\beta v. $$ Applying the weak maximum principle** and zero initial conditions yields $$ \sup_{[0,s]\times\Omega} |v|\le s\,\sup_{[0,s]\times\Omega}|\beta|\,\sup_{[0,s]\times\Omega}|v|. $$ Choosing $s$ small enough yields the result.
**Here we will recall why the right hand side depends on $s$. Putting $v=w+Kt$ in the PDE's left hand side, we get $$ Lw:=w_t-\Delta w+\alpha Dw=-\beta v-K. $$ Fixing $s>0$ and choosing $K=\sup_{[0,s]\times\Omega}|\beta|\sup_{[0,s]\times\Omega}|v|$ yields $$L(v-Kt)\le 0,\quad 0\le t\le s.$$ Replacing $K$ with $-K$ and arguing as before gives $$ L(v+Kt)\ge 0,\quad 0\le t\le s. $$ Applying the maximum principle to the zero initial condition yields $$ v-Kt\le 0,\quad 0\le t\le s, $$ and $$ v+Kt\ge 0,\quad 0\le t\le s. $$ This implies $|v|\le Kt$ if $0\le t\le s$.