schema_version = 1
law = "right-absorbing"
variant = "RightAbsorbing"
natural_language = "The declared element absorbs any value when placed on the right."
mathematical_statement = "forall a . f(a, z) = z"
preconditions = ["f is binary", "z is the declared right absorbing element"]
postcondition = "f(a, z) == z"
citation = "SPEC.md#algebraic-laws"
[[variables]]
name = "a"
type = "u32"
role = "input"
[[parameters]]
name = "z"
type = "u32"
source = "AlgebraicLaw::RightAbsorbing.element"