So far we have always considered having just a single possible transformation rule which can be used wherever it applies. It is also possible to have multiple transformation rules which are used wherever they apply. A single transformation rule can either increase or decrease the number of relations, but must do the same every time it is used. With multiple transformations, some can increase the number of relations while others decrease it.
As a minimal example, consider the rule:
On successive steps, this rule simply alternates between two cases:
As another example, consider the rule:
This rule produces results that alternately grow and shrink on successive steps:
It is fairly common with multiple transformation rules to find that one transformation is occasionally applied. But at least with our standard updating order, it is difficult to find rules in which, for example, the total size of the results varies in anything but a fairly regular way from step to step.