Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coq-tactic

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

Coq execution difference between semicolon ";" and period "."

coq coq-tactic

How to prove excluded middle is irrefutable in Coq?

logic coq coq-tactic

Non-empty list append theorem in Coq

How to switch the current goal in Coq?

coq coq-tactic