Search code examples
How to switch the current goal in Coq?...


coqcoq-tactic

Read More
Why would the tactic 'exact' be complete for Coq proofs?...


coqcoq-tactic

Read More
Coq: proving `P -> ~P -> Q` without `contradiction` tactic?...


coqcoq-tactic

Read More
Coq match on Hypothesis passed to Ltac tactic...


coqcoq-tacticltac

Read More
How to group duplicated hypothesis in Coq?...


coqcoq-tactic

Read More
Defining functions inside proof scope...


coqcoq-tactic

Read More
Is there any way to rewrite the function in "is_lim"?...


coqcoq-tactic

Read More
Coq: How to use one tactic to appoint instances for multiple existential quantified variables...


coq-tactic

Read More
Reduction in coq when the simpl or cbn tactics are not effective...


coqcoq-tactic

Read More
Don't understand `destruct` tactic on hypothesis `~ (exists x : X, ~ P x)` in Coq...


coqcoq-tactic

Read More
How to prove (~Q -> ~P) - > (P -> Q) in Coq...


logiccoqcoq-tactic

Read More
Rbar / Rbar_le / coquelicot lemma...


coqcoq-tacticcoqide

Read More
Coq ssreflect sum of sums...


coqproofcoq-tacticssreflect

Read More
Coq proving addition inequality...


coqcoq-tactic

Read More
Cauchy-Schwartz Inequality in Coq?...


coqproofcoq-tacticformal-verificationssreflect

Read More
Coq infotheo %B is_true...


coqcoq-tactic

Read More
How to prove the decomposition of implication?...


coqcoq-tactic

Read More
In Coq, is there a way to see the tactics applied by tauto?...


coqcoq-tactic

Read More
Coq proving nonsensical inductive property implication?...


coqcoq-tacticlogical-foundations

Read More
Define list length in recursion in Coq Not sure if my function is wrong and got stuck...


coqcoq-tactic

Read More
Theorem + induction vs Fixpoint + destruct in Coq...


coqcoq-tactic

Read More
Is it possible to prove `forall n: nat, le n 0 -> n = 0.` in Coq without using inversion?...


coqcoq-tactic

Read More
Why can I use the constructor tactic to prove reflexivity?...


coqcoq-tactic

Read More
How to pattern match exist to transform proofs...


recursionpattern-matchingcoqcoq-tactic

Read More
How to debug tactic failure in a match goal branch?...


coqcoq-tactic

Read More
How could we specify the times of running a tactic...


coqcoq-tactic

Read More
Induction with other base case in Coq...


coqproofcoq-tactic

Read More
`match goal` doesn't match let destructuring expression...


coqcoq-tactic

Read More
Coq - How can you apply an implication with a match clause?...


coqcoq-tactic

Read More
Coq unable to unify -- how to change hypothesis?...


coqcoq-tactic

Read More
BackNext