Linear independence of $e^{at}$ has been answered multiple times. My favorite one is by Marc van Leeuwen in this one: Proof of linear independence of $e^{at}$. The answer uses the property that $e^{at}$ are eigenfunctions of the differentation operation. Now if we instead have an exponential function in two variables, say $e^{ax + by^2}$, it seems to me the linear independence of these functions can too be proved with the same technique, except now using the partial derivative operator:
Proof by induction as in the link except here $e^{a_1x + b_1y^2}$, $e^{a_2x + b_2y^2}$, $...$,$e^{a_{n-1}x + b_{n-1}y^2}$ are assumed linearly independent. As in Marc's proof, we then assume that $e^{a_1x + b_1y^2}$, $e^{a_2x + b_2y^2}$, $...$,$e^{a_{n}x + b_{n}y^2}$ are in turn dependent and thus have:
$e^{a_{n}x + b_{n}y^2}= c_1e^{a_1x + b_1y^2} + c_2e^{a_2x + b_2y^2} + ... + c_{n-1}e^{a_{n-1}x + b_{n-1}y^2}$. Applying operator $\frac{\partial}{\partial x} - a_nI$ will give $0= c_1(a_1-a_n)e^{a_1x + b_1y^2} + c_2(a_2-a_n)e^{a_2x + b_2y^2} + ... + c_{n-1}(a_{n-1}-a_n)e^{a_{n-1}x + b_{n-1}y^2}$ which would thus require all c to be zero, which essentially completes the induction proof (other argumentation as per link).
My question is: why does $y^2$ not seem to have any effect on the linear independence. Where does this stem from?
edit: assume all $a_k$ and $b_k$ are distinct.
$$\tag 1 \sum_{k=1}^{n-1}c_k(a_k-a_n)e^{a_kx+b_ky^2}\equiv 0$$
implies all $c_k=0.$ It doesn't; it implies all $c_k(a_k-a_n)=0.$ Since $a_k=a_n$ is a possibility, we can't deduce $c_k=0$ for such a $k.$
– zhw. May 30 '19 at 21:25