Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rocq-prover

How to initialize empty hint database

rocq-prover ltac

Are arrows in Coq aliases of universal quantifications?

rocq-prover

How do define a custom induction principle in coq?

What does InjL and InjR operator means in coq-Iris?

Why does this rewrite fail in the context of dependent types

rocq-prover

Searching through a list recursively in Coq

Proof that two isomorphic types are different

rocq-prover

Weird goal `Some 0 = true` generated in proof

rocq-prover

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

rocq-prover coq-tactic

Proving (~A -> ~B)-> (~A -> B) -> A in Coq

rocq-prover proof

Deriving a cannonical structure for a record in coq (ssreflect)

rocq-prover ssreflect

Solve Proof with Circular Symmetry in Coq

rocq-prover induction

Best way to perform universal instantiation in Coq

rocq-prover quantifiers

Define recursive notation with two recursive variables in Coq

rocq-prover

Software Foundations Basics Exercise - How do I access letter from grade?

Term rewriting inside dependantly typed expression fails for unknown reason

rocq-prover

Coq intros syntax

syntax rocq-prover

Ltac pattern matching: why does `forall x, ?P x` not match `forall x, x`?

rocq-prover coq-tactic ltac

Theorem plus_n_n_injective, exercise

rocq-prover

Fixpoint proofs with a nested induction on the value of a function