How can we formalize the $\cap$ (unary intersection) operator? Following is my attempt.
I define/construct the function $~\cap : P(P(U)) \to P(U)$ such that:
$\forall a\in P(P(U)): \forall b\in U: [b\in \cap a \iff \forall c\in a:b\in c]$
where $U$ is the underlying set being considered, and $P$ is the powerset operator. $P(P(U))$ can be thought of as the set of all families of subsets of $U$.
More work is required, but, using a formal set theory loosely based on ZFC, I have proven that $\cap \emptyset = U$.
Am I on the right track?