I am reading about difference equations (I have very little background in them ) in an economics book and it has an example where there are two statements neither which I have been able to derive. So, I repeat below what is in the book:
Suppose we have the following difference equation:
$y_{t-1} - \rho \times y_{t} = x_{t} $.
A) The book states the following solution to the difference equation above:
$y^{1}_{t} = \rho^{-1} \sum_{j=0}^{\infty} \rho^{-j} x_{t-j} $
B) The book states that there are multiple solutions because $ y^{1}_{t} + c \times \rho^{-t} $ is also a solution for any real c.
Can anyone derive A) and B) using either lag operators or the theory of difference equations. I was able to solve A) by brute force but I don't like the approach. I don't see B) at all. I looked in Goldberg's book which seems like the bible for difference equations but I am not familiar with the book so maybe I missed something. Thanks.