Search code examples
Show that a term is not equal to a strictly larger term...

coqcoq-tactic

Read More
How to use Coq arithmetic solver tactics with SSReflect arithmetic statements...

coqcoq-tacticssreflect

Read More
Prove equality on list constructed with a map...

coqcoq-tactic

Read More
How do I simplify a hypothesis of the form True -> P in Coq?...

coqcoq-tactic

Read More
Automatically specialize forall when the parameters are in scope...

coqcoq-tactic

Read More
(A -> B) /\ (B -> C) -> (A -> C) in Coq?...

coqcoq-tactic

Read More
Coq use refine with bi-implication...

coqcoq-tactic

Read More
COQ Proof Assistant - Apply the hyppothesis...

coqcoq-tactic

Read More
How to prove equality from equality of Some...

coqcoq-tactic

Read More
Why does removing assumptions change the behaviour of the induction tactic?...

coqcoq-tactic

Read More
Discriminate goal in Coq...

coqcoq-tacticcoqide

Read More
How do destruct list in Coq (nil or not nil)...

coqcoq-tacticcoqide

Read More
How to show injectivity of a function?...

coqcoq-tactic

Read More
How can I close this demonstration about opt_c in coq?...

coqcoq-tactic

Read More
How to prove the same subgoals...

coqcoq-tacticcoqide

Read More
How to do induction on the end of a list in Coq...

coqcoq-tacticcoqide

Read More
Coq: Why rewrite of lemma in theorem create two subgoal?...

coqcoq-tactic

Read More
Merging hint databases into core...

coqcoq-tactic

Read More
How does one properly simplify a coq goal with a previous lemma?...

coqtheorem-provingcoq-tactic

Read More
How to prove by contradicting the goal?...

coqcoq-tactic

Read More
In Coq, are there tactics for working with Rabs, Rineq?...

coqtheorem-provingcoq-tacticreal-number

Read More
What is the difference between Notation and Definition from the point of view of the auto tactic?...

coqcoq-tactic

Read More
Coq/SSReflect: How to do case analysis when reflecting && and /\...

coqcoq-tacticssreflect

Read More
Coq: Proving relation between < and ≤...

coqproofcoq-tactic

Read More
Coq: Proving simple theorem using Fixpoints and Induction...

coqproofcoq-tactic

Read More
proof Lemma which based on Fixpoint definitions...

coqcoq-tacticproof-general

Read More
Understanding specialize tactic...

coqcoq-tacticlogical-foundations

Read More
How to specify a location with the rewrite tactic?...

coqcoq-tactic

Read More
Understanding the induction on evidence in coq...

coqtheorem-provingcoq-tacticinduction

Read More
Coq: apply the f_equal tactic only when f is an inductive constructor...

coqcoq-tactic

Read More
BackNext