mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-10 06:51:13 +00:00
Medium Syndication Data
This commit is contained in:
parent
e8c9b33f2d
commit
79329aae66
13 changed files with 85 additions and 61 deletions
|
@ -1,10 +1,12 @@
|
|||
---
|
||||
title: "Most Common Mistake in Induction Proofs"
|
||||
date: 2022-05-15T22:49:34-04:00
|
||||
date: 2022-05-15 22:49:34-04:00
|
||||
draft: false
|
||||
tags: ["Math"]
|
||||
math: true
|
||||
medium_enabled: true
|
||||
medium_post_id: 9a14aa49d67a
|
||||
tags:
|
||||
- Math
|
||||
title: Most Common Mistake in Induction Proofs
|
||||
---
|
||||
|
||||
One of the most common mistakes I see in induction proofs is assuming the recursive case and working backwards towards the induction hypothesis. This may be fine for formulas that are symmetric like those involving equality, but this way of proving induction fails if not. This post will show such example.
|
||||
|
@ -61,5 +63,4 @@ Remember, when performing the induction step of the proof:
|
|||
- State the induction hypotheses
|
||||
- State what formulas you know about the various variables
|
||||
- Substitute into the **induction hypothesis**
|
||||
- Simplify until you reach the $n+1$th step.
|
||||
|
||||
- Simplify until you reach the $n+1$th step.
|
Loading…
Add table
Add a link
Reference in a new issue