Skip to content

Commit

Permalink
Rephrease intro
Browse files Browse the repository at this point in the history
  • Loading branch information
nomeata committed Feb 26, 2024
1 parent cbaad44 commit ec87eb1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/Lean/Meta/Tactic/FunInd.lean
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ import Lean.Elab.PreDefinition.WF.PackMutual
import Lean.Elab.Command

/-!
This module contains code to derive, from the definition of a (possibly mutual) well-founded
recursive function, a **functional induction principle** tailored to proofs about that
function. For example from:
This module contains code to derive, from the definition of a recursive function
(or mutually recursive functions) defined by well-founded recursion, a
**functional induction principle** tailored to proofs about that function(s). For
example from:
```
def ackermann : Nat → Nat → Nat
Expand Down

0 comments on commit ec87eb1

Please sign in to comment.