Skip to content
Sahithyan's S1
1
Sahithyan's S1 — Mathematics

Set theory

Zermelo-Fraenkel set theory with axiom of choice (ZFC) — 9 axioms all together — is being used in this module.

  • xAc    x∉Ax \in A^\text{c} \iff x \not\in A
  • xAB    xAxBx \in A\cup B \iff x \in A \lor x \in B
  • xAB    xAxBx \in A\cap B \iff x \in A \land x \in B
  • AB=x(xA    xB)A \subset B = \forall x (x \in A \implies x \in B)
  • AB=ABcA - B = A \cap B^\text{c}
  • (AB)c=AcBc(A\cap B)^\text{c} = A^\text{c} \cup B^\text{c}
  • (AB)c=AcBc(A\cup B)^\text{c} = A^\text{c} \cap B^\text{c}
  • A(BC)=(AB)(AC)A \cap (B \cup C) = (A \cap B)\cup (A\cap C)
  • A(BC)=(AB)(AC)A \cup (B \cap C) = (A \cup B)\cap (A\cup C)
  • AABA \subset A\cup B
  • ABAA\cap B \subset A

All the axioms defined in Zermelo-Fraenkel set theory and axiom of choice are mentioned here for the sake of completeness. Their exact, formal definition is not included here. Formal definitions can be found on ZFC set theory - Wikipedia.

Two sets are equal (are the same set) if they have the same elements.

A=B    ((zA    zB)(zB    zA))A = B \iff ((\forall z \in A \implies z \in B) \land (\forall z \in B \implies z \in A))

A set cannot be an element of itself.

Subsets that are constructed using set builder notation, always exists.

If xx and yy are sets, then there exists a set which contains both xx and yy as elements.

xyz((xz)(yz))\forall x \forall y \exists z ((x\in z) \land (y \in z))

The union of the elements of a set exists.

The image of a set under a definable function will also be a set.

There exists a set having infinitely many elements.

For any set xx, there exists a set yy that contains every subset of xx:

xyz(zx    zy)\forall x \exists y \forall z (z \subset x \implies z \in y)

I don’t understand this axiom. If you do, let me know.