Show that a term is not equal to a strictly larger term...
Read MoreHow to use Coq arithmetic solver tactics with SSReflect arithmetic statements...
Read MoreProve equality on list constructed with a map...
Read MoreHow do I simplify a hypothesis of the form True -> P in Coq?...
Read MoreAutomatically specialize forall when the parameters are in scope...
Read More(A -> B) /\ (B -> C) -> (A -> C) in Coq?...
Read MoreCoq use refine with bi-implication...
Read MoreCOQ Proof Assistant - Apply the hyppothesis...
Read MoreHow to prove equality from equality of Some...
Read MoreWhy does removing assumptions change the behaviour of the induction tactic?...
Read MoreHow do destruct list in Coq (nil or not nil)...
Read MoreHow to show injectivity of a function?...
Read MoreHow can I close this demonstration about opt_c in coq?...
Read MoreHow to do induction on the end of a list in Coq...
Read MoreCoq: Why rewrite of lemma in theorem create two subgoal?...
Read MoreHow does one properly simplify a coq goal with a previous lemma?...
Read MoreHow to prove by contradicting the goal?...
Read MoreIn Coq, are there tactics for working with Rabs, Rineq?...
Read MoreWhat is the difference between Notation and Definition from the point of view of the auto tactic?...
Read MoreCoq/SSReflect: How to do case analysis when reflecting && and /\...
Read MoreCoq: Proving relation between < and ≤...
Read MoreCoq: Proving simple theorem using Fixpoints and Induction...
Read Moreproof Lemma which based on Fixpoint definitions...
Read MoreHow to specify a location with the rewrite tactic?...
Read MoreUnderstanding the induction on evidence in coq...
Read MoreCoq: apply the f_equal tactic only when f is an inductive constructor...
Read More