Suppose I have a linear operator $K: L^2(D) \to L^2(D)$, where $D$ is some domain in $\mathbb{R}^2$ or $\mathbb{R}^3$, given by
$$\psi(x) \to K[\psi](x) = \int_D J(x - y)\psi(y) dy,$$
for $x \in D$. How would I take the gradient of the inverse of this operator, that is $\nabla_x K^{-1}[\psi](x)$?
For instance, for a regular function $f$ I would say that
$$\nabla f^{-1}(x) = (f^{-1})' \nabla f(x)= (-1)f^{-2}(x) \nabla f(x),$$
...so what can be said about the gradient of the inverse of the operator $K$?
Is it simply $\nabla K^{-1}[\psi](x) = (-1)K^{-2}[\psi](x) \nabla K[\psi](x)$?