-
Notifications
You must be signed in to change notification settings - Fork 20
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
modelfinder finds faulty countermodel (equality) #26
Comments
I think this happens because the modelfinder uses numerals as terms, and gets confused with the numeric constants in the input formulas. |
There's another problem: if I disable the modelfinder, |
The first relevant difference in the proof search is this:
versus
|
If I change around the letters, it goes back to almost instantaneous: |
∀xc(x,1)=1,∀x(x=1↔¬x=0),∀xc(0,x)=1|= c(a,c(b,b))=1
is valid, but the modelfinder presents a countermodel.The text was updated successfully, but these errors were encountered: