-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Mon Oct 21 01:33:31 PM CEST 2024
- Loading branch information
0 parents
commit 6ac392b
Showing
45 changed files
with
22,223 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: 1e75ce71800ea37850419696ad7c9fdc | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
Empty file.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
Theorem Proving in Lean 3 (outdated) | ||
==================================== | ||
|
||
.. toctree:: | ||
:numbered: | ||
:maxdepth: 2 | ||
|
||
introduction | ||
dependent_type_theory | ||
propositions_and_proofs | ||
quantifiers_and_equality | ||
tactics | ||
interacting_with_lean | ||
inductive_types | ||
induction_and_recursion | ||
structures_and_records | ||
type_classes | ||
axioms_and_computation | ||
|
||
.. Indices and tables | ||
================== | ||
* :ref:`genindex` | ||
* :ref:`modindex` | ||
* :ref:`search` |
Oops, something went wrong.