Skip to content

Consistently add the equality after resp in proof names. #2341

Open
@mechvel

Description

@mechvel

In lib-2.0, Algebra.Properties.Magma.Divisibility
introduces the names
∣-respʳ and ∣∣-respʳ-≈.
I suggest to declare ∣∣-respʳ-≈ as obfuscated and to introduce ∣∣-respʳ instead.
And to treat ∣∣-respˡ, ∣∣-resp-≈ similarly.
The reasons are as follows.

  1. A uniform denotation style is desirable.
  2. It is clear for Magma that "_∣_ respects" is about the equality of _≈_ as default
    (for _≡_, one can use subst or to introduce ∣-resp-≡).
    And if one needs ∣-resp with respect to some other relation foo, then it can be
    introduced ∣-resp-foo.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions