How can I show that for every context free grammar G, there is an equivalent context-free grammar that has production rules with these forms only:
$C→x $WV or $C → λ$, where $x$ is a terminal and $W$ and $V$ are variables.
The permitted rules look similar to Greibach Normal Form where all productions have form: $A → aV_1V_2\dots V_k$ only if $k = 2$ though. However, I'm not sure if that's the correct way to show this.