Inductive set
From Maths
Stub grade: A*
This page is a stub
This page is a stub, so it contains little or minimal information and is on a to-do list for being expanded.The message provided is:
Needs another reference
Contents
[hide]Definition
Let I be a set. We call I an inductive set if[1] both of the following properties hold:
- ∅∈I - often written 0∈I as 0 is represented by the ∅ - and
- ∀n[n∈I⟹S(n)∈I] - often written as "if n∈I then (n+1)∈I"
- S(x) denotes the successor set of X
Caveat:Note that this certainly describes the natural numbers as we require ∅∈I, so they're in there. The problem is that rule 2 seems to require that for every element n that n∪{n} is in there too. - this seems to be intended[2]
See also
- The natural numbers
- The axiom of infinity - positing that an inductive set exists.