Y
Hacker News
new
|
ask
|
show
|
jobs
by
a1369209993
736 days ago
You do need (some subset of) associativity:
(y0 * x) * x ?= y0 * (x * x) y1 * x ?= y0 * x y2 ?= y1
y2 is not in general constrained to be the same as y1 otherwise.