Show that if $L$ is CFL and $R$ is a regular language such that they both share the same input alphabet $\Sigma$, then $C = \{w \in \Sigma^*\mid xw \in L$ for some $x \in R\}$ is context free.
Hi I've been struggling quite a lot with this question. There's a similar quesion already answered here (Closure of CFL against right-quotient with regular languages)
But the difference here is that we have $xw \in L$ and not $wx \in L$.
Can anyone give some ideas/help?
Thanks in advance.