Browsing index pages (2 articles)
↧
How 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 ArticleAnswer 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 Article
Browsing index pages (2 articles)