Search code examples
Ltac: Matching with ltac on hypothesis which contains user defined notations...

coqcoq-tacticltac

Read More
Ltac: do something different in each goal...

coqdependent-typetheorem-provingcoq-tacticltac

Read More
Ltac: Matching goal with type that depends on name of previous goal...

coqdependent-typetheorem-provingcoq-tacticltac

Read More
Using backtracking to find value for existential in Coq...

coqdependent-typetheorem-provingcoq-tacticltac

Read More
Ensuring two metavariables aren't unified to the same result...

coqcoq-tactic

Read More
Existential goals are filled in too soon...

recordcoqtypeclasscoq-tactic

Read More
Tactic to prove a boolean implication...

coqcoq-tactic

Read More
Unfolding a definition without reduction...

coqcoq-tactic

Read More
rewrite works for integer but not for rationals for Coq aac_tactics...

coqcoq-tacticcoq-plugin

Read More
Folding only applications...

coqcoq-tactic

Read More
How to leverage auto's searching and hint databases in custom tactics?...

coqcoq-tactic

Read More
How to use Cycle / Swap tactics?...

coqcoq-tactic

Read More
Proper instance for "nested" matching...

coqcoq-tactic

Read More
What does the "functional induction" tactic do in Coq?...

coqcoq-tactic

Read More
Apply a function to both sides of equality in a Coq hypothesis...

coqcoq-tactic

Read More
rewrite within lambda with respect to an equivalence relation...

coqcoq-tactic

Read More
reasoning about typeclass instance that has been picked up in a theorem?...

coqcoq-tactic

Read More
Coq: working with inequalities (<>)...

coqprooftheorem-provingcoq-tactic

Read More
Can destruct used in implication in Coq?...

coqcoq-tactic

Read More
Using destruct instead of inversion...

coqprooftheorem-provingcoq-tactic

Read More
Contradictory hypothesis using coq inversion tactic...

coqproofcoq-tactic

Read More
What is the EvalOp in Coq CompCert...

coqcoq-tacticcoq-extractioncompcert

Read More
Decomposing equality of constructors with match expressions in Coq...

coqcoq-tactic

Read More
How to prove excluded middle is irrefutable in Coq?...

logiccoqcoq-tactic

Read More
In the coq tactics language, what is the difference between intro and intros...

coqcoq-tactic

Read More
How can I automate counting within proofs in Coq?...

coqcoq-tactic

Read More
How to use auto with repeat in custom tactics?...

coqcoq-tactic

Read More
Induction over relations...

coqcoq-tactic

Read More
Refer to hintbases in Ltac...

coqcoq-tactic

Read More
What does the Coq command Require Import Ltac do?...

coqcoq-tacticcoq-extraction

Read More
BackNext