英文: Forall and exists in a Coq proof 问题 目前,在我的理论中,我有以下的公理: Axiom context_existence : forall s t a, F...
PLF: [S <: S->S] 子类型示例提示
英文: PLF: [S <: S->S] Subtyping Example Hint 问题 在编程语言基础课程中,有一个名为 formal_subtype_instances_tf_2d...
无法将 “n * 0” 与 “0” 统一化。
英文: Unable to unify "n * 0" with "0" 问题 我在《软件基础》的第一章。在尝试编写一个简单的定理时,出现了以下错误(这只是内置...
Programming in the Calculus of Inductive Constructions with Coq.
英文: Programming in the Calculus of Inductive Constructions with Coq 问题 有时候我想编写接近裸骨CIC(归纳构造演算)的程序,以更好...
以证明模式中定义依赖记录元素的人体工程学方式?
英文: Ergonomic way to define elements of dependent records in proof mode? 问题 I tend to have trouble d...
Coq中的Prop扩展性是否不一致?
英文: Is Prop extensionality inconsistent in Coq? 问题 我注意到在邮件列表上有关这个话题的讨论已经很久了,他们在其中提供了一个示例来展示命题外延性是不一致...
How to prove Theorem euclid_gcd: forall a b z, euclid a b z -> gcd a b z. using Coq?
英文: How to prove Theorem euclid_gcd : forall a b z, euclid a b z -> gcd a b z. using coq? 问题 我正在尝...
证明 Coq 中列表上点对点关系的传递性
英文: Proving Transitivity of Pointwise Relations on Lists in Coq 问题 In Agda, it's quite easy to prove...
Coq是否可以记住已经证明了相同元素在同一证明中的性质?
英文: Is there a way for Coq to recall it already proved a property for the same element in the same p...
将类型变量设置为定义内的具体类型。
英文: Set type Variable to a concrete type inside a definition 问题 在Coq中,我们定义如下: Section bin_trees. Var...