Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coq

How do you look up where identifiers are defined in Coq efficiently?

emacs coq coqide proof-general

Purpose of maximal vs non-maximal implicit arguments

coq

From an Inductive predicate to list A -> list A -> bool

coq

How can I read Coq's definition of proj1_sig?

coq theorem-proving

Coq: destruct (co)inductive hypothesis without losing information

coq coq-tactic

Why we cannot pattern match on Set/Type in Coq/Agda/Idris?

coq idris agda

How to express "there exists a unique X" in Coq?

coq

Is this relationship between forall and exists provable in Coq/intuitionistic logic?

logic coq implication

Which vector library to use in coq?

Pattern matching not specialising types

How do I convince coq that (A/\B)/\C == A /\ B /\ C?

coq

How does the discriminate tactic work?

coq coq-tactic

What is difference between `destruct` and `case_eq` tactics in Coq?

coq

Defining recursive function over product type

coq termination totality

How to define set in coq without defining set as a list of elements

set coq

Proving that Multiplication is commutative

coq

Extensible tactic in Coq

coq ltac

Apply a function to both sides of an equality in Coq?

coq

Implicit arguments in a computed type in Coq

types coq