snippets

๐Ÿ”Œ Toolbox of short, reusable pieces of code and knowledge.

View the Project on GitHub rosikand/snippets

Mathematical Induction

Induction is a useful proof technique. An analogy is

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). โ€”โ€‰Concrete Mathematics, page 3 margins.