What tactic should I use to derive a contradiction from an absurd equality?...
Read MoreHow to repeat proof tactics in case in Coq?...
Read MoreProof involving unfolding two recursive functions in COQ...
Read MoreHow to rewrite a goal using function definition?...
Read MoreA special case of Lob's theorem using Coq...
Read MoreRe-writing without using symmetry tactic...
Read MoreInduction on predicates with product type arguments...
Read MoreUsage of "red in |- *": What does bar hyphen star mean?...
Read MoreHow to use a tactic with a hypothesis in Coq?...
Read MoreHow to use a custom induction principle in Coq?...
Read MoreCoq can't discriminate between constructors for dependently typed inductive proposition...
Read Moremultiple successes in Coq branching and backtracking?...
Read Morewhat's the correct usage for Coq "local application of tactics"?...
Read MoreCoq inversion tactic that works on the goal?...
Read MoreWhat's the difference between revert and generalize tactics in Coq?...
Read MoreHow do I prove 'S x > 0' from scratch in Coq?...
Read MoreMerge duplicate cases in match Coq...
Read MoreTactic to partially compute goal in Coq...
Read MoreHow to add to both sides of an equality in Coq...
Read MoreDecomposing equality of constructors coq...
Read MoreCoq syntax for theorem covering cases of negation of and with three args...
Read MoreHow to automatically prove simple equality of real numbers in Coq?...
Read Morecoq: elimination of forall quantifier...
Read MoreUsing "rewrite [hypothesis with implication]"...
Read Moreis there a `eapply`-like tactic that works on `exists` goals in Coq?...
Read MoreHow to prove (n = n) = (m = m) in Coq?...
Read MoreHow to use an unequality to simplify a if-then-else in Coq?...
Read More