Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coq-tactic

Simplifying Subformulas in Coq

coq coq-tactic

`decide equality` for Mutually Recursive Types in Coq?

Coq simpl / unfold only once. (Replace part of goal with the result of one iteration of a function.)

coq proof coq-tactic induction

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

coq coq-tactic

rewrite single occurence in ltac

coq coq-tactic ltac

Induction on evidence for the "less than" relation in coq

Raising the failure level of a coq tactic

coq coq-tactic ltac

Shorter notation for matching hypotheses in Coq?

Decomposing equality of constructors coq

coq coq-tactic

Coq: destruct (co)inductive hypothesis without losing information

coq coq-tactic

How does the discriminate tactic work?

coq coq-tactic

Coq tactic for record equality?

coq coq-tactic

Is it possible to turn unification errors into goals in Coq?

coq coq-tactic

How does one inspect what more complicated tactics do in Coq step-by-step?

coq coq-tactic

Coq: why do I need to manually unfold a value even though it has a `Hint Unfold` on it?

coq coq-tactic

How can I rewrite "+ 1" (plus one) to "S" (succ) in Coq?

Is there a minimal complete set of tactics in Coq?

coq coq-tactic

What's the difference between revert and generalize tactics in Coq?

coq coq-tactic

How to use a custom induction principle in Coq?

coq induction coq-tactic