Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rocq-prover

How to do induction on the length of a list in Coq?

rocq-prover induction

What are the reserved keywords in Coq?

rocq-prover

How to formalize the termination of a term reduction relation in Coq?

rocq-prover

How can I implement a coq tactic that iterates over the hypotheses?

rocq-prover coq-tactic ltac

Nested recursion with partial application

recursion rocq-prover

Can I use a notation for an Inductive type to define that type in Coq?

Proving a_j ≤ b_j → sum (a_j) ≤ sum (b_j)

rocq-prover

Coq file generated by WP does not compile

rocq-prover frama-c

Defining floats and proofs using flocq

Extensionally equal predicates and equality of universally quantified applications

Coq dependent types

Returning a record from a definition in Coq

rocq-prover

Prove that one hypothesis is negation of another in Coq

rocq-prover proof

taking the first type in the list of tuple

rocq-prover

Defining subtype relation in Coq

rocq-prover subtype

How to write intermediate proof statements inside Coq - similar to how in Isar one has `have Statement using Lemma1, Lemma2 by auto` but in Coq?

Using Omega to prove a lemma in Coq

rocq-prover proof induction