Transfinite Induction: Understanding & Examples

  • Context: Graduate 
  • Thread starter Thread starter Hjensen
  • Start date Start date
  • Tags Tags
    Induction Transfinite
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 4K views
Hjensen
Messages
22
Reaction score
0
I'm a bit confused on the subject of transfinite induction. I've read that it is equivalent to usual induction on the ordinal number ω (presumably a proof of this can be found in a standard book on the subject - any suggestions?)

Does anyone have an example of a case in which this isn't true? In other words where these two forms of induction do not coincide? I can't seem to think of one myself.
 
Physics news on Phys.org
Perhaps I should clarify a few things. By ω I mean the least infinite ordinal, which is identified with [itex]\aleph_0[/itex].

The idea I have of the two notions being different relies on intuition only. If anyone has a concrete example, you would make my day. Especially if you could include a reference to a proof of the fact that transfinite induction is equivalent to regular induction on the ordinal ω
 
Transfinite induction allows you to use induction proofs over ordinals greater than [itex]\omega[/itex], ordinary induction only allows you to prove things over [itex]\omega[/itex]. The key difference is that transfinite induction involves a limit case to take into account limit ordinals i.e. if the property holds for every ordinal before the limit ordinal then it must be shown that it also holds for limit ordinal.

To see why this is important consider the statement 'every ordinal greater than 0 is a successor to some unique ordinal'. This is true for ordinals less than [itex]\omega[/itex], but is not true in general, e.g. for [itex]\omega[/itex] itself. However, the successor step in an induction proof will be trivially true, so to avoid 'proving' untrue things you need a limit step too for ordinals larger than [itex]\omega[/itex].

Transfinite induction is trivially equivalent to classical induction over [itex]\omega[/itex] as there are no limit ordinals smaller than [itex]\omega[/itex].
 
Last edited:
Transfinite induction is very close in spirit to that of strong induction. You assume that a statement ##P(x)## is true for every ##x<a##, and then show it's true for ##x=a##. In typical induction, you are only concerned with the whole numbers, though in transfinite induction you instead look over any other ordinal. The basic mechanics of the approach is the same.