List Question
20 TechQA 2014-12-04T20:42:31.263000Showing terminating recursion for cumsum in Coq
130 views
Asked by larsr
Decreasing argument (and what is a Program Fixpoint)
2.8k views
Asked by Bromind
Strange pattern matching behavior in Idris
110 views
Asked by Thales MG
Cannot guess decreasing argument of fix for nested match in Coq
3.8k views
Asked by Boris
Error: Cannot guess decreasing argument of fix. Coq
1.1k views
Asked by DerMann
Coq can't compute a well-founded function on Z, but it works on nat
716 views
Asked by larsr
Can I avoid explicitly discharging invalid cases in total functions in Idris?
100 views
Asked by Ganesh Sittampalam
Why does this 'with' block spoil the totality of this function?
168 views
Asked by Cactus
Why is this Idris function not total and what could be done to make it check total?
158 views
Asked by Phil
Program Fixpoint: recursive call in `let` and hypothesis of the obligation
149 views
Asked by Bromind
How can I write a function of the following form in Coq?
137 views
Asked by abhishek
Finding a well founded relation to prove termination of a function that stops decreasing at some point
291 views
Asked by ScarletAmaranth
Teach coq to check termination
1.4k views
Asked by Jason Hu
Cannot determine termination
229 views
Asked by Alex
totality checking with indirect mutually recursive datatypes in Idris
154 views
Asked by imuli
Can any additional axiom make Coq Turing complete?
344 views
Asked by 12412316
Error in defining Ackermann in Coq
2.4k views
Asked by Mayer Goldberg
How to crash on internal bug and force totality
58 views
Asked by joel
Coq best practice: mutual recursion, only one function is structurally decreasing
619 views
Asked by Carl Patenaude Poulin
Is this recursive function not total, or is the compiler just unable to prove it? How to rewrite it as total?
328 views
Asked by Keith Pinson