Search code examples
Coq/Ltac: is it possible to design a tactic that says the goal is proved when a decision procedure p...


coqltac

Read More
Clear hypotheses after recursive Ltac...


coqltac

Read More
Ltac tactic that accepts an arbitrary number of quantifiers...


coqltac

Read More
How to create a custom Ltac to recursively destruct conjunctions?...


coqltac

Read More
Why does Ltac not match the clause?...


coqltac

Read More
Coq: How are the equality tacticts symmetry and transitivity defined?...


coqcoq-tacticltac

Read More
Adding "in" part to tactic to specify where to apply it...


coqltac

Read More
Destruct hypothesis: general case...


coqltac

Read More
Coq match on Hypothesis passed to Ltac tactic...


coqcoq-tacticltac

Read More
apply ltac to subexpression of a goal...


coqltac

Read More
Coq: Ltac for transitivity of implication (a.k.a. hypothetical syllogism)...


matchcoqltacimplication

Read More
Is it possible to turn a context pattern into a Gallina function?...


coqltac

Read More
Does Isabelle/HOL have its tactic language?...


coqisabelleltac

Read More
Is it possible to bind necessarily different terms in Ltac-match?...


pattern-matchingcoqltac

Read More
Coq tactic for applying a concrete hypothesis to an existential goal...


coqltac

Read More
Remove All Double Negations in Coq...


logiccoqcoq-tacticltac

Read More
Pattern-matching a hypothesis obtained from a pattern-match on goal...


coqltac

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
Why does Adam Chlipala use left-associated nested tuples to represent Ltac lists in CPDT?...


listcoqltac

Read More
Can the injection tactic modify the end goal, or add extraneous assumptions?...


coqltac

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


coqcoq-tacticltac

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


coqdependent-typecoq-tacticltac

Read More
Coq: local ltac definition...


coqltac

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
Coq: viewing proof term during proof script writing...


coqdependent-typeterminationtheorem-provingltac

Read More
BackNext