Ltac: Matching with ltac on hypothesis which contains user defined notations...
Read MoreLtac: do something different in each goal...
Read MoreLtac: Matching goal with type that depends on name of previous goal...
Read MoreUsing backtracking to find value for existential in Coq...
Read MoreEnsuring two metavariables aren't unified to the same result...
Read MoreExistential goals are filled in too soon...
Read MoreTactic to prove a boolean implication...
Read MoreUnfolding a definition without reduction...
Read Morerewrite works for integer but not for rationals for Coq aac_tactics...
Read MoreHow to leverage auto's searching and hint databases in custom tactics?...
Read MoreProper instance for "nested" matching...
Read MoreWhat does the "functional induction" tactic do in Coq?...
Read MoreApply a function to both sides of equality in a Coq hypothesis...
Read Morerewrite within lambda with respect to an equivalence relation...
Read Morereasoning about typeclass instance that has been picked up in a theorem?...
Read MoreCoq: working with inequalities (<>)...
Read MoreCan destruct used in implication in Coq?...
Read MoreUsing destruct instead of inversion...
Read MoreContradictory hypothesis using coq inversion tactic...
Read MoreWhat is the EvalOp in Coq CompCert...
Read MoreDecomposing equality of constructors with match expressions in Coq...
Read MoreHow to prove excluded middle is irrefutable in Coq?...
Read MoreIn the coq tactics language, what is the difference between intro and intros...
Read MoreHow can I automate counting within proofs in Coq?...
Read MoreHow to use auto with repeat in custom tactics?...
Read MoreWhat does the Coq command Require Import Ltac do?...
Read More