In the last part of Ch5.1 of the text, just before a corollary (Cor 5.5), it says:
'$\color{red}{\text{any sequence of $n$ partial differentiations of $f$ results in a constant times $f^{n}$}}$'
Question: What is the constant, and how do we prove it?
Here is what I tried.
$n=1$
$$f'=f_x=-if_y \implies f_x = f', f_y=if'$$
$n=2$
$$f''=(f_x)'=f_{xx}$$
$$f''=(-if_y)'=-i(f_{xy})=-i(f_{yx})$$
$$f''=(-i)^2(f_y)''$$
I guessed the last one but deduced the others from definition of derivative. I also guess
$$f^{(n)} = (-i)^{n-k}1^kf_{x^{(k)}y^{(n-k)}} \implies \frac{1}{(-i)^{n-k}1^k}f^{(n)} = f_{x^{(k)}y^{(n-k)}}$$
$$\therefore, \ \text{the constant is} \ \frac{1}{(-i)^{n-k}1^k}.$$
Not sure if there's supposed to be a $\binom{n}{k}$.
As for the proof, I guess by induction with definition of derivatives: something like if it holds true for $k, n-k$, then we must show it's true for $k+1,n-k$ ($\frac{\partial}{\partial x}$) and $k,n-(k-1)$ ($\frac{\partial}{\partial y}$).