For square integrable functions $f,g$ of a real variable, the Cauchy-Schwarz inequality states that $$ \left(\int f(x)g(x)\,dx \right)^2 \le \int f(x)^2\,dx \int g(x)^2\,dx. $$
My question is: are there any known analogues of this for functions of Grassmann (or mixed) variables?
As a first check, let us see what happens for functions of a single Grassmann variable $\xi$. The functions $f$ and $g$ are then of the form $$ f(\xi) = f_0 + f_1\xi \qquad g(\xi) = g_0 + g_1\xi. $$ Computing the left hand side of our tentative "Fermionic Cauchy Schwarz" we have $$ \left(\int f(\xi)g(\xi) \,d\xi\right)^2 = \left(\int d\xi \, f_0g_0 + (g_0f_1+f_0g_1)\xi \,d\xi \right)^2 = g_0^2f_1^2 + 2f_0g_0f_1g_1 + f_0^2g_1^2 $$ whilst on the right hand side we have $$ \int f(\xi)^2\,d\xi \int g(\xi)^2 \, d\xi = \int f_0^2 + 2f_0f_1 \xi \, d\xi \int g_0^2 + 2g_0g_1 \xi \, d\xi = 4f_0g_0f_1g_1. $$ Putting the two sides together, taking $a = g_0f_1$ and $b = f_0g_1$ we have $$ \begin{split} &g_0^2f_1^2 + 2f_0g_0f_1g_1 + f_0^2g_1^2 \stackrel{?}{\le} 4f_0g_0f_1g_1\\ &g_0^2f_1^2 + f_0^2g_1^2 \stackrel{?}{\le} 2f_0g_0f_1g_1\\ &a^2 + b^2 \stackrel{?}{\le} 2ab\\ &a^2 + b^2 \stackrel{!}{\ge} 2ab \end{split} $$ So the "Fermionic Cauchy Schwarz" is just the elementary Young's inequality! Not too surprisingly, the Fermionic Cauchy Schwarz goes the other direction, which gels with the usual Grassmann experience as "normal mathematics, but upside-down and in a mirror".
My attempts at extending this to mixed functions have thus far been unsuccessful with the exception of functions of a supersymmetric variable (say $z = x^2+y^2+2\xi\eta$), which trivially gives the equality $f(0)^2g(0^2) = f(0)^2g(0)^2$.
In fact, even trying the above computation with just two Grassmann variables leads to an expression which is not an inequality in either direction. The hope is that perhaps this is fixable when working with the "correct" class of functions, say, analytic functions of a single variable applied to a Grassmann variable, or the product of a real function with an analytic function of a supersymmetric bosonic variable.
If anyone is aware of any references/paths forward/fundamental obstructions to the idea I would be very appreciative.
- Yes, if f is odd then certainly f^2 is 0.
- I suppose we could assume this, but if f and g have both even and odd components, then both odd(f)odd(g) and even(f)even(g) terms will contribute to the integral on the LHS (assuming there is more than 1 Grassmann variable of course).
- After integrating out all Grassmann components, we are always left with something which is real, so this certainly will not square to zero in general (see my example).
- Again, int(f^2)int(g^2) will always be real, not grassmann even.
– Andrew Swan Feb 22 '18 at 16:03