Smart Induction for Isabelle/HOL (System Description)
Abstract
Proof assistants offer tactics to facilitate inductive proofs. However, it still requires human ingenuity to decide what arguments to pass to those induction tactics. To automate this process, we present smartinduct for Isabelle/HOL. Given an inductive problem in any problem domain, smartinduct lists promising arguments for the induct tactic without relying on a search. Our evaluation demonstrated smartinduct produces valuable recommendations across problem domains.
0