Smart Induction for Isabelle/HOL (System Description)
Artificial Intelligence
2020-01-30 v1 Logic in Computer Science
Programming Languages
Symbolic Computation
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.
Keywords
Cite
@article{arxiv.2001.10834,
title = {Smart Induction for Isabelle/HOL (System Description)},
author = {Yutaka Nagashima},
journal= {arXiv preprint arXiv:2001.10834},
year = {2020}
}
Comments
Under submission at IJCAR2020 as a System Description