Skip to content

Should "unit_irrelevance" fact be moved elsewhere? #28

@anton-trunov

Description

@anton-trunov

Does it make sense to move unit_irrelevance elsewhere in Coq's part of ssreflect or mathcomp?

E.g. to ssrfun, near unitE lemma, which in turn could be used to prove the fact:

Fact unit_irrelevance (x y : unit) : x = y.
Proof. by rewrite !unitE. Qed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    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