Search code examples
Can we show that finding the (1-D) closest pair has to be at least n log n?...

algorithmsortingproof

Read More
Proof by counterexample in Coq...

coqproofquantifiersnegation

Read More
Haskell: Is it true that function application distributes over list concatenation?...

haskellfunctional-programmingproof

Read More
Why pumping lemma for CFG doesn't work...

stringmathcontext-free-grammarproofpumping-lemma

Read More
Proof: Check if two integer arrays are permutations of each other using linear time and constant spa...

algorithmtime-complexitypermutationproofspace-complexity

Read More
Idris interactive prover won't perform rewrite on an assumption...

proofidris

Read More
How to prove a prove definition in Coq...

typespattern-matchingdefinitioncoqproof

Read More
What is a "roundabout proof" in Propositions as Types by P. Wadler?...

typeslogicproofcurry-howard

Read More
Prove that a graph is bipartite...

algorithmgraph-theoryproofbipartite

Read More
Proof with false hypothesis in Isabelle/HOL Isar...

coqproofisabelle

Read More
Operator overloading in Isabelle...

proofisabelle

Read More
What's the best way to write Mathematical Proofs on the web?...

javascripthtmlmathmathjaxproof

Read More
Help with Big Omega Proof?...

proof

Read More
How do I get symbolic square root and logarithm functions in SBV?...

haskellsymbolic-mathproofsbv

Read More
Why does this SBV code stop before hitting the limit I set?...

haskellsymbolic-mathproofsbv

Read More
Proof from Axioms...

logicproof

Read More
Prove length (h::l) = 1 + length l...

ocamlproofinductionproof-of-correctness

Read More
How to prove this natural deduction?...

logicproofproof-of-correctness

Read More
Proof by case analysis in Coq...

coqproof

Read More
Coq calculational style biconditional chain...

coqproof

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

binaryprooftwos-complement

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

proofidris

Read More
Minimum spanning tree 2- dimensional graph...

graphcomputer-scienceproofminimum-spanning-tree

Read More
Derive relationship between sum of all edge weights and MST in a graph satisfying the triangle inequ...

graphcomputer-scienceproofminimum-spanning-tree

Read More
Failed to refine any pending goal...

proofisabelle

Read More
Minimum spanning tree. unique min edge vs non unique proof...

algorithmgraphtreeproofminimum-spanning-tree

Read More
Prove Logical Operations Using Inference Rules...

mathlogical-operatorsproof

Read More
Prove map id = id in idris?...

proofidris

Read More
Prove that one hypothesis is negation of another in Coq...

coqproof

Read More
Proof of existence of prime factorization (Educational)...

proofisabelle

Read More
BackNext