Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/choukh/hilbertsystem
Formal development of Hilbert style propositional logic in Agda
https://github.com/choukh/hilbertsystem
agda formal-verification formalization mathematical-logic mathematics
Last synced: 29 days ago
JSON representation
Formal development of Hilbert style propositional logic in Agda
- Host: GitHub
- URL: https://github.com/choukh/hilbertsystem
- Owner: choukh
- License: agpl-3.0
- Created: 2022-12-10T15:25:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-19T08:38:59.000Z (about 2 years ago)
- Last Synced: 2024-11-15T12:12:00.786Z (3 months ago)
- Homepage:
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hilbert Style Propositional Logic in Agda
## Features
- Solely relies on agda-stdlib 1.7.1
- --without-K and --safe
- Literate agda script (but in Chinese) and [html5 rendering](https://choukh.github.io/HilbertSystem/Hilbert.html)## Contents
### [Hilbert.lagda.md](https://github.com/choukh/HilbertSystem/blob/main/src/Hilbert.lagda.md)
- Definition of `_⊨_` and `_⊢_`
- Proof of soundness### [Deduction.lagda.md](https://github.com/choukh/HilbertSystem/blob/main/src/Deduction.lagda.md)
## License
[AGPL-3.0](https://github.com/choukh/HilbertSystem/blob/main/LICENSE)