Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

name: cvgeMl -> cvgeMr? #1463

Open
IshiguroYoshihiro opened this issue Feb 5, 2025 · 0 comments
Open

name: cvgeMl -> cvgeMr? #1463

IshiguroYoshihiro opened this issue Feb 5, 2025 · 0 comments

Comments

@IshiguroYoshihiro
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant