Skip to content

Commit

Permalink
changelog derive.v
Browse files Browse the repository at this point in the history
  • Loading branch information
affeldt-aist committed Jan 23, 2024
1 parent 05b2393 commit de2d4b0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG_UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
+ instance using `isSemiAdditive.Build` for `\bar^d`
+ canonical `dEFin_snum`

- in `derive.v`:
+ lemma `cvg_at_rightE`, `cvg_at_leftE`

### Changed

- in `boolp.v`:
Expand Down Expand Up @@ -145,6 +148,13 @@
+ canonicals `mule_monoid`, `mule_comoid` -> instance using `isComLaw.Build`
+ canonicals `maxe_monoid`, `maxe_comoid` -> instance using `isLaw.Build`

- in `derive.v`
+ in notation `'d`, `differentiable`, `is_diff`: `[filter of ...]` -> `nbhs F`
+ canonical `mulr_linear` -> instance using `isLinear.Build`
+ canonical `mulr_rev_linear` -> instance using `isLinear.Build`
+ canonical `mulr_bilinear` -> lemma `mulr_is_bilinear` and instance using `bilinear_isBilinear.Build`
+ `set (set ...)` -> `set_system ...`

### Renamed

### Generalized
Expand Down

0 comments on commit de2d4b0

Please sign in to comment.