Search code examples
Decreasing argument (and what is a Program Fixpoint)...


coqterminationtotality

Read More
How to crash on internal bug and force totality...


ffiidristotality

Read More
Can any additional axiom make Coq Turing complete?...


coqterminationtype-theoryturing-completetotality

Read More
Can I avoid explicitly discharging invalid cases in total functions in Idris?...


idristotality

Read More
Defining recursive function over product type...


coqterminationtotality

Read More
Convince Idris about recursive call totality...


idristotality

Read More
Proving totality of a function taking at most n recursive calls...


proofidristotality

Read More
Error in defining Ackermann in Coq...


coqackermanntotality

Read More
Coq can't compute well-founded defined with Fix, but can if defined with Program Fixpoint...


recursioncoqtotality

Read More
Cannot determine termination...


coqterminationtotality

Read More
Teach coq to check termination...


coqterminationtotality

Read More
Finding a well founded relation to prove termination of a function that stops decreasing at some poi...


coqterminationtotality

Read More
Program Fixpoint: recursive call in `let` and hypothesis of the obligation...


coqtotality

Read More
What's the difference between Program Fixpoint and Function in Coq?...


coqtotality

Read More
Coq simpl for Program Fixpoint...


coqtheorem-provingtotality

Read More
Why does this 'with' block spoil the totality of this function?...


idristerminationtotality

Read More
Coq best practice: mutual recursion, only one function is structurally decreasing...


coqmutual-recursiontotality

Read More
Why does this function hang the REPL?...


recursionidrispartial-functionstotality

Read More
Limitations of Fixpoint in Coq?...


coqtotality

Read More
Coq can't compute a well-founded function on Z, but it works on nat...


recursioncoqtotality

Read More
Error: Cannot guess decreasing argument of fix. Coq...


coqtotality

Read More
Mutualy recursive function and termination checker in Coq...


coqtotality

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


recursioncoqinductiontotality

Read More
Showing terminating recursion for cumsum in Coq...


recursioncoqtotality

Read More
Well founded recursion in Coq...


mathcoqprooftotality

Read More
How to indicate decreasing in size of two Coq inductive types...


comparisoncoqrecursive-datastructurestotality

Read More
Cannot guess decreasing argument of fix for nested match in Coq...


functional-programmingcoqtotality

Read More
Idris: totality check fails when trying to re-implement fromInteger for Nat...


recursionstatic-analysisidristotality

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


recursionidrisinductiontotality

Read More
Is this recursive function not total, or is the compiler just unable to prove it? How to rewrite it ...


recursionpattern-matchingidristotality

Read More
BackNext