I'd like to prove the following statement: $$L=\left\{ \left\langle M\right\rangle \mid L\left(M\right)=A_{TM}\right\} \in\overline{RE\cup coRE}$$
Where $$A_{TM}=\left\{ \left\langle M,w\right\rangle \mid M\text{ is a TM that accepts }w\right\} $$
Iv'e concluded the way to do this is to show a many-one reduction $$ALL_{TM}\leq_{m}L$$ where $$ALL_{TM}=\left\{ \left\langle M\right\rangle \mid M\text{ is a TM with }L\left(M\right)=\Sigma^{*}\right\} $$ Since I know that $ALL_{TM}\in\overline{RE\cup coRE}$. But the level of recursion at this point is making my head spin. So my questions are:
1) Am I on the right track? is this reduction feasible?
2) If so, perhaps a hint on how to construct it?
Edit (Answer):
I ended up using a different approach. I showed the two many-one reductions $A_{TM}\leq_{m}L$ and $\overline{A_{TM}}\leq_{m}L$ which give the same result.
EDIT: This approach doesn't work for this particular problem, but I'm leaving this answer here since it has some value in different settings.
I don't know whether the reduction you suggest is easy to construct. Here's an alternative approach: