正則性公理
axiom of regularity
基礎の公理ともいう
表現1
$ \forall A (A \neq \emptyset \Rightarrow \exists x \in A, \forall t \in A (t \notin x))
表現1ー2
$ \forall A (A \neq \emptyset \Rightarrow \exists x ( x\in A, \forall t \in A (t \notin x)) )
表現1ー3
$ \forall A (A \neq \emptyset \Rightarrow \exists y ( y\in A, \forall t \in A (t \notin y)) )
表現1ー3
$ \forall A (A \neq \emptyset \Rightarrow \exists y ( y\in A \land ( \forall t \in A \; (t \notin y))))
表現2
$ \forall x \neq \emptyset, \exists y \in x; x \cap y = \emptyset
表現2-2
$ \forall A \neq \emptyset, \exists y \in A; A \cap y = \emptyset
表現2-3
$ \forall A(A \neq \emptyset \Rightarrow \exists y \in A; A \cap y = \emptyset)
表現2-3ー2
$ \forall A(A \neq \emptyset \Rightarrow \exists y (y \in A; A \cap y = \emptyset))
表現2-3ー3
$ \forall A(A \neq \emptyset \Rightarrow \exists y (y \in A \land A \cap y = \emptyset))
表現2-4
$ \forall A(A \neq \emptyset \Rightarrow \exists x \in A; A \cap x = \emptyset)
表現3
$ \forall x (x \neq \emptyset \Rightarrow \exists y (y \in x \land y \cap x = \emptyset))
表現3ー2
$ \forall A (A \neq \emptyset \Rightarrow \exists y (y \in A \land y \cap A = \emptyset))
表現4
$ \forall S (S \neq \emptyset \Rightarrow (\exists x\in S) S \cap x = \emptyset)
表現5
$ x\neq \emptyset \Rightarrow \exists y(y \in x \land \neg \exists z (z \in x \land z \in y))