https://github.com/jaycech3n/pure_logic
Isabelle's Pure logic, directly extended to FOL/HOL
https://github.com/jaycech3n/pure_logic
hol interactive-theorem-proving isabelle
Last synced: 5 months ago
JSON representation
Isabelle's Pure logic, directly extended to FOL/HOL
- Host: GitHub
- URL: https://github.com/jaycech3n/pure_logic
- Owner: jaycech3n
- Created: 2019-05-18T21:39:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-19T17:12:44.000Z (about 7 years ago)
- Last Synced: 2025-01-29T20:48:47.880Z (over 1 year ago)
- Topics: hol, interactive-theorem-proving, isabelle
- Language: Isabelle
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pure Logic
## Experiments in extending Pure
### Question
Instead of building FOL/HOL on top of Pure the way it's done, why not use the `prop` type and directly extend Pure itself to get "native" versions of these logics?
*This is highly experimental and not unlikely to be a bad idea!*