Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in proof

Proof automation in Coq how to factorize a proof

coq proof

Well founded recursion in Coq

math coq proof totality

Can two Minimum Spanning Trees for the same graph have different edge weights?

Haskell Function Composition with Map Function

isabelle proving commutativity for add

Implementation of binary tree

algorithm proof

Using the value of a computed function for a proof in agda

tic-tac-toe proof agda

What's wrong with this inductive proof that mergesort is O(n)?

algorithm proof induction

(log n)^k = O(n)? For k greater or equal to 1

big-o notation logarithm proof

Proving equivalence of programs

CoNat : proving that 0 is neutral to the left

Theorem Proof Using Prolog

Congruence for heterogenous equality

equality proof gadt agda

Proving the fusion law for unfold

How do I prove type-level list properties in haskell?

How can I use rules suggested by solve_direct? (by (rule …) doesn't always work)

Understanding COQ proof on Show Proof.

coq proof

How to prove the principle of explosion (ex falso sequitur quodlibet) in Scala?

Explain why x == ~(~x + 1) + 1 (two's complement and back!)

Functional proofs (Haskell)