Dafny inductive lemma: cannot infer postcondition of induction hypothesis...
Read MoreWhat is an inductively defined data type?...
Read MoreAre inductive definitions finitely generated in Isabelle?...
Read MoreHow do I write a custom induction rule over a parameterized inductive set?...
Read MoreRecurrence with logs T(n) = T(logn)+log(log(n))...
Read Moreproving two fixpoint functions by induction...
Read MoreHow can I prove irreflexivity of an inductively defined relation in Isabelle?...
Read MoreInduction hypothesis for free variables of closed term in the simply typed lambda calculus...
Read MoreHow can I combine rule induction with variable generalization in Isabelle?...
Read MoreInduction principle for nested inductive types...
Read Morecoq induction with passing in equality...
Read MoreHow to do induction on the length of a list in Coq?...
Read MoreImplementing instance of Read typeclass in haskell...
Read MoreJava Sigma Equation Solving sigma(i=1 to k)((-1)^i+1)(i)(i+1) Timedout for long values...
Read MoreInduction rule case names (Isabelle)...
Read MoreProving the fusion law for unfold...
Read MoreCan someone provide me a better proof and scenario for bubble sort compare to what i have proved...
Read MoreHow to get an induction principle for nested fix...
Read MoreCoq: goal variable not transformed by induction when appearing on left side of arrow...
Read MoreNon-terminating inductive predicates...
Read MoreStructural Induction - (zip xs ys)!!n = (xs!!n, ys!!n)...
Read MoreWhy does Lean enforce recursive type arguments to appear after non-recursive ones?...
Read MoreProof by induction with three base cases (Isabelle)...
Read MoreWell-founded recursion by repeated division...
Read MoreInduction on predicates with product type arguments...
Read MoreInduction Principle for Propositions with Lists (or: LNR for expressions with nested lists)...
Read More