Prove that $L=\{ \langle M \rangle \;|\; \langle M \rangle \in L \left( M \right) \}$ is undecidable. Hint: If there were a decider TM DL for L, what would happen if we gave DL its own description as input?
Here's what I've got so far:
ATM ≤M(mapping reducible) M
Find a map : f:-> such that DL doesn't recognize w.<=> x is M's own description. DL(w): if w != description: run on M(w) if M(w) accepts: return accept
I couldn't figure out how to relate DL to ATM to prove that L is unrecognizable. My answer might be partially wrong, but I tried my best. Any help is appreciated.