Search code examples
Is is possible to rename a coq term?...


coqproofcoq-tactic

Read More
Syntax of the case tactic in coq...


coqcoq-tactic

Read More
Split multiple conjuncts in the goal...


coqcoq-tactic

Read More
What `dependent induction` tactic does in Coq and how to use it...


coqcoq-tacticinduction

Read More
Is there a three-valued case analysis on patterns (a < b) (a = b) (a > b)?...


coqnested-ifcoq-tactic

Read More
How to prove the goals in more elegant way using ssreflect?...


coqcoq-tacticssreflect

Read More
How to continue case analysis of a nested match in coq?...


coqcoq-tactic

Read More
Why is `specialize` not an invalid tactic within a proof?...


coqcoq-tactic

Read More
Custom tactics provided by libraries...


coqcoq-tactic

Read More
Software Foundations Basics - Theorem lower_grade_lowers need to prove implication Eq = Lt -> Eq ...


coqcoq-tacticlogical-foundations

Read More
Coq simpl / unfold only once. (Replace part of goal with the result of one iteration of a function.)...


coqproofcoq-tacticinduction

Read More
Domain of a map in Coq...


coqcoq-tactic

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


coqtheorem-provingcoq-tactic

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


coqcoq-tacticssreflect

Read More
How to break up an implication into two subgoals in Coq?...


coqcoq-tacticimplication

Read More
induction integer record in coq...


coqcoq-tactic

Read More
Proving theorems containing bitwise operators...


binarycoqcoq-tactic

Read More
Software Foundations: weak_pumping lemma proof...


coqcoq-tactic

Read More
Definition by minimization in Coq...


coqcoq-tacticinduction

Read More
How to rearrange newly defined associative terms in Coq?...


coqtheorem-provingcoq-tacticformal-verificationassociativity

Read More
Proving enumerate(...) to range(len(...)) equality...


coqcoq-tactic

Read More
Unfolding terms created with `assert` in Coq...


coqcoq-tactichomotopy-type-theory

Read More
How to deal with division in COQ?...


coqcoq-tactic

Read More
How to solve a simple inequality in COQ with the same variable which is adding on both sides of the ...


coqcoq-tactic

Read More
How to prove insert_BST in Coq...


logiccoqproofcoq-tacticproof-of-correctness

Read More
Warning : “Set this option from the IDE menu instead” in coq...


coqcoq-tacticcoqide

Read More
Creating Coq tactic: how to use a newly generated name?...


coqproofcoq-tactic

Read More
Why does Coq remove/clear my asserted lemmas in my proof after the base case is proved?...


coqcoq-tactic

Read More
How can I rewrite "+ 1" (plus one) to "S" (succ) in Coq?...


coqcoq-tacticsuccessor-arithmetics

Read More
What is the right proof term so that the ssreflect tutorial work with the exact: hAiB example?...


coqcoq-tactic

Read More
BackNext