-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Labels
enhancement ✨This issue/PR is about adding new features enhancing the libraryThis issue/PR is about adding new features enhancing the libraryrenaming/refactoring 🔧This is about a renaming or refactoring in the libraryThis is about a renaming or refactoring in the library
Milestone
Description
analysis/classical/set_interval.v
Line 340 in 0e392b5
| Definition conv a b t : R := (1 - t) * a + t * b. |
-
rename to
line_pathoraffine_path -
add
Definition wadd t a b : R := (1 - t) * a + t * b.(this is different from the convention of infotheo)
where t is in R
but a t is a number between 0 and 1 in lemmas
for such numbers use the type {i01 _} provided by https://github.com/math-comp/analysis/blob/itv/theories/itv.v
this implies to change the definition of onem
- add
Definition wavg t u a b : R := (t * a + u * b) / (t + u).Metadata
Metadata
Assignees
Labels
enhancement ✨This issue/PR is about adding new features enhancing the libraryThis issue/PR is about adding new features enhancing the libraryrenaming/refactoring 🔧This is about a renaming or refactoring in the libraryThis is about a renaming or refactoring in the library