Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in proof

how to prove Theorem 3.5.4 in 《Types and Programming Languages》using Coq?

coq proof

Coq simpl / unfold only once. (Replace part of goal with the result of one iteration of a function.)

coq proof coq-tactic induction

Why it is not possible to redefine (implement) foldr in terms of foldl

haskell fold proof

Coq rewriting using lambda arguments

coq proof

How to prove that the C statement -x, ~x+1, and ~(x-1) yield the same results?

c proof twos-complement

Finding inaccessible points on a 2D plane

How to end this Proof in Coq

coq proof

How do I display a proof tree with HTML,CSS and/or Javascript?

javascript css tree proof

Apply a method if and only if it solves the current goal

proof isabelle

Stable comparison sort with O(n * log(n)) time and O(1) space complexity

Is there a way to prove a program has no bug?

General proof of equivalence of two FSMs in finite time?

theory fsm proof state-machine

Big Oh Notation O((log n)^k) = O(log n)?

big-o proof

Proof assistant for mathematics only

If two things are not not equal, are they equal?

Which vector library to use in coq?

Proof that a binary tree with n leaves has a height of at least log n

Why is the greedy algorithm optimal?

algorithm greedy proof

Universal Quantification in Isabelle/HOL

proof isabelle