Set Notation in latex

  • The empty set:

    • A [ x (x∉A) ]\exists A\ [\ \forall x\ ( x \not\in A) \ ]

  • Non-empty set:

    • A [ x (xA) ]\forall A\ [\ \exists x\ ( x \in A) \ ]

  • Subset:

    • a [ aAaB    AB ]\forall a\ [\ a \in A \to a \in B \iff A \subseteq B \ ]

  • Proper Subset:

    • a [ aA [ aB (b . bBb∉A) ]     AB ]\forall a\ [ \ a \in A \to \ [ \ a \in B \land \ (\exists b\ . \ b\in B \land b \not\in A) \ ] \ \iff A \subset B \ ]

  • Equality

    • ABBA    A=BA \subseteq B \land B \subseteq A \iff A=B

  • Axiom of regularity (foundation) states that every non-empty set xx contains a member yy such that xx and yy are disjoint sets.

x[a(ax)y(yx¬z(zyzx))]\forall x[ \exists a(a\in x) \to \exists y(y\in x \land \lnot \exists z (z \in y \land z \in x) ) ]
xy [ yx¬z(zyzx) ]\forall x \exists y \ [ \ y\in x \to \lnot \exists z (z \in y \land z \in x) \ ]
xy [ yx¬z(zyx) ]\forall x \exists y \ [ \ y\in x \to \lnot \exists z (z \in y \cap x) \ ]

Last updated