Search code examples
how to prove 2 step induction of list in coq using fix tactic...


coqtheorem-provingcoq-tactic

Read More
What is the difference between Lemma and Theorem in Coq...


coqtheorem-proving

Read More
Coq Error Syntax error: '.' expected after [gallina] (in [vernac_aux])...


functionclassoopmethodscoq

Read More
Dependent Pair Types...


typescoqlogical-foundations

Read More
I'm having difficulty definining a property in Coq, not sure how to approach...


typeslogiccoqproof

Read More
Coq is reusing a term in Induction Hypothesis, instead of creating a fresh one...


coqtheorem-provinginduction

Read More
How to prove theorems about mutual inductive types by using tactics in Coq?...


coqcoq-tactic

Read More
Efficient Record Construction in Coq: Is Direct Proof Inclusion Possible?...


coq

Read More
Agda-like programming in Coq/Proof General?...


coqagdadependent-typeproof-generalcoqide

Read More
Coq using lemma itself for proof...


coqinduction

Read More
Pigeonhole proof without decidable equality or excluded middle...


coq

Read More
Why does Coq solve_in_Union tactic fail directly but works through assertion of identical goal?...


coqcoq-tactic

Read More
How to prove existence in COQ?...


coq

Read More
How can I prove excluded middle with the given hypothesis (forall P Q : Prop, (P -> Q) -> (~P ...


coqlogical-foundations

Read More
Lemma cannot be used as a hint...


coq

Read More
Unfolding an opaque fixpoint in Coq...


coq

Read More
Ltac for deterministic rewriting/sorting of operands...


coqcoq-tactic

Read More
Can I use a tactics under `coqtop -nois`?...


coqcoq-tactic

Read More
What is to be used in place of exfalso omega?...


coq

Read More
Casting a value from one fintype to another?...


coq

Read More
How can we use the familiar notation of integer arithmetics in ssreflect?...


coqssreflect

Read More
Stuck at a simple inequality of natural number proof in Coq...


coqcoq-tactic

Read More
Coq - VSCode highlight Compute command in blue...


visual-studio-codecoq

Read More
Turn `P(?x)` into `exists x,P(x)` to give different instantiations for different subgoals in Coq...


logiccoqformal-verification

Read More
Why doesn't Coq notation defined by other notation working well?...


mathcoqnotation

Read More
"Cannot guess decreasing argument of fix" error when defining a Fixpoint for extracting th...


coq

Read More
Wrong Typeclass Instance used in Coq Proof...


functional-programmingcoqtypeclassdependent-typetheorem-proving

Read More
Coq's Search command and modules...


modulecoq

Read More
How to make OCaml (or Coq) code from the llvmir code using vellvm framework...


coq

Read More
Coq repeating "destruct" for disjunctive hypothesis causing unwanted destruction in the en...


coq

Read More
BackNext