I had to prove the existence of the intersection of a nonempty set S, and my first approach was the following:
Let $S$ be an arbitrary set. By the Axiom of Union, the set $ \cup S$ exists; we can then apply the Axiom of Extensionality and to talk about the set $I=\{x \in \cup S: (\forall T \in S) x \in T \}$.
This set $I$ seemed to be the good candidate for being the intersection, but then I realized I never used the hypothesis of $S$ being non-vacuous ! Moreover, with this "proof" I'll have that $\cap \emptyset$ will be a subset of $\emptyset$, then equal to the empty set, but I know very well that's false.
I already figured out a right proof of my initial problem:
let $S$ be a non-empty set; let then A be an element of S. We can then apply the Axiom of Extensionality and to talk about the set $I=\{x \in A: (\forall T \in S) x \in T \}$, and this set is what we wanted to be something called "the intersection of the non-vacuous set $S$ ".
but now I'm curious about knowing what's wrong with my first tricky argument (just please don't be mean with me, I'm aware it can be a silly mistake).