Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
BlastWind committed Jan 2, 2025
1 parent 911734d commit e50fc26
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["blastwind"]
language = "en"
multilingual = false
src = "src"
title = "A Tour of Formal Verifications"
title = "A Journey Through Formal Methods"

[output.html]
mathjax-support = true
2 changes: 1 addition & 1 deletion src/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Summary

[Introduction]()
- [Foundations](./foundation.md)
- [Glossary]()
- [Paradoxes]()
Expand Down
12 changes: 4 additions & 8 deletions src/foundation.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Outline
# Foundations

## Outline
- Glossary: Introduce terms, reference later
- Paradoxes: Puzzles to start thinking about that relates to inconsistency and others
- Incompleteness, Undecidability, Inconsistency: Defining three key terms
Expand All @@ -10,15 +12,9 @@
- System F and the Polymorphic Lambda Calculus
- Modal Logic and Monads
- HoTT: Topology and type theory?!!
- [Modern Dependently Typed Languages]()
- [Idris](./idris.md)
- [SMT Solvers]()
- [Theory and Implementation](./smt_theory_and_implementation.md)
- [Symbolic Execution]()



# Paradoxes, Foundations, and Computability
## Uncompiled

1901. Russell's paradox. This is a paradox expressable (encodable) in naive set theory and formal logic.

Expand Down

0 comments on commit e50fc26

Please sign in to comment.