Closed ed963 closed 1 month ago
For each of the logical axioms, implement a function that takes a Formula as input and returns whether it is an instance of the axiom.
f28b0dc implements functions that create Formula instances of logical axioms.
TBD: Whether it's worth to implement functions to decide whether a Formula is a logical axiom.
dcd45a3
For each of the logical axioms, implement a function that takes a Formula as input and returns whether it is an instance of the axiom.