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


coqtheorem-provingcoq-tactic

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


coqcoq-tactic

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


coqcoq-tactic

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
Stuck at a simple inequality of natural number proof in Coq...


coqcoq-tactic

Read More
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
BackNext