ed963 / fol_ly

This repository contains an implementation of concepts from first-order logic, mainly to test my understanding as I work through Christopher C. Leary's "A Friendly Introduction to Mathematical Logic".
MIT License
0 stars 0 forks source link

Implement logical axioms #3

Closed ed963 closed 1 month ago

ed963 commented 2 months 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.

ed963 commented 1 month ago

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.

ed963 commented 1 month ago

dcd45a3