I have following dicrete-time system $$ x(k+1) = A.x(k) + B.u(k) \\ y(k) = C.x(k) $$
I am supposed to find controller in form of $$ u^* = -K.x $$so that following performance index is minimized $$ \sum\limits_{k=0}^\infty\frac1{2} x^T Q x + u^T R u $$
using Lyapunov equation for discrete time systems
$$ A^T P A + Q = P $$
I think I need to get from Lyapunov to Riccati equation, but I dunno how (I know how to do that for time-continuous systems), any help (also in form of simple literature) is welcome.