Proof of Loop Invariant and Algorithm...
Read Morek successive calls to tree successor in bst...
Read MoreA different way to do induction on lists that needs a proof...
Read MoreProve big O of addition and subtraction of functions...
Read MoreHow can I use rules suggested by solve_direct? (by (rule …) doesn't always work)...
Read MoreHow can I bind the schematic variable ?case in a rule for proof by cases?...
Read MoreHow does agda's inspect function work?...
Read Moredouble negation insertion in agda...
Read MoreHow do you prove this pumping lemma example?...
Read Moreproof - set of remainders of a prime p multiplied by another co prime...
Read MoreProving non-existence of an infinite inductive value in Coq...
Read Morecoq tactic for replacing bools with Prop...
Read Morelongest common subsequence with linear memory usage...
Read MoreConverting propositional logic argument to Prolog...
Read MoreProve max(O(f(n)), O(g(n)))=O(max(f(n), g(n))...
Read MoreStable comparison sort with O(n * log(n)) time and O(1) space complexity...
Read MoreCan someone help me with this proof using the pumping lemma?...
Read MoreHow can I prove by induction that the second of these two algorithms is faster?...
Read MoreHow to prove by induction that a program does something?...
Read MoreWhy is there only one possible implementation of the *id* function?...
Read MoreWhat laws are the standard Haskell type classes expected to uphold?...
Read MoreHow can I prove the following logic statement deductively?...
Read Morecompress 2-bit numbers and save 1 bit use compression scheme...
Read MoreShow that n^2 is not O(n*log(n))?...
Read MoreFinding inaccessible points on a 2D plane...
Read MoreIn Coq, which tactic to change the goal from `S x = S y` to `x = y`...
Read More