-
Notifications
You must be signed in to change notification settings - Fork 65
Closed
Labels
question ❓There is an unanswered question hereThere is an unanswered question here
Milestone
Description
analysis/theories/normedtype.v
Line 2747 in 1191572
| 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
question ❓There is an unanswered question hereThere is an unanswered question here