Search code examples
Does import not only import but also change existing definitions?...


rocq-prover

Read More
In Coq, what would be the steps to prove the correctness of a function that solves puzzles like Sudo...


rocq-prover

Read More
Dependent equality with 2 different type functions...


rocq-proverdependent-type

Read More
Equivalence of inductive and recursive...


rocq-prover

Read More
How would I prove that b = c if (andb b c = orb b c) in coq?...


rocq-proverproofproof-of-correctness

Read More
How to prove (X × Y = ∅) <-> (X = ∅) ∨ (Y = ∅)...


rocq-proverset-theory

Read More
Iris/Coq replacing literal...


rocq-prover

Read More
How do I install a library in coq? (MacOS)...


rocq-provervscoq

Read More
Is there a three-valued case analysis on patterns (a < b) (a = b) (a > b)?...


rocq-provernested-ifcoq-tactic

Read More
How can I give an alias to a type in coq...


aliastypedefrocq-prover

Read More
How to prove the goals in more elegant way using ssreflect?...


rocq-provercoq-tacticssreflect

Read More
How to continue case analysis of a nested match in coq?...


rocq-provercoq-tactic

Read More
Coq: Is there a way to define "map" for Ensemble...


rocq-prover

Read More
Why is `specialize` not an invalid tactic within a proof?...


rocq-provercoq-tactic

Read More
Proof objects in the identity type...


rocq-prover

Read More
Custom tactics provided by libraries...


rocq-provercoq-tactic

Read More
Can't find Lemma for set equality in stdpp library...


rocq-prover

Read More
How to create a new hypothesis from apply?...


rocq-prover

Read More
How to prove forall x y, x<=y -> div2 x <= div2 y in coq?...


rocq-prover

Read More
Coq matrix manipulation...


matrixrocq-prover

Read More
How to represent 2D array in Verifiable C...


rocq-proververifiable-c

Read More
How to proof by natural number case analysis in Coq?...


rocq-prover

Read More
How to install Coq...


rocq-provercoqide

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


rocq-proverlogical-foundations

Read More
List without gaps in Coq...


rocq-proverdependent-typetype-theory

Read More
Forall and exists in a Coq proof...


rocq-prover

Read More
How to extract the exact information of `GenArg`?...


ocamlabstract-syntax-treerocq-prover

Read More
How to generate the AST of a Coq source code?...


ocamlabstract-syntax-treerocq-prover

Read More
PLF: [S <: S->S] Subtyping Example Hint...


rocq-prover

Read More
Coq: A \/ A -> A...


rocq-prover

Read More
BackNext