Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coq

Coq as part of continuous integration

Why must coq mutually inductive types have the same parameters?

What does the simpl tactic do in COQ

coq

In coq, how to do "induction n eqn: Hn" in a way that doesn't mess up the inductive hypothesis?

coq

How to apply a function once during simplification in Coq?

coq coq-tactic

Data structures with nondeterministic components in Coq

How to deal with really large terms generated by Program Fixpoint in Coq?

coq

Why is following Coq rewrite not applying on right hand side of assumption?

coq

Simplifying Subformulas in Coq

coq coq-tactic

Coq can't compute well-founded defined with Fix, but can if defined with Program Fixpoint

recursion coq totality

Induction on a datatype with non-uniform type parameters produces ill-typed terms

coq theorem-proving

Inconsistent behavior of Coq concerning implicit parameters of Let definitions

coq

Generalized fold for inductive datatypes in coq

fold coq

Coq induction start at specific nat

coq induction

Type : Type in Coq

coq

Assume Negation for Proof by Contradiction

coq

Inside a branch of a match block, how do I use the assertion that the matched expression is equal to the branch's data constructor expression?

coq

Find the definition and notations like ++ in Coq

coq

Can Coq be used (easily) as a model checker?

coq model-checking

Converting Coq term in AST form to polish notation using Python