Skip to content

name: cvgeMl -> cvgeMr? #1463

@IshiguroYoshihiro

Description

@IshiguroYoshihiro

Lemma cvgMl f a b : f @ F --> a -> (f x * b) @[x --> F] --> a * b.

analysis/theories/normedtype.v

Lines 3105 to 3106 in 1191572

Lemma cvgeMl f x y : y \is a fin_num ->
f @ F --> x -> (fun n => y * f n) @ F --> y * x.

I found a confusion of abbreviation l and r.
I think that cvgeMl should be cvgMr, but I am not sure.

NB(2025/04/21): the renaming of cvgMr is still pending.

Metadata

Metadata

Assignees

No one assigned

    Labels

    question ❓There is an unanswered question here

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions