Add class `Involutive`.
-
-
I was also about to suggest a relation to idempotency, which I thought was something like
f (f x) = f x
, but it doesn't seem like we have that? We work with such a function a lot though, it's called the core. (Well, things get more complicated because that can also be partial.)We only have
f x x = x
, which is an idempotent element of an operation, but not an idempotent operation.Edited by Ralf Jung -
mentioned in merge request !79 (merged)
Please register or sign in to comment