SF Volume 1: Logic: How to prove tr_rev <-> rev?...
Read MoreSoftware Foundations Volume 1: Tactics: injection_ex3...
Read Moreerewrite that asks for hypothesis first?...
Read MoreIs it possible to turn unification errors into goals in Coq?...
Read MoreUsing `apply with` without giving names of parameters in Coq?...
Read MoreHow to switch the current goal in Coq?...
Read MoreWhy would the tactic 'exact' be complete for Coq proofs?...
Read MoreCoq: proving `P -> ~P -> Q` without `contradiction` tactic?...
Read MoreCoq match on Hypothesis passed to Ltac tactic...
Read MoreHow to group duplicated hypothesis in Coq?...
Read MoreDefining functions inside proof scope...
Read MoreIs there any way to rewrite the function in "is_lim"?...
Read MoreCoq: How to use one tactic to appoint instances for multiple existential quantified variables...
Read MoreReduction in coq when the simpl or cbn tactics are not effective...
Read MoreDon't understand `destruct` tactic on hypothesis `~ (exists x : X, ~ P x)` in Coq...
Read MoreHow to prove (~Q -> ~P) - > (P -> Q) in Coq...
Read MoreRbar / Rbar_le / coquelicot lemma...
Read MoreCauchy-Schwartz Inequality in Coq?...
Read MoreHow to prove the decomposition of implication?...
Read MoreIn Coq, is there a way to see the tactics applied by tauto?...
Read MoreCoq proving nonsensical inductive property implication?...
Read MoreDefine list length in recursion in Coq Not sure if my function is wrong and got stuck...
Read MoreTheorem + induction vs Fixpoint + destruct in Coq...
Read MoreIs it possible to prove `forall n: nat, le n 0 -> n = 0.` in Coq without using inversion?...
Read MoreWhy can I use the constructor tactic to prove reflexivity?...
Read MoreHow to pattern match exist to transform proofs...
Read More