Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Avoid implicit arguments of Fixpoint from becoming explicit in proof mode

rocq-prover

Transitivity of subsequence in COQ

rocq-prover

What's the right/left inverse of a function?

math rocq-prover

Best way to handle (sub) types of the form `{ x : nat | x >= 13 /\ x <= 19 }`?

rocq-prover

How do Structures with Inheritance (:>) work in Coq?

rocq-prover coercion

How to return a (intro'd) hypothesis back to the goal formula?

rocq-prover

Convert ~exists to forall in hypothesis

rocq-prover

Proper way to use FMap in Coq 8.6?

dictionary rocq-prover

Certified calculations in a proof assistant

How can I write a function of the following form in Coq?

How to prove a goal from contradictory hypotheses?

rocq-prover

How to import libraries in Coq?

rocq-prover

Why does use of Coq's setoid_replace "by" clause need an extra idtac?

rocq-prover

Why is it impossible to perform induction on a term that is used in conclusion?

rocq-prover

Introducing new hypothesis in the premises

rocq-prover