Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)