I have been given this induction problem as practice, and I haven't worked with induction in a few months so I'm lost on how to approach the problem. Here's the example:
"Prove by induction: In a non-empty binary tree, the number of nodes is equal to the number of links between the nodes plus one".
I have a basic idea of how to start it, like how the base case is 1 node with 0 links. However, I'm not sure how to represent "links" in my solution. Any help is greatly appreciated.