Skip to content

renaming of conv #860

@affeldt-aist

Description

@affeldt-aist

Definition conv a b t : R := (1 - t) * a + t * b.

  1. rename to line_path or affine_path

  2. 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

  1. add
Definition wavg t u a b : R := (t * a + u * b) / (t + u).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancement ✨This issue/PR is about adding new features enhancing the libraryrenaming/refactoring 🔧This is about a renaming or refactoring in the library

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions