Skip to content

Ring law is unclear #24

Closed
Closed
@hdgarrood

Description

@hdgarrood

We currently have:

Additive inverse: a + (-a) = (-a) + a = zero

However, this is a little unclear, since there is no unary prefix (-) available. I think we should do one of the following:

  • Swap sub and negate around, so that negate is part of Ring, and (-) is defined as x - y = x + negate y.
  • Reformulate the additive inverse law in terms of binary (-), for example: a - a = (zero - a) + a = zero?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions