英文: Programming in the Calculus of Inductive Constructions with Coq 问题 有时候我想编写接近裸骨CIC(归纳构造演算)的程序,以更好...
证明 Coq 中列表上点对点关系的传递性
英文: Proving Transitivity of Pointwise Relations on Lists in Coq 问题 In Agda, it's quite easy to prove...
Trace tauto, finish.
英文: Trace tauto, finish 问题 有办法在Lean中追踪tauto、finish策略(或其他不适用于simp的策略)吗? 例如: example (P Q : Prop) : a ...
Implementation for decision procedure for the theory of the reals
英文: Implementation for decision procedure for the theory of the reals 问题 有关实数的一阶理论的实现吗?我知道Collins基于圆...
如何在 Coq 中证明 A \/ False -> A?
英文: How to prove A \/ False -> A in Coq? 问题 I am learning Coq and trying to prove "A / False...