Difference between revisions of "Inductive set"
From Maths
(Created page with "{{Stub page|grade=A*|msg=Needs another reference}} __TOC__ ==Definition== Let {{M|I}} be a set. We call {{M|I}} an ''inductive set'' if{{rITSTHJ}} both of the following pr...") |
m (Definition) |
||
Line 9: | Line 9: | ||
==References== | ==References== | ||
<references/> | <references/> | ||
+ | {{Definition|Set Theory}} |
Revision as of 15:47, 3 February 2017
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
Definition
Let [ilmath]I[/ilmath] be a set. We call [ilmath]I[/ilmath] an inductive set if[1] both of the following properties hold:
- [ilmath]\emptyset\in I[/ilmath] - often written [ilmath]0\in I[/ilmath] as [ilmath]0[/ilmath] is represented by the [ilmath]\emptyset[/ilmath] - and
- [ilmath]\forall n[n\in I\implies[/ilmath][ilmath]S(n)[/ilmath][ilmath]\in I][/ilmath] - often written as "if [ilmath]n\in I[/ilmath] then [ilmath](n+1)\in I[/ilmath]"
- [ilmath]S(x)[/ilmath] denotes the successor set of [ilmath]X[/ilmath]
Caveat:Note that this certainly describes the natural numbers as we require [ilmath]\emptyset\in I[/ilmath], so they're in there. The problem is that rule 2 seems to require that for every element [ilmath]n[/ilmath] that [ilmath]n\cup\{n\} [/ilmath] is in there too. - this seems to be intended[2]