The Reds
This page goes into more depth on how Reds work and how they can expand and contain other triangles.
Expansion
Recall that Reds donate its variable on all sides.
Since every side acts the same way, we can safely expand the Red to take up more space. Even when expanded, every side still donates the Red's variable to adjacent triangles.
The following reds all mean the same thing, even though they have been expanded in different ways.
Nesting
If you expand a Red, you can nest more Reds inside of them. Anything nested inside a Red will be inside the scope of the parent quantifier, and any object asserted by Reds that are nested inside a parent are considered the same as the object that the parent Red asserts.
Variables asserted by non-Reds that are nested inside a Red are not equal to the parent's variable.
In the following figure, "ice" asserts an object x and "solid" asserts an event e. Even though "solid" is nested inside "ice," x ≠ e because "ice" is a different color.