how to prove 2 step induction of list in coq using fix tactic...
Read MoreHow to prove theorems about mutual inductive types by using tactics in Coq?...
Read MoreWhy does Coq solve_in_Union tactic fail directly but works through assertion of identical goal?...
Read MoreLtac for deterministic rewriting/sorting of operands...
Read MoreCan I use a tactics under `coqtop -nois`?...
Read MoreStuck at a simple inequality of natural number proof in Coq...
Read MoreIs is possible to rename a coq term?...
Read MoreSplit multiple conjuncts in the goal...
Read MoreWhat `dependent induction` tactic does in Coq and how to use it...
Read MoreIs there a three-valued case analysis on patterns (a < b) (a = b) (a > b)?...
Read MoreHow to prove the goals in more elegant way using ssreflect?...
Read MoreHow to continue case analysis of a nested match in coq?...
Read MoreWhy is `specialize` not an invalid tactic within a proof?...
Read MoreCustom tactics provided by libraries...
Read MoreSoftware Foundations Basics - Theorem lower_grade_lowers need to prove implication Eq = Lt -> Eq ...
Read MoreCoq simpl / unfold only once. (Replace part of goal with the result of one iteration of a function.)...
Read MoreProving Transitivity of Pointwise Relations on Lists in Coq...
Read MoreCoerce rat to realType im math-comp/analysis...
Read MoreHow to break up an implication into two subgoals in Coq?...
Read MoreProving theorems containing bitwise operators...
Read MoreSoftware Foundations: weak_pumping lemma proof...
Read MoreDefinition by minimization in Coq...
Read MoreHow to rearrange newly defined associative terms in Coq?...
Read MoreProving enumerate(...) to range(len(...)) equality...
Read MoreUnfolding terms created with `assert` in Coq...
Read MoreHow to deal with division in COQ?...
Read MoreHow to solve a simple inequality in COQ with the same variable which is adding on both sides of the ...
Read More