Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rocq-prover

Coq: Simpl in match pattern when having an inequality hypothesis

How does 'elim' in Coq work on existential quantifier?

Problems with missing information in Obligations when defining using Program in Coq

rocq-prover

How to import the file in other project/directory by configuring the Makefile or _Coqproject in current project

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?