by ohthatpatrick Sun Dec 01, 2019 1:22 am
R - P - L
T - M - V
Yeah, it changes very little to have both rules. As you said, this is rule 3 by itself
S - P --> M - S ..... thus, M - S - P
S - M --> P - S .... thus, P - S - M
But are we guaranteed to have M - S- P or P - S -M on every go?
No, not unless you're guaranteed to always trigger
S - P -->
or
S - M -->
But you're not. S doesn't have to be before either of them. It's possible that S would be after P and after M, and then neither M - S - P nor P - S - M would be triggered.
For example, if we only had the first three rules, then we could write a legal scenario such as
R - P - L - T - M - V - S
However, that scenario would break rule 4. So rule 4 does change the game somewhat.
Hope this helps.