Could someone help me formally define logical quantifiers ($\forall, \exists$)?
I'm thinking that I could define $\forall$ as the logical conjunction of predicates which take in elements from a set as its argument:
$\forall_{x \in X} (P(x)) := \land_{x \in X} (P(x)) = P(x_1) \land P(x_2) \land P(x_3) \land \cdots$
But, I have yet to define what a set is. Furthermore, I also need the quantifiers to define what a set in ZFC set theory.
So I'm pretty much in a deadlock.
Perhaps it would help things to point out that the formula $(\forall x\in X) [P(x)]$ is actually an abbreviation of a more correct formula $(\forall x)[(x\in X)\to(P(x))]$ where in principle the universal quantification is over everything that there is in the set-theoretic sense. Other than that you don't "define" quantifiers.