How can I remove all occurrences of a sub-multiset in Isabelle?...
Read MoreGreedy Algorithm Exchange Proof (Algorithm Design, Chapter 4, 6E)...
Read MoreProof that using adjacency matrix for bipartite testing has Ω(n^2)...
Read Moreproving Predicate logic with Isabelle...
Read Morehow to do a proof for subset in Isabelle...
Read MoreStrategy for figuring out input size of recurrence equation?...
Read MoreProving the inexpressibility of a function in a given language...
Read MoreProve scheduling algorithm for one shared machine and one with infinite parallel capacity...
Read MoreInduction with other base case in Coq...
Read MoreProof of consistent heuristic implies admissible condition...
Read MoreProof of P=n^2-2+41 for n=1,2,3,... generating prime numbers in R...
Read MoreHow do I display a proof tree with HTML,CSS and/or Javascript?...
Read MoreHow to apply a constructor in an hypothesis?...
Read MoreProof irrelevance for boolean equality...
Read MoreWhere is the proof for complement of base 10 integer formula?...
Read MoreHow can I build a list of bytes from its specification in Coq...
Read MoreCan I use destruct here given the constraint I have for index range of a list?...
Read MoreIf two constructor expressions of an inductive type are equal in Coq, can I do rewriting based on th...
Read MoreCoq error: Unable to unify "true" with "is_true (0 < a - b - 3)"...
Read Moreis there any tactic in Coq that can transform a bool expression to a Prop one?...
Read MoreCoq: How do I prove that forall n m : nat, (n > m) -> (S n > S m)?...
Read MoreHow to prove that 2 is Prime in Idris?...
Read MoreUsing induction to prove linear maximum subarray algorithm...
Read MoreLemma about Sortedness of concatenated lists...
Read MoreQuestion with proving unboundedness in Linear Programming...
Read Moredefinition of a type doesn’t work in agda...
Read More(log n)^k = O(n)? For k greater or equal to 1...
Read MoreGetting better inference for agda proofs...
Read MoreHow in coq to use lemma a=b backwards?...
Read More