$$ AB-BA=I\implies \forall k\in\mathbb Z^{+} \quad A^kB-BA^k=kA^{k-1} $$
note: $A,B$ are some linear operators over $V$ i.e. a linear mapping from $V$ to $V$ or $A:V\to V$
thanks @Mvaldi for pointing out that $AB-BA=I$ can't be satisfied for linear operators on finite-dimensional vector spaces.
I want to prove it by induction. But got stuck on the first step.
if we have proved that $A^kB-BA^k=kA^{k-1}$, then
$$
A^{k+1}B=A(BA^k+kA^{k-1})=ABA^k+kA^k
$$
and $$ B^{k+1}A=(A^kB-kA^{k-1})A=A^kBA-kA^k $$
thanks @Semiclassical for fixing the equation.
what can I do then.
perhaps we need to find some matrix equation that is equivalent to $AB-BA=I$..