-
Notifications
You must be signed in to change notification settings - Fork 65
renaming of conv #860
Copy link
Copy link
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
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
analysis/classical/set_interval.v
Line 340 in 0e392b5
rename to
line_pathoraffine_pathadd
Definition wadd t a b : R := (1 - t) * a + t * b.(this is different from the convention of infotheo)
where
tis inRbut a
tis a number between 0 and 1 in lemmasfor such numbers use the type
{i01 _}provided by https://github.com/math-comp/analysis/blob/itv/theories/itv.vthis implies to change the definition of
onemDefinition wavg t u a b : R := (t * a + u * b) / (t + u).