2000 character limit reached
Smart Induction for Isabelle/HOL (System Description) (2001.10834v1)
Published 27 Jan 2020 in cs.AI, cs.LO, cs.PL, and cs.SC
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 smart_induct for Isabelle/HOL. Given an inductive problem in any problem domain, smart_induct lists promising arguments for the induct tactic without relying on a search. Our evaluation demonstrated smart_induct produces valuable recommendations across problem domains.