Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rocq-prover

Coq: How to refer to the types generated by a specific constructor?

rocq-prover

Proving Predicate Logic using Coq - Beginner Syntax

predicate rocq-prover

How to prove that "Type <> Set" (i.e. Type is not equal to Set) in Coq?

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

rocq-prover coq-tactic

polymorphic equality in coq

rocq-prover ssreflect

Proof automation

Pattern-match on type in order to implement equality for existentially typed constructor in Coq

rocq-prover

Coq proof that the Selection monad is an applicative and a monad

Coq Real numbers -lexing and parsing 3.14

rocq-prover real-number

Establish isomorphism between finite natural numbers and sigma

rocq-prover coq-tactic

How to unfold a Coq fixpoint by one iteration

rocq-prover

Why the `Let-in` construct cannot be defined as a derived form in a dependently-typed language?

In Coq, "if then else" allows non-boolean first argument?

How to make use of information known about this function type in Coq

How to prove forall n:nat, ~n<n in Coq?

logic rocq-prover

Transform casual list into dependently typed list in Coq

Casting from a to b then b to a is identity?

rocq-prover

What is required for Coq to generate an elimination combinator for an Inductive type?

rocq-prover

Church numerals