Search code examples
How can I use type arguments in an ltac?...


coqcoq-tactic

Read More
Field tactic with partial inverse function...


coqcoq-tactic

Read More
Coq: How to produce a strong polymorphic dependent type hypothesis...


coqproofcoq-tacticinductionproof-of-correctness

Read More
How does the discriminate tactic work?...


coqcoq-tactic

Read More
how to rearrange terms in Coq using plus communtativity and associativity?...


coqcoq-tactic

Read More
Using induction starting from 1 in Coq...


coqcoq-tacticformal-verification

Read More
Transfering proof from Z to N in Coq...


coqcoq-tacticformal-verification

Read More
Coq fails an apply tactic...


applycoqcoq-tactic

Read More
Coq simple implies proof...


coqcoq-tactic

Read More
Match context pattern inside a tactic/tactic notation...


coqcoq-tactic

Read More
How to destruct a theorem into all three disjuncts in one step?...


coqcoq-tactic

Read More
Coq: Unable to Unify...


coqcoq-tactic

Read More
Non-empty list append theorem in Coq...


ocamlcoqtheorem-provingcoq-tacticformal-verification

Read More
Preserving structure with inductions on 2 variables...


coqcoq-tactic

Read More
Coq: unfold all Definitions...


coqdefinitioncoq-tactic

Read More
Remove All Double Negations in Coq...


logiccoqcoq-tacticltac

Read More
Disjunction Commutavity in Coq...


coqcoq-tacticltac

Read More
Conditional Proof Tactic in Coq...


coqcoq-tacticltac

Read More
Modus Ponens and Modus Tollens in Coq...


coqcoq-tacticltac

Read More
Disjunctive Syllogism tactic in Coq?...


coqcoq-tactic

Read More
Ltac pattern matching: why does `forall x, ?P x` not match `forall x, x`?...


coqcoq-tacticltac

Read More
Coq: Rewriting with 'forall' in hypothesis or goal...


coqcoq-tactic

Read More
How to prove theorem about list of pairs...


coqcoq-tactic

Read More
Why can IHn' (n' = n' + 0) from induction be used to prove n = n + 0 in Coq?...


logiccoqcoq-tactic

Read More
Coq: performing inversion on Prop for Set when there is only one case...


coqdependent-typecoq-tacticltac

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