I have the following language:
$$ L=\{ \langle M, n \rangle \mid \forall x\in \Sigma^*\ s.t\ |x|=n, M\ doesn't\ reject\ x\} $$
Where $M$ is a TM with finite $\Sigma$ and $\Gamma$.
I think that $L$ is not in $RE$, but I don't know how to prove it. I am thinking about reduction from $\overline{HP}$, but not sure if this is the right way and if it is, then how to do the reduction.