Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

ocamlbuild links libraries in wrong order

rewrite works for = but not for <-> (iff) in Coq

rocq-prover coq-tactic

What is the origin of the names of I and tt?

rocq-prover

Proving the equality of function application on two equivalent functions

rocq-prover

Why are all numeric literals in Coq showing nat type?

rocq-prover

Is Z.le as defined in the standard library proof irrelevant?

rocq-prover type-theory

Prove that the powerset of a finite set is finite using Coq

Defining equality relation for infinite trees

rocq-prover coinduction

How to prove the arithmetic equality `3 * S (i + j) + 1 = S (3 * i + 1) + S (3 * j + 1)` in Coq?

rocq-prover

Are all proofs of (true=true) the same?

rocq-prover

How to simplify real number terms in Coq?

rocq-prover real-number

How to scope Search to the current module only

rocq-prover

Instantiating a commutative ring of Zn with mathcomp

rocq-prover ssreflect

How can I prove `add_le_cases` (`forall n m p q, n + m <= p + q -> n <= p \/ m <= q`)

How to prove "~(nat = False)", "~(nat = bool)" and "~(nat = True)" in coq