Skip to content

[ refactor ] Algebra.Properties.Monoid #2882

Description

@jamesmckinna

Hmmm... possible (downstream?) refactoring opportunity for Algebra.Properties.Monoid to replace

ε-comm :  a  a ∙ ε ≈ ε ∙ a
ε-comm a = trans (identityʳ a) (sym (identityˡ a))

with

ε-central : Central _∙_ ε
ε-central = Consequences.identity⇒central identity

instead?

Originally posted by @jamesmckinna in #2873 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions