Search code examples
How to prove insert_BST in Coq...

logiccoqproofcoq-tacticproof-of-correctness

Read More
Warning : “Set this option from the IDE menu instead” in coq...

coqcoq-tacticcoqide

Read More
Creating Coq tactic: how to use a newly generated name?...

coqproofcoq-tactic

Read More
Why does Coq remove/clear my asserted lemmas in my proof after the base case is proved?...

coqcoq-tactic

Read More
How can I rewrite "+ 1" (plus one) to "S" (succ) in Coq?...

coqcoq-tacticsuccessor-arithmetics

Read More
What is the right proof term so that the ssreflect tutorial work with the exact: hAiB example?...

coqcoq-tactic

Read More
coq: Tactic to replace true hypothesis in 'and' statement...

coqcoq-tactic

Read More
Tactic for existential hypothesis...

coqcoq-tactic

Read More
Remove useless hypothesis from context...

coqcoq-tactic

Read More
How do you selectively simplify arguments to each time a function is called, without evaluating the ...

coqcoq-tactic

Read More
Coq: goal is just a type (when using theorems with unnecessary arguments)...

argumentscoqcoq-tactic

Read More
Coq: prove while is equivalent to repeat...

coqsemanticscoq-tacticformal-semantics

Read More
Coq: How are the equality tacticts symmetry and transitivity defined?...

coqcoq-tacticltac

Read More
Proof of "less equal" transitive law in Coq...

coqcoq-tactic

Read More
How can I write a tactic which works both in a goal and a hypothesis?...

coqcoq-tactic

Read More
Coq's proof #Coq...

coqcoq-tactic

Read More
How to save the current goal / subgoal as an `assert` lemma...

coqcoq-tactic

Read More
How to Import Coq library HoTT in CoqIde...

coqcoq-tacticformal-verificationformal-methodscoqide

Read More
Coq/SSReflect: standard way to case on (x < y) + (x == y) + (y < x)?...

coqcoq-tacticssreflect

Read More
Coq seemingly refuses to recognize a simple substitution of a propositional formula for a propositio...

coqsubstitutioncoq-tactic

Read More
How to replace a term with some property of the term?...

coqcoq-tactic

Read More
How to try a tactic in Ltac, but continue if it fails...

coqcoq-tactic

Read More
What is the tactic that does nothing?...

coqcoq-tactic

Read More
Coq: why do I need to manually unfold a value even though it has a `Hint Unfold` on it?...

coqcoq-tactic

Read More
How to prove Theorem plus_lt : forall n1 n2 m, n1 + n2 < m -> n1 < m /\ n2 < m...

coqcoq-tactic

Read More
Can't figure out why re-write does not work...

coqcoq-tactic

Read More
How to prove `plus_le_compat_l : forall n m p, n <= m -> p + n <= p + m.`...

coqcoq-tactic

Read More
What does the tactic destruct do in the proof below?...

coqcoq-tactic

Read More
How to tell Coq that it's okay to remove the `n`s?...

coqcoq-tactic

Read More
How to split equality of two lists?...

coqcoq-tactic

Read More
BackNext