Stuck proving lemma with unprovable subgoals...
Read MoreShorter notation for matching hypotheses in Coq?...
Read MoreCoq: How to rewrite inside a lambda?...
Read MoreHow to automatically leverage hypotheses of the form x <> y?...
Read MoreUsing "omega" for type "N"...
Read MoreHow can I use type arguments in an ltac?...
Read MoreField tactic with partial inverse function...
Read MoreCoq: How to produce a strong polymorphic dependent type hypothesis...
Read MoreHow does the discriminate tactic work?...
Read Morehow to rearrange terms in Coq using plus communtativity and associativity?...
Read MoreUsing induction starting from 1 in Coq...
Read MoreTransfering proof from Z to N in Coq...
Read MoreMatch context pattern inside a tactic/tactic notation...
Read MoreHow to destruct a theorem into all three disjuncts in one step?...
Read MoreNon-empty list append theorem in Coq...
Read MorePreserving structure with inductions on 2 variables...
Read MoreRemove All Double Negations in Coq...
Read MoreModus Ponens and Modus Tollens in Coq...
Read MoreDisjunctive Syllogism tactic in Coq?...
Read MoreLtac pattern matching: why does `forall x, ?P x` not match `forall x, x`?...
Read MoreCoq: Rewriting with 'forall' in hypothesis or goal...
Read MoreHow to prove theorem about list of pairs...
Read MoreWhy can IHn' (n' = n' + 0) from induction be used to prove n = n + 0 in Coq?...
Read MoreCoq: performing inversion on Prop for Set when there is only one case...
Read More