Skip to content

fetching inaccurate lemma name when searching for lemmas to prove #65

Closed
@mx-xn

Description

@mx-xn

lemma_found = lemma_name.startswith(self.lemma_name) if lemma_name is not None else False

Since it is checking if lemma_name.startswith the lemma name to proven instead of checking equality of the lemma names, the tool attempt to prove a lemma whose name contains the lemma to prove, but is not the correct one.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions