Bạn đang xem bản rút gọn của tài liệu. Xem và tải ngay bản đầy đủ của tài liệu tại đây (57.04 KB, 1 trang )
Applications: Mathematical Proofs and Automated Reasoning
233
As an exercise, using EXT prove that for any sets x there is only one powerset of x,
denoted P(x).
A natural operation on sets, definable in LZF , is the successor set operation which,
applied to any set x, produces the set
x := x ∪ {x}.
The infinity axiom states the existence of a set containing the empty set and closed under
the successor set operation:
INF: ∃x(∅ ∈ x ∧ ∀y (y ∈ x → y ∈ x)).
As an exercise, using the other axioms (some are yet to come), prove that x = x for any
set x. It then follows that any set x satisfying the formula above must indeed be infinite.
“Infinite” here means that it is bijective (see Section 5.2.3) with a proper subset of itself,
in this case the subset obtained by removing ∅.
We next have the regularity axiom or the foundation axiom:
REG: ∀x(x = ∅ → ∃y ∀z (z ∈ y → z ∈
/ x))
which states that every non-empty set x has a disjoint element (i.e., an element having no
common elements with x), therefore preventing the existence of an infinite descending
chain of set memberships. In particular, this axiom forbids any set to be an element of
itself (show this as an exercise).
The next axiom of ZF is actually a scheme, called the Axiom Scheme of Separation
or Axiom Scheme of Restricted Comprehension: for any formula φ(¯
x, u) from
¯ is a tuple of free variables x1 , . . . , xn (to be treated as parameters),
LZF , where x
it states: