Search code examples
Is Prop extensionality inconsistent in Coq?...

coq

Read More
Including header / footer in a file generated by extraction...

code-generationcoqocaml-dune

Read More
How should the excluded middle be used in the proof of the pigeonhole principle?...

coq

Read More
Proving Transitivity of Pointwise Relations on Lists in Coq...

coqtheorem-provingcoq-tactic

Read More
Clear hypotheses after recursive Ltac...

coqltac

Read More
Replace element in Coq list...

computer-sciencecoqproof-general

Read More
Implementing variable replacement in a boolean polynomial function in Coq...

functioncoq

Read More
Is there a way for Coq to recall it already proved a property for the same element in the same proof...

automationcoqproof

Read More
Importing a Module in Coq...

importcoqcoqide

Read More
Coerce rat to realType im math-comp/analysis...

coqcoq-tacticssreflect

Read More
Ltac tactic that accepts an arbitrary number of quantifiers...

coqltac

Read More
Proving extensional equality of two functions...

functional-programmingcoqtheorem-proving

Read More
Recursion and Pattern matching in Coq...

recursioncoq

Read More
Type coercions in finset...

typescoq

Read More
Morphism signature for dependently-typed vectors in coq...

coqdependent-type

Read More
How to parse a string into a list of lists in Coq?...

listparsingcoq

Read More
Is there a library for sets that works with bool in Coq?...

coqtype-theory

Read More
How to write the iota descriptor in Coq?...

coq

Read More
How to deal with lemma only used once in Coq?...

coq

Read More
'coqc' does not find findlib.conf...

homebrewcoq

Read More
How to scope Search to the current module only...

coq

Read More
How to proof recursively defined functions' prop in Coq...

coq

Read More
Coq returns cannot guess decreasing argument of fix. How to fix my function?...

coq

Read More
Decreasing argument (and what is a Program Fixpoint)...

coqterminationtotality

Read More
Why do these theorems of propositional logic allow for the same proof in Coq?...

coq

Read More
The apply rule in proof by cases...

coq

Read More
How to distribute an AND operator in Coq?...

coq

Read More
Proving n + S n = S (n + n) without n + S m = S (n + m)...

logiccoqprooftheorem-proving

Read More
Disjunction and the error `No product after head reduction'...

coq

Read More
How to create a custom Ltac to recursively destruct conjunctions?...

coqltac

Read More
BackNext