Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coq

Error in defining Ackermann in Coq

coq ackermann totality

How to duplicate a hypothesis in Coq?

coq

Forall introduction in coq?

How can a coq Set or Type be a proposition

Why do Calculus of Construction based languages use Setoids so much?

coq agda lean

How to unfold a recursive function just once in Coq

recursion coq unfold

Why are the real numbers axiomatized in Coq?

coq real-number

Require, Import, Require Import

import module coq

Proving f (f bool) = bool

coq

Is there a way to prove properties about my C++ programs?

Replicating the 'Taint mode' from 'Fortify static checking tool' in Haskell

security haskell coq taint idris

How do I import modules in Coq?

import module coq

Converting Coq to Idris

coq idris

Formalizing computability theory in Coq

math types coq theorem-proving

"Verbose" auto in Coq

coq verbose

Ltac-tically abstracting over a subterm of the goal type

coq

What does "Error: Universe inconsistency" mean in Coq?

How to switch the current goal in Coq?

coq coq-tactic

What exactly is a Set in COQ

coq type-theory