Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[Doc]: https://FormalizedFormalLogic.github.io/Foundation/doc
[Docs]: https://FormalizedFormalLogic.github.io/Foundation/docs
[Catalogue]: https://FormalizedFormalLogic.github.io/Catalogue
[Zoo]: https://github.com/FormalizedFormalLogic/Zoo

Expand All @@ -8,7 +8,7 @@ Formalizing mathematical logic in Lean 4.

## Structure & Summary

Main results of this repository. More detailed explanations are provided in the [Catalogue] and [Doc].
Main results of this repository. More detailed explanations are provided in the [Catalogue] and [Docs].

- `Propositional`: [Propositional Logic][prop]
- [Tait-style Calculus][prop:classical_tait] and [Completeness][prop:classical_tait_complete]
Expand Down Expand Up @@ -73,7 +73,7 @@ Main results of this repository. More detailed explanations are provided in the
## Documents

- [Catalogue], summary of results, _generated by [verso]_.
- [Doc], catelogue of definitions and theorems, _generated by [doc-gen4](https://github.com/leanprover/doc-gen4)_.
- [Docs], catelogue of definitions and theorems, _generated by [doc-gen4](https://github.com/leanprover/doc-gen4)_.
- [Zoo], diagram of interrelationships among proof systems.

[Monthly Reports]: https://formalizedformallogic.github.io/Foundation/book/Monthly-Reports
Expand Down