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
  • 1684

    Greg Bernhardt

    A PF Singularity From USA
    • Messages
      19,443
    • Media
      227
    • Reaction score
      10,021
    • Points
      1,237
  • 4

    tim9000

    A PF Cell
    • Messages
      867
    • Reaction score
      17
    • Points
      103
  • 1

    mike232

    • Messages
      39
    • Reaction score
      1
    • Points
      34
  • 1

    roro36

    A PF Atom
    • Messages
      27
    • Reaction score
      1
    • Points
      31
  • 1

    coquelicot

    A PF Organism
    • Messages
      299
    • Reaction score
      67
    • Points
      152
  • 1

    MS La Moreaux

    A PF Molecule From United States
    • Messages
      97
    • Reaction score
      2
    • Points
      88
  • 1

    VantagePoint72

    A PF Molecule
    • Messages
      821
    • Reaction score
      34
    • Points
      76
  • 1

    James Brady

    A PF Molecule
    • Messages
      105
    • Reaction score
      4
    • Points
      93
  • 1

    BrockLee

    A PF Atom
    • Messages
      31
    • Reaction score
      0
    • Points
      31
  • 1

    Loppyfoot

    A PF Atom
    • Messages
      194
    • Reaction score
      0
    • Points
      36
  • 1

    imsmooth

    A PF Molecule
    • Messages
      152
    • Reaction score
      13
    • Points
      93
  • 1

    ElijahRockers

    A PF Molecule From USA
    • Messages
      270
    • Reaction score
      10
    • Points
      51
  • 1

    The Subject

    A PF Atom
    • Messages
      32
    • Reaction score
      0
    • Points
      31
  • 1

    ArthurRead

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

    {???}

    A PF Molecule
    • Messages
      57
    • Reaction score
      7
    • Points
      88
  • 1

    benorin

    A PF Ocean From Knowhere
    • Messages
      1,435
    • Reaction score
      186
    • Points
      332
  • 1

    nomadreid

    A PF Mountain From Israel
    • Messages
      1,670
    • Reaction score
      204
    • Points
      212
  • 1

    Simon Bridge

    • Messages
      17,876
    • Reaction score
      1,660
    • Points
      454
  • 1

    Elquery

    A PF Molecule
    • Messages
      67
    • Reaction score
      10
    • Points
      88
  • 1

    phoenixthoth

    A PF Molecule From here
    • Messages
      1,605
    • Reaction score
      2
    • Points
      91
  • Back
    Top