Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEATURE: [Distinguish axioms from theorems in the BFO FOL] #111

Open
alanruttenberg opened this issue Sep 26, 2024 · 1 comment
Open

FEATURE: [Distinguish axioms from theorems in the BFO FOL] #111

alanruttenberg opened this issue Sep 26, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@alanruttenberg
Copy link
Contributor

Distinguish axioms from theorems in the BFO FOL. I've code that tries to prove each formula from the rest. Take the ones that are proven and mark them as theorems.

@michaelrabenberg
Copy link

I'd be very interested to see the output of such an exercise, as I imagine would many BFO users. (I feel like we corresponded about this a long time ago but things intervened and I lost track.) At any rate:

One potential complication occurs to me (apologies if this is obvious but just wanted to make it explicit): Suppose there happen to be two logically equivalent axioms in BFO FOL--call them "A1" and "A2"--but neither is a theorem of the rest of BFO FOL. Then each will end up being marked as a theorem during such an exercise, absent some suitable intervention. It'd presumably be important to ensure that in a case like that, at least one of A1 and A2 doesn't get simply get treated as a theorem in certain ways (e.g., by being treated in certain contexts as an inessential component of BFO FOL).

A simple way to take care of this, I assume, would be to run a test for logical equivalence first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants