doc(doc/lean/calc.md): link to Nat.lean
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
66ec538c63
commit
03cf9be8b5
1 changed files with 3 additions and 1 deletions
|
@ -79,4 +79,6 @@ The Lean `let` construct can also be used to build calculational-like proofs.
|
|||
s2 : P a (f (f b)) := Subst s1 (Axf a),
|
||||
s3 : P a b := Subst s2 (Axf b)
|
||||
in s3.
|
||||
```
|
||||
```
|
||||
|
||||
Finally, the [Nat (natural number) builtin library](../../src/builtin/Nat.lean) makes extensive use of calculational proofs.
|
Loading…
Reference in a new issue