Coq/Ltac: is it possible to design a tactic that says the goal is proved when a decision procedure p...
Read MoreClear hypotheses after recursive Ltac...
Read MoreLtac tactic that accepts an arbitrary number of quantifiers...
Read MoreHow to create a custom Ltac to recursively destruct conjunctions?...
Read MoreWhy does Ltac not match the clause?...
Read MoreCoq: How are the equality tacticts symmetry and transitivity defined?...
Read MoreAdding "in" part to tactic to specify where to apply it...
Read MoreDestruct hypothesis: general case...
Read MoreCoq match on Hypothesis passed to Ltac tactic...
Read Moreapply ltac to subexpression of a goal...
Read MoreCoq: Ltac for transitivity of implication (a.k.a. hypothetical syllogism)...
Read MoreIs it possible to turn a context pattern into a Gallina function?...
Read MoreDoes Isabelle/HOL have its tactic language?...
Read MoreIs it possible to bind necessarily different terms in Ltac-match?...
Read MoreCoq tactic for applying a concrete hypothesis to an existential goal...
Read MoreRemove All Double Negations in Coq...
Read MorePattern-matching a hypothesis obtained from a pattern-match on goal...
Read MoreModus Ponens and Modus Tollens in Coq...
Read MoreWhy does Adam Chlipala use left-associated nested tuples to represent Ltac lists in CPDT?...
Read MoreCan the injection tactic modify the end goal, or add extraneous assumptions?...
Read MoreLtac pattern matching: why does `forall x, ?P x` not match `forall x, x`?...
Read MoreCoq: performing inversion on Prop for Set when there is only one case...
Read MoreLtac: 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 MoreCoq: viewing proof term during proof script writing...
Read More