So Q(x) is a predicate in some domain of discourse. I am given $\neg$($\forall$y Q(y)) and I want to make a formal proof that shows that $\exists$x (Q(x) $\rightarrow$ $\forall$y Q(y)) follows from it. How would one approach it?
I tried moving the negation all the way to the center with De Morgans. Then I did Elim $\exists$ for some special c that satisfies Q. Then I did Intro $\exists$ to introduce x. I am not sure where to go from there.