Is the following a correct proof? It is easier than a proof I have been provided with, but I feel like it is wrong.
Prop: If $ u$ satisfies $ u_{t} = \sum_{i=1}^{n} u_{x_{i} x_{i} } $ on $\ D \times [0,T] $ where $ D $ is some open domain , then u attains its maximum on $\ \partial D$
Proof: By Heine-Borel, $ u $ attains its maximum on $\partial D \cup D $ .
Suppose $u$ attains its maximum at $ x_0 \in D $. At $x_0$ then $u_t = 0 $ (by Fermat), and $ u_{x_{i} x_{i}} < 0$ (as the Hessian is negative definite).
This contradicts our heat equation and therefore the maximum must be attained in $ \partial D $.
I think the mistake is where I claim $u_{x_{i} x_{i}} < 0$, so maybe I am confused about the Hessian.
http://en.wikipedia.org/wiki/Critical_point_(mathematics)#Several_variables
– douglares Dec 22 '13 at 20:54