Search code examples
`decide equality` for Mutually Recursive Types in Coq?...


functional-programmingcoqdependent-typetheorem-provingcoq-tactic

Read More
On the relative strength of some extensional equality axioms...


coq

Read More
The exact definition of an in built Tactic (case, destruct, inversion etc.) in Coq...


coqcoq-tactic

Read More
Coq: Defining a special function...


functioncoq

Read More
Equality of dependent types and dependent values...


equalitycoqdependent-type

Read More
invoke coq typechecker from external programs...


coq

Read More
What is the idiomatic way to get `auto` to perform case analysis?...


coqcoq-tactic

Read More
Teach coq to check termination...


coqterminationtotality

Read More
Would it be inconsistent to relax Coq's strict positivity checker to not look at type indices of...


coq

Read More
case analysis on evidence of equality type in Coq...


typesequalitycoqcoq-tactic

Read More
Coq: proof of "lens is closed under composition"...


functional-programmingcoqprooflenses

Read More
Coq strict positivity is puzzling...


coq

Read More
Finding a well founded relation to prove termination of a function that stops decreasing at some poi...


coqterminationtotality

Read More
COQ identity term which is not eq_refl...


equalitycoq

Read More
How to use Streicher_K_ Axiom...


equalitycoq

Read More
Coq: automate repeated rewriting...


coqcoq-tactic

Read More
How to add variables introduced by set tactic to a Hint DB?...


coq

Read More
How to prove theorems about recursive functions of ListMap in coq?...


coqcoq-tactic

Read More
Coq: How to apply axioms deeper in the goal?...


coq

Read More
How to convert "Zneq_bool a b = true" to a witness of "a <> b" in Coq?...


coqcoq-tactic

Read More
How can I prove `false` and by extension anything from Coq hypothesis 'd=d+1'?...


coq

Read More
Stuck on proving uniqueness of null element in posets...


coq

Read More
Proving equality between instances of dependent types...


coq

Read More
How can I make Coq accept the following Fixpoint?...


coq

Read More
Prove that the only zero-length vector is nil...


coqdependent-type

Read More
proving two fixpoint functions by induction...


coqinduction

Read More
Coq inference behavior...


typescoqagdadependent-type

Read More
Program Fixpoint: recursive call in `let` and hypothesis of the obligation...


coqtotality

Read More
How to partition Coq code to feed Coq ideslave (XML protocol)?...


coqcoqide

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


coq

Read More
BackNext