Is it possible to prove `forall n: nat, le n 0 -> n = 0.` in Coq without using inversion?

前端 未结 0 417
感情败类
感情败类 2021-02-06 03:39

In the official coq tutorial they define the following inductive definition of less than or equal to:

Inductive le (n : nat) : nat -> Prop :=
          | le_n          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题