Skip to content

Conflicting |_| and Norm/SemiNorm notations #1976

@mkerjean

Description

@mkerjean

When using the Norm module in unstable.v, lemmas for seminorms and norms as defined in this module, and lemmas for |_| as defined in numerical for mathcomp are in conflict. This is due to the fact that |_| does not inherit from the norm structure and should be solved when the Norm module is properly ported to mathcomp.

Moreover, naming is not coherent. One must use Num.Theory.ler_normD for using ler_normD on || (by default it applies to a seminorm) but Norm.Theory.normN to use normN on a seminorm (it applies by default to ||).

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