PL puzzle. Say we have instructions called
"x1 += x2", "x2 += x3", "x3 += x4",
and versions with "-=" that cancel them.
We define a program
"x1 += x2"
"x2 += x3"
"x1 -= x2"
"x2 -= x3",
and abbreviate it "x1 -= x3". We similarly define "x2 -= x4".
We posit that "x1 -= x3" commutes with [...]
8 months ago