History of
include
@master
git clone https://git.catseye.tc/Philomath/
- Arrange licensing info in repo according to REUSE 3.2 convention. Chris Pressey 2 months ago
- We don't actually need to protect assumptions; proof internals. Chris Pressey 11 months ago
- Move towards protecting the assumptions and formula in theorems. Chris Pressey 11 months ago
- Rename from "proof.c" to "theorem.c" because it defines theorems. Chris Pressey 2 years ago
- "struct theorem" is a better name than "struct proof" for this. Chris Pressey 2 years ago
- Implement double_neg_elim. Demo proof of reductio ad absurdum. Chris Pressey 2 years ago
- Implement neg_intro(). Chris Pressey 2 years ago
- Implementation of neg_elim() (untested). Chris Pressey 2 years ago
- Absurdum terms, and absr_elim() rule. Chris Pressey 2 years ago
- assumptions_fprint(). Chris Pressey 2 years ago
- formula_fprint(). Chris Pressey 2 years ago
- Have assert() display a diagnostic message. Chris Pressey 2 years ago
- Basic version of proves(), needs debugging. Chris Pressey 2 years ago
- assert.{c,h}. Fix linked-list traversal bug in merge(). Chris Pressey 2 years ago
- Initial import of work so far. Chris Pressey 2 years ago