Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coq-tactic

How do you selectively simplify arguments to each time a function is called, without evaluating the function itself?

coq coq-tactic

Check for evars in a tactic that returns a value

coq coq-tactic

How to repeat proof tactics in case in Coq?

coq coq-tactic

Using `apply with` without giving names of parameters in Coq?

coq coq-tactic

Coq can't discriminate between constructors for dependently typed inductive proposition

coq coq-tactic

How to introduce a new variable in Coq?

coq coq-tactic

How to apply a function once during simplification in Coq?

coq 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