abella-prover / abella

An interactive theorem prover based on lambda-tree syntax
https://abella-prover.org/
GNU General Public License v3.0
89 stars 18 forks source link

search works incorrectly for false assumptions #65

Closed chaudhuri closed 8 years ago

chaudhuri commented 8 years ago

This does not appear to work but should.

Kind i type.
Type a,b i.

Theorem fails : a = b -> b = a.
search.

This was brought to my attention by @robblanco.