Im trying to prove that an inefficient double-lengthening PRG exists.
My current approach is to produce a single random bit $b$ and output $r,b$. After producing the 'random' bit a length extension technique can be applied.
A candidate for such a random bit is $<r,x_r>$ where $<\cdot,\cdot>$ is inner product mod $n$.
Another direction is returning $r,f(r)$ Unfortunately, I am not able to proceed with the proof - will appreciate any hints\directions. Thanks!
**This was already in Inefficient double-lengthening PRG but no answer was provided