↧
Answer by Bubbler for How to do theorems that require mutual recursion?
As I commented, I don't know a general way to handle mutually recursive theorems, but (from my shallow experience) I didn't have any need to have a set of mutually recursive theorems unless they...
View ArticleHow to do theorems that require mutual recursion?
I ran into a problem that required mutual recursion to solve. I could not do it in Coq, but I suspected that it might be possible in Agda and proved that is the case using two mutually recursive...
View Article