Mathematical induction

Mathematical induction is a mathematical proof technique. It is essentially used to prove that a statement P(n) holds for every natural number n = 0, 1, 2, 3, . . . ; that is, the overall statement is a sequence of infinitely many cases P(0), P(1), P(2), P(3), . . . . Informal metaphors help to explain this technique, such as falling dominoes or climbing a ladder:

Mathematical induction proves that we can climb as high as we like on a ladder, by proving that we can climb onto the bottom rung (the basis) and that from each rung we can climb up to the next one (the step).
A proof by induction consists of two cases. The first, the base case (or basis), proves the statement for n = 0 without assuming any knowledge of other cases. The second case, the induction step, proves that if the statement holds for any given case n = k, then it must also hold for the next case n = k + 1. These two steps establish that the statement holds for every natural number n. The base case does not necessarily begin with n = 0, but often with n = 1, and possibly with any fixed natural number n = N, establishing the truth of the statement for all natural numbers n ≥ N.
The method can be extended to prove statements about more general well-founded structures, such as trees; this generalization, known as structural induction, is used in mathematical logic and computer science. Mathematical induction in this extended sense is closely related to recursion. Mathematical induction is an inference rule used in formal proofs, and in some form is the foundation of all correctness proofs for computer programs.Although its name may suggest otherwise, mathematical induction should not be confused with inductive reasoning as used in philosophy (see Problem of induction). The mathematical method examines infinitely many cases to prove a general statement, but does so by a finite chain of deductive reasoning involving the variable n, which can take infinitely many values.

View More On Wikipedia.org
  • 202

    Greg Bernhardt

    A PF Singularity From USA
    • Messages
      19,447
    • Media
      227
    • Reaction score
      10,037
    • Points
      1,237
  • 2

    Enharmonics

    A PF Electron
    • Messages
      29
    • Reaction score
      2
    • Points
      11
  • 1

    cptstubing

    A PF Quark
    • Messages
      37
    • Reaction score
      3
    • Points
      1
  • 1

    Kariege

    A PF Electron
    • Messages
      15
    • Reaction score
      0
    • Points
      11
  • 1

    gruba

    A PF Electron
    • Messages
      206
    • Reaction score
      1
    • Points
      16
  • 1

    Jaroslav

    A PF Quark From Brno
    • Messages
      4
    • Reaction score
      0
    • Points
      4
  • 1

    Figaro

    A PF Molecule
    • Messages
      103
    • Reaction score
      7
    • Points
      66
  • 1

    parshyaa

    A PF Molecule 25
    • Messages
      307
    • Reaction score
      19
    • Points
      74
  • 1

    McFluffy

    A PF Quark From Malaysia
    • Messages
      37
    • Reaction score
      1
    • Points
      4
  • 1

    Terrell

    A PF Atom
    • Messages
      317
    • Reaction score
      26
    • Points
      48
  • 1

    hilbert2

    A PF Mountain
    • Messages
      1,598
    • Reaction score
      605
    • Points
      287
  • Back
    Top