File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -90,8 +90,8 @@ known as the Calculus of Constructions with inductive types. Lean can not only d
9090mathematical assertions in dependent type theory, but it also can be used as a language for writing proofs.
9191
9292Because fully detailed axiomatic proofs are so complicated, the challenge of theorem proving is to have the computer
93- 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) . For example, term rewriting, and Lean's automated methods for simplifying terms and
93+ fill in as many of the details as possible. You will learn various methods to support this in {ref " dependent-type-theory "} [dependent type
94+ theory]. For example, term rewriting, and Lean's automated methods for simplifying terms and
9595expressions automatically. Similarly, methods of _elaboration_ and _type inference_, which can be used to support
9696flexible forms of algebraic reasoning.
9797
You can’t perform that action at this time.
0 commit comments