doc(doc/lean/calc.md): link to Nat.lean

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2014-01-03 11:57:41 -08:00
parent 66ec538c63
commit 03cf9be8b5

View file

@ -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.