Existential instantiation question



1.∃x(E(x)∧¬M(x))
Ex(A(x) ^ notM(x))
or there exist something that is not meaningless
I wish to Double negate this so i can use use universal instantiation.

not not (Ex(A(x) ^ notM(x)) becomes:
Vx not(A(x) ^M(x))?

.