Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in proof

Logic Proof of Associative Property for XOR

Using the type system to check length of output vs. input list

Find subset with elements that are furthest apart from eachother

algorithm proof

General proof strategies to show correctness of recursive functions?

How to determine the height of a recursion tree from a recurrence relation?

Proving correctness of multithread algorithms

Is there a proof that runST is indeed pure?

Writing a proof for an algorithm [closed]

I need help proving that if f(n) = O(g(n)) implies 2^(f(n)) = O(2^g(n)))

big-o logarithm proof

Proving associativity of natural number addition using Scala shapeless

Is this always true: fmap (foldr f z) . sequenceA = foldr (liftA2 f) (pure z)

haskell proof

How do you prove that a function is unique for its type?

haskell types proof

Are there any Bitwise Operator Laws?

Should code be short/concise? [closed]

proof math

Open Type Level Proofs in Haskell/Idris

Proof that Fowler's money allocation algorithm is correct

I can't prove (n - 0) = n with Idris

proof idris

Number of binary search trees over n distinct elements

Proof that the halting problem is NP-hard?

What is the proof of of (N–1) + (N–2) + (N–3) + ... + 1= N*(N–1)/2 [closed]

formula proof