Keeping information when using induction?

前端 未结 3 1610
[愿得一人]
[愿得一人] 2020-12-29 07:44

I am using the Coq Proof Assistant to implement a model of a (small) programming language (extending an implementation of Featherweight Java by Bruno De Fraine, Erik Ernst,

3条回答
  •  暖寄归人
    2020-12-29 08:17

    I ran into a similar problem and Coq 8.3's "dependent induction" tactic took care of business.

提交回复
热议问题