Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coq

How do I write tactics that behave like "destruct ... as"?

coq ltac

Is there a minimal complete set of tactics in Coq?

coq coq-tactic

Abstracting over the term ... leads to a term ... which is ill-typed

coq

Rigorous proof of the following C++ code's property?

What's the difference between revert and generalize tactics in Coq?

coq coq-tactic

Subset parameter

coq

Why Coq doesn't allow inversion, destruct, etc. when the goal is a Type?

coq proof inversion

Real numbers in Coq

coq real-number

Inversion produces unexpected existT in Coq

coq

How to use a custom induction principle in Coq?

coq induction coq-tactic

Coq - use Prop (True | False) in if ... then ... else

coq

How or is that possible to prove or falsify `forall (P Q : Prop), (P -> Q) -> (Q -> P) -> P = Q.` in Coq?

Coq: manage LoadPath in project with subdirectories

coq

Is it possible to write C programs using Coq?

coq coq-extraction

How to forbid simpl tactic to unfold arithmetic expressions?

coq

Proving False with negative inductive types in Coq

What's the difference between Program Fixpoint and Function in Coq?

coq totality

recursively invert hypotheses in coq

recursion coq