Although ZFC stands tall as the standard set theory, there is no shortage of alternative set theories. Many of which differ on fundamental theories. This has me wondering, assuming first order logic (FOL),
What statements are true within all set theories?
Or in other words,
Which FOL statements are vacuously true, assuming no axioms?
My work: Initially, I thought this was a trivial problem, as for any vacuously true zeroth-order logic statement, like $\phi\implies \phi$, we can substitute $\phi\mapsto a\in a$, (since the atoms of FOL set theory are of the form $x \in y$), then append a universal quantifier such as $$\forall a(a\in a\implies a\in a),$$
and we get a vacuously true statement. I'll call these types of vacuously true statements the "trivial" ones, as it wasn't long before I realized there were less obvious FOL statements which must be vacuously true and are not constructed in this way. A prime example is the statement $$\forall x \exists y(y\in x \iff y\in y).$$ This must be vacuously true, as if it weren't, Russell's Paradox ensues. We can classify these types of non-trivials as follows:
For any condition $\phi(x,w_1,\cdots,w_n)$ which fails as a zeroeth order logic statement if all arguments are the same (i.e; $\neg\phi(x,x,\cdots,x)$) then the statement $$\forall x\exists w_1\cdots \exists w_n[\neg\phi(x,w_1,\cdots,w_n)]$$ is vacuously true. For example, taking $\phi(x,y)\equiv y\in x\iff x\notin x$, as in the example of Russell's Paradox, fails when $x=y$.
Are these the only two methods of producing vacuously true FOL statements of set theory, or are there more?
If so, what is the best way to classify them all?