Recursive Definitions for Theorems

44 Views Asked by At

I recently encountered with the statement "Recursive definition may be used to define not only sets but also to prove correctness of functions." and questioned on whether it is really true. We are usually using induction to prove some properties after recursive definitions, but this seems to be somehow incorrect. What are your thoughts on this?