Search code examples
Dafny inductive lemma: cannot infer postcondition of induction hypothesis...

inductiondafny

Read More
Binary Tree Induction Example...

binary-treeinduction

Read More
What is an inductively defined data type?...

typesfunctional-programminglanguage-agnosticterminologyinduction

Read More
Are inductive definitions finitely generated in Isabelle?...

mathdefinitionisabelleinduction

Read More
How do I write a custom induction rule over a parameterized inductive set?...

isabelleinduction

Read More
Recurrence with logs T(n) = T(logn)+log(log(n))...

algorithmsubstitutionrecurrenceproofinduction

Read More
Structual induction in Haskell...

haskellinduction

Read More
proving two fixpoint functions by induction...

coqinduction

Read More
How can I prove irreflexivity of an inductively defined relation in Isabelle?...

isabelleinduction

Read More
Induction hypothesis for free variables of closed term in the simply typed lambda calculus...

coqlambda-calculusinduction

Read More
How can I combine rule induction with variable generalization in Isabelle?...

isabelleinduction

Read More
Induction principle for nested inductive types...

coqinduction

Read More
Coq vector permutations...

listvectorpermutationcoqinduction

Read More
coq induction with passing in equality...

coqinduction

Read More
How to do induction on the length of a list in Coq?...

coqinduction

Read More
Implementing instance of Read typeclass in haskell...

haskelltypestypeclassinduction

Read More
Java Sigma Equation Solving sigma(i=1 to k)((-1)^i+1)(i)(i+1) Timedout for long values...

javainduction

Read More
Induction rule case names (Isabelle)...

isabelleinduction

Read More
Proving the fusion law for unfold...

haskellrecursionproofinductionrecursion-schemes

Read More
Can someone provide me a better proof and scenario for bubble sort compare to what i have proved...

algorithmrecursionbubble-sortinduction

Read More
What are inductive predicates?...

predicatecoqinduction

Read More
How to get an induction principle for nested fix...

recursioncoqinductiontotality

Read More
Coq: goal variable not transformed by induction when appearing on left side of arrow...

coqinduction

Read More
Non-terminating inductive predicates...

isabelleinductionnon-termination

Read More
Structural Induction - (zip xs ys)!!n = (xs!!n, ys!!n)...

haskellinduction

Read More
Why does Lean enforce recursive type arguments to appear after non-recursive ones?...

recursionfunctional-programmingrecursive-datastructuresinductionlean

Read More
Proof by induction with three base cases (Isabelle)...

isabelleinductionisar

Read More
Well-founded recursion by repeated division...

recursionidrisinductiontotality

Read More
Induction on predicates with product type arguments...

coqinductioncoq-tactic

Read More
Induction Principle for Propositions with Lists (or: LNR for expressions with nested lists)...

coqinduction

Read More
BackNext