Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
Niidae Wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Mathematical induction
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Formalization {{anchor|Axiom of induction}} == In '''[[second-order logic]]''', one can write down the "[[axiom]] of induction" as follows: <math display="block">\forall P\,\Bigl( P(0) \land \forall k \bigl( P(k) \to P(k+1)\bigr ) \to \forall n \,\bigl(P(n)\bigr)\Bigr),</math> where {{math|''P''(·)}} is a variable for [[Predicate (mathematical logic)|predicates]] involving one natural number and {{mvar|k}} and {{mvar|n}} are variables for [[natural number]]s. In words, the base case {{math|''P''(0)}} and the induction step (namely, that the induction hypothesis {{math|''P''(''k'')}} implies {{math|''P''(''k'' + 1)}}) together imply that {{math|''P''(''n'')}} for any natural number {{mvar|n}}. The axiom of induction asserts the validity of inferring that {{math|''P''(''n'')}} holds for any natural number {{mvar|n}} from the base case and the induction step. The first quantifier in the axiom ranges over ''predicates'' rather than over individual numbers. This is a second-order quantifier, which means that this axiom is stated in [[second-order logic]]. Axiomatizing arithmetic induction in [[first-order logic]] requires an [[axiom schema]] containing a separate axiom for each possible predicate. The article [[Peano axioms]] contains further discussion of this issue. The axiom of structural induction for the natural numbers was first formulated by Peano, who used it to specify the natural numbers together with the following four other axioms: # 0 is a natural number. # The successor function {{mvar|s}} of every natural number yields a natural number {{math|1=(''s''(''x'') = ''x'' + 1)}}. # The successor function is [[injective]]. # 0 is not in the [[Range of a function|range]] of {{mvar|s}}. In '''[[First-order logic|first-order]] [[ZFC set theory]]''', quantification over predicates is not allowed, but one can still express induction by quantification over sets: <math display="block">\forall A \Bigl( 0 \in A \land \forall k \in \N \bigl( k \in A \to (k+1) \in A \bigr) \to \N\subseteq A\Bigr)</math> {{mvar|A}} may be read as a set representing a proposition, and containing natural numbers, for which the proposition holds. This is not an axiom, but a theorem, given that natural numbers are defined in the language of ZFC set theory by axioms, analogous to Peano's. See [[Axiom of infinity#Alternative method|construction of the natural numbers]] using the [[axiom of infinity]] and [[axiom schema of specification]].
Summary:
Please note that all contributions to Niidae Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Encyclopedia:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
Mathematical induction
(section)
Add topic