epfl-lara / lisa

Proof assistant based on first-order logic and set theory
Apache License 2.0
33 stars 18 forks source link

Apply tactic #212

Closed agilot closed 7 months ago

agilot commented 7 months ago

Adds an Apply tactic that can be used to prove a statement by calling a theorem with the arguments the user wants to apply to it. Avoids the use of Tautology in those cases.

Changes