5

The Wronskian of smooth functions $y_1,\ldots,y_n$ is defined by the determinant $$W(y_1,\ldots,y_n):=\det \left(y_i ^{(j)}\right).$$

It can be verified by a messy induction that the Wronskian satisfies the identity $$W(yy_1,\ldots,yy_n)=y^n W(y_1,\ldots,y_n)$$ for every smooth function $y$.

What is a conceptual proof of this fact?

Why should we "expect" the result to be true?

Note that it is not just multiplying each column by the same scalar. There are many cross-terms coming from the Leibnitz rule for derivatives.

For example, $n=2$ is the assertion $$yy_1(yy_2)'-yy_2(yy_1)'=y^2(y_1y_2'-y_2y_1').$$

The Wronskian has intuitive meaning as the volume spanned by solutions to an ODE of order $n$ after converting it to a system of first-order equations.

The identity is true for all functions that are differentiable $n-1$ times, but giving a proof just in the case that they solve an ODE will also be great.

Emolga
  • 3,587
  • 3
    Hint: $\left(y y_i\right)^{\left(j\right)} = \sum\limits_{k=0}^{n-1} \dbinom{j}{k} y^{\left(j-k\right)} y_i^{\left(k\right)}$ (this can be proved by induction on $j$). Thus you can write the matrix $\left(\left(y y_i\right)^{\left(j\right)}\right){i, j}$ (whose determinant is $W\left(y y_1, y y_2, \ldots, y y_n\right)$) as the product of the matrix $\left(y_i^{\left(j\right)}\right){i, j}$ (whose determinant is $W\left(y_1, y_2, \ldots, y_n\right)$) with the triangular matrix $\left(\dbinom{j}{i} y^{\left(j-i\right)}\right)_{i, j}$. – darij grinberg May 17 '20 at 19:52
  • @darijgrinberg I was going to mention the Leibniz formula myself, but you beat me to it. However I did not think to break up the matrix into a product of the original Wronskian matrix and a triangular matrix. This is truly a brilliant insight! – K.defaoite May 17 '20 at 20:37
  • @darijgrinberg: May I suggest that you post this as an answer? I know of this “product rule” (I used it in a recent answer) but could not find a proof which is online available. Therefore an answer on this site would be useful, I think. – Martin R Oct 13 '20 at 07:06
  • @MartinR: I've put this on my to-do list (I think this can be generalized even further to derivations on a ring), but I don't know how soon I'll get to it (writing is a tar-pit). – darij grinberg Oct 14 '20 at 14:30
  • @MartinR: Done! – darij grinberg Oct 16 '20 at 10:28

1 Answers1

3

This is a particular case of Theorem 1.50 in my Collected trivialities on algebra derivations (as of 18 October 2020), which says the following (up to different notations):

Theorem. Let $A$ be a commutative ring. Let $\delta : A \to A$ be a derivation. Let $a_1, a_2, \ldots, a_n \in A$ and $a \in A$. Then, \begin{align} W_\delta\left(aa_1, aa_2, \ldots, aa_n\right) = a^n W_\delta\left(a_1, a_2, \ldots, a_n\right) , \end{align} where the $\delta$-Wronskian of an $n$-tuple $\left(b_1, b_2, \ldots, b_n\right) \in A^n$ is defined as the determinant of the $n\times n$-matrix \begin{align} \begin{pmatrix} \delta^0\left(b_1\right) & \delta^1\left(b_1\right) & \cdots & \delta^{n-1}\left(b_1\right) \\ \delta^0\left(b_2\right) & \delta^1\left(b_2\right) & \cdots & \delta^{n-1}\left(b_2\right) \\ \vdots & \vdots & \ddots & \vdots \\ \delta^0\left(b_n\right) & \delta^1\left(b_n\right) & \cdots & \delta^{n-1}\left(b_n\right) \end{pmatrix} . \end{align}

To recover your claim from this theorem, let $A$ be the ring of smooth functions, and set $\delta = \dfrac{d}{dx}$ and $a_i = y_i$ and $a = y$.

The proof of the theorem follows the same plan as my comment: The trick is to write the matrix \begin{align} \begin{pmatrix} \delta^0\left(aa_1\right) & \delta^1\left(aa_1\right) & \cdots & \delta^{n-1}\left(aa_1\right) \\ \delta^0\left(aa_2\right) & \delta^1\left(aa_2\right) & \cdots & \delta^{n-1}\left(aa_2\right) \\ \vdots & \vdots & \ddots & \vdots \\ \delta^0\left(aa_n\right) & \delta^1\left(aa_n\right) & \cdots & \delta^{n-1}\left(aa_n\right) \end{pmatrix} \end{align} (whose determinant is $W_\delta\left(aa_1, aa_2, \ldots, aa_n\right)$) as a matrix product $BC$, where $B$ is the matrix \begin{align} \begin{pmatrix} \delta^0\left(a_1\right) & \delta^1\left(a_1\right) & \cdots & \delta^{n-1}\left(a_1\right) \\ \delta^0\left(a_2\right) & \delta^1\left(a_2\right) & \cdots & \delta^{n-1}\left(a_2\right) \\ \vdots & \vdots & \ddots & \vdots \\ \delta^0\left(a_n\right) & \delta^1\left(a_n\right) & \cdots & \delta^{n-1}\left(a_n\right) \end{pmatrix} \end{align} (whose determinant is $W_\delta\left(a_1, a_2, \ldots, a_n\right)$) and where $C$ is a certain upper-triangular matrix whose diagonal entries are $a, a, \ldots, a$. More precisely, $C$ is the upper-triangular matrix whose $\left(i,j\right)$-th entry is $\dbinom{j-1}{i-1} \delta^{i-j}\left(a\right)$ whenever $j \geq i$.

The same argument applies in the more general case when the functions $y_i$ are merely $n-1$-times differentiable (as opposed to smooth), even though the derivation $\delta = \dfrac{d}{dx}$ no longer literally exists as a derivation on a ring.

  • 1
    You should perhaps copy the content of the comment (as a secondary location) to the answer text (as a primary location). – Lutz Lehmann Oct 16 '20 at 10:42