psie
- 315
- 40
- TL;DR Summary
- I'm working an exercise as explained below involving the Wronskian determinant. I just don't know how to show one inclusion. Any help is very appreciated.
Let ##y_1,y_2,\ldots,y_n## be linearly independent functions in ##C^\infty(\mathbb C)## and let ##y\in C^\infty(\mathbb C)##. Define the column vectors $$v(t)=(y(t),y'(t),\ldots,y^{(n)}(t))^t$$and $$v_i(t)=(y_i(t),y_i'(t),\ldots,y_i^{(n)}(t))^t\quad\text{for }1\leq i\leq n.$$ Consider the linear transformation ##\mathsf T: C^\infty(\mathbb C)\to C^\infty(\mathbb C)## defined by $$[\mathsf T(y)](t)=\det\begin{pmatrix}v(t)&v_1(t)&\cdots&v_n(t)\end{pmatrix}.$$(This determinant is called the Wronskian.) I'm trying to prove ##\mathsf N(\mathsf T)=\operatorname{span}(\{y_1,y_2,\ldots,y_n\})##. One direction is quite simple, namely ##\supseteq##. The other one, however, I don't know. Let ##y\in\mathsf N(\mathsf T)##, then ##\mathsf T(y)=0## is the zero function and consequently the determinant is zero for every ##t##. In other words, $$0=[\mathsf T(y)](t)=\det\begin{pmatrix}v(t)&v_1(t)&\cdots&v_n(t)\end{pmatrix}.$$ Now, I'm a bit confused how to conclude that ##y## is a linear combination of ##y_1,y_2,\ldots,y_n##. The above equality implies ##v(t),v_1(t),\ldots,v_n(t)## to be linearly dependent for all ##t##, so there are scalars ##\alpha_0(t),\alpha_1(t),\ldots,\alpha_n(t)##, not all equal to zero simultaneously, such that $$\alpha_0(t)v(t)+\sum_{i=1}^n\alpha_i(t)v_i(t)=0.$$ This is actually a system of linear equation and I don't know how to proceed. My guess is that somehow one wants to show that ##\alpha_0(t),\alpha_1(t),\ldots,\alpha_n(t)## are in fact constants and ##\alpha_0(t)## does not equal ##0##, but I don't know how. Appreciate any help.