Coq: proof of "lens is closed under composition"...
Read MoreAsymptotic notation properties proofs?...
Read MoreHow to prove a SPARK.Text_IO procedure precondition will hold...
Read MoreBig-O notation when the function has negative value...
Read MoreContext free language (Pumping lemma a^n b^m c^min(n,m))...
Read MoreWhich vector library to use in coq?...
Read MoreProve that n times an even number yields an even number in Agda...
Read MoreProoving by induction that a function gets called n-1 times...
Read MoreKeeping track of "state" when writing equality proofs that are long chains of transitively...
Read Moresolving the recurrance by the method of substitution...
Read MoreAlgorithm time complexity using recurrence relations...
Read MoreProving the fusion law for unfold...
Read Morehow to prove Theorem 3.5.4 in 《Types and Programming Languages》using Coq?...
Read MoreWhat programming language has the specific purpose of testing concurrent algorithms?...
Read MoreCoq rewriting using lambda arguments...
Read MoreHow to define arbitrary partial order relation and prove its properties?...
Read MoreProof involving unfolding two recursive functions in COQ...
Read MoreExplain the proof by Vinay Deolalikar that P != NP...
Read MoreCoq: defining a function from a sigma type to its second projection (and making it a coercion)...
Read MoreUsing the type system to check length of output vs. input list...
Read MoreSliding square puzzle rectangle version...
Read MoreFormal proof for P → Q ≡ ¬P ∨ Q in Fitch...
Read MoreWhy it is not possible to redefine (implement) foldr in terms of foldl...
Read More