I have a variable coefficient pde of the form $$u_t=c(t,x)u_{xx}, t\in [0,T], x\in [0,1]$$ with initial data $u_0=u(0,x)$ and $c(x,t)\in C([0,T]\times[0,1])$. I use three point discretization for the diffusion part. I would like to have en error estimate by proving stability and consistency. Doing Taylor expansion, I can show consistency. However, I am confused how to choose the norm? I have seen in the book the author chose discrete $L^2$ norm and by using discrete energy methods the stability followed.
First question for the discretized equation: If I pick another discrete norm, which one should I pick (I mean one of the $L^p$ norms), which one is easier or harder? So far, I have obtained the estimate that $||\vec{e}||_2=O(h^2)$, where $\vec{e}:=\vec{u}_h(T)-\vec{u}(T)$. But the other similar estimates would follow in an analogous way once I prove the stability in those norms. Please provide some hints how to choose another norm and what are the "tools" to prove stability for such an equation in other discrete $L^p$ norms.
And second question: is the choice affected by the stability estimate of the original pde? That is, once I establish continuous dependence on initial data, (it follows from maximum principle that I have stability in $L^{\infty}$) and assume I have managed to show it is well-posed in $L^2([0,T]\times [0,1])$(by the same energy methods in continuous setting), does imply it is well posed in $L^1$ or $L^{\infty}$? How is that connected to the fact $L^{\infty}\in L^{2} \in L^1$?