16 lines
250 B
Markdown
16 lines
250 B
Markdown
Style #8
|
|
==============================
|
|
|
|
Constraints:
|
|
|
|
- All, or a significant part, of the problem is modelled by
|
|
induction. That is, specify the base case (n_0) and then the n+1
|
|
rule
|
|
|
|
Possible names:
|
|
|
|
- Infinite mirror
|
|
- Inductive
|
|
- Recursive
|
|
|