Recursion in Math
Definition
- This is the process of creating new elements from existing elements in a set.
- There are always the:
- Basis:
- The set of elements which are assumed to be in the set at the start.
- Constructor:
- A collection of functions that tell us how to form new elements for this set.
- Basis:
- Regarding the constructor:
- It's implicit that the only way for an element to be in the set is to be an basis element or to be made through a constructor.
- Example:
- Basis:
- Constructor: If
then and . - Resulting in two new elements:
- If we continue, we can see that
.
- Basis: