I am trying to negate a statement expressed as something like one of the members satisfy ... property.
My understanding is that one of statement is equivalent to the existential logic, so its negation is supposed to be the universal statement like all of them does not satisfy ... property.
Is my understanding correct? I feel it's right but not 100% so sure.
Thx.
Nice intuition! Here is a formal representation of what you're saying...
Let $P(x)$ be a the following statement: $x$ has such and such property.
$\exists x P(x)$ is the formal way of saying "there exists at least one $x$ such that $x$ has such and such property."
$\forall x P(x)$ is the formal way of saying "for every $x$, $x$ has such and such property."
Now,
$\neg \exists x P(x) \Leftrightarrow \forall x \neg P(x)$
Is the formal way expressing that these two statements are logically equivalent:
It is not the case that there exists at least one $x$ such that $x$ has such and such property.
For every $x$, it is not the case that $x$ has such and such property.