Skip to content

Commit 3090acd

Browse files
Merge branch 'patch-1' of github.com:VivienCabannes/theorem_proving_in_lean4 into VivienCabannes-patch-1
2 parents e32946a + 333a3f8 commit 3090acd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

book/TPiL/Intro.lean

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ tag := "about-lean"
6969
7070
The _Lean_ project was launched by Leonardo de Moura at Microsoft Research Redmond in 2013. It is an ongoing, long-term
7171
effort, and much of the potential for automation will be realized only gradually over time. Lean is released under the
72-
[Apache 2.0 license](LICENSE), a permissive open source license that permits others to use and extend the code and
72+
[Apache 2.0 license](https://github.com/leanprover/lean4/blob/master/LICENSE), a permissive open source license that permits others to use and extend the code and
7373
mathematical libraries freely.
7474
75-
To install Lean in your computer consider using the [Quickstart](https://github.com/leanprover/lean4/blob/master/doc/quickstart.md) instructions. The Lean source code, and instructions for building Lean, are available at
75+
To install Lean in your computer consider using the [Quickstart](https://lean-lang.org/install/) instructions. The Lean source code, and instructions for building Lean, are available at
7676
[https://github.com/leanprover/lean4/](https://github.com/leanprover/lean4/).
7777
7878
This tutorial describes the current version of Lean, known as Lean 4.
@@ -91,7 +91,7 @@ mathematical assertions in dependent type theory, but it also can be used as a l
9191
9292
Because fully detailed axiomatic proofs are so complicated, the challenge of theorem proving is to have the computer
9393
fill in as many of the details as possible. You will learn various methods to support this in [dependent type
94-
theory](dependent_type_theory.md). For example, term rewriting, and Lean's automated methods for simplifying terms and
94+
theory](Dependent-Type-Theory). For example, term rewriting, and Lean's automated methods for simplifying terms and
9595
expressions automatically. Similarly, methods of _elaboration_ and _type inference_, which can be used to support
9696
flexible forms of algebraic reasoning.
9797

0 commit comments

Comments
 (0)