Search code examples
Proof of Loop Invariant and Algorithm...

proofinvariantsloop-invariant

Read More
Big-O notation and polynomials?...

algorithmfunctionmathbig-oproof

Read More
Showing f(n) = O(f(n) + g(n))?...

algorithmmathproofbig-o

Read More
k successive calls to tree successor in bst...

algorithmbinary-search-treeproof

Read More
A different way to do induction on lists that needs a proof...

listcoqproof

Read More
Prove big O of addition and subtraction of functions...

algorithmbig-oproof

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

solverproofisabelletheorem-proving

Read More
How can I bind the schematic variable ?case in a rule for proof by cases?...

proofisabelle

Read More
How does agda's inspect function work?...

proofagda

Read More
double negation insertion in agda...

logicproofagda

Read More
How do you prove this pumping lemma example?...

dfaproofpumping-lemma

Read More
proof - set of remainders of a prime p multiplied by another co prime...

mathprimesproof

Read More
Implementation of binary tree...

algorithmproof

Read More
Proving non-existence of an infinite inductive value in Coq...

coqproofinduction

Read More
coq tactic for replacing bools with Prop...

booleancoqproof

Read More
longest common subsequence with linear memory usage...

algorithmcomputer-scienceproof

Read More
Converting propositional logic argument to Prolog...

syntaxprologlogicpredicateproof

Read More
Prove max(O(f(n)), O(g(n)))=O(max(f(n), g(n))...

big-oanalysisasymptotic-complexityproof

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

algorithmsortingcomplexity-theoryproof

Read More
Can someone help me with this proof using the pumping lemma?...

regular-languageautomataproofpumping-lemma

Read More
How can I prove by induction that the second of these two algorithms is faster?...

performancealgorithmproofinduction

Read More
How to prove by induction that a program does something?...

mathproofpostfix-notationinduction

Read More
Why is there only one possible implementation of the *id* function?...

typeslanguage-agnosticproof

Read More
What laws are the standard Haskell type classes expected to uphold?...

haskellinterfaceproof

Read More
How can I prove the following logic statement deductively?...

logicconditional-statementsproof

Read More
compress 2-bit numbers and save 1 bit use compression scheme...

algorithmmathcompressionproof

Read More
Flawed random number generator?...

pythonrandomprobabilityproofcorrectness

Read More
Show that n^2 is not O(n*log(n))?...

big-oproof

Read More
Finding inaccessible points on a 2D plane...

javascriptjquerygraphpointproof

Read More
In Coq, which tactic to change the goal from `S x = S y` to `x = y`...

proofcoq

Read More
BackNext