Skip to content

Inductive Set

River McCubbin edited this page May 10, 2024 · 13 revisions

Statement

A set $I$ is inductive iff $\emptyset \in I$ and $x \in I \implies S(x) \in I$, i.e. if it contains the Empty Set and the Successor of any element is also in the set.

Explanation

Proof(s)

History

Applications

Links

Dependencies

Dependents

Sources

Clone this wiki locally