Skip to content

Commit

Permalink
generalize pushforward
Browse files Browse the repository at this point in the history
  • Loading branch information
affeldt-aist committed Jul 13, 2022
1 parent d46de60 commit d02104b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG_UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
- in `ereal.v`:
+ generalize `lee_pmul`
+ simplify `lte_le_add`, `lte_le_dadd`, `lte_le_sub`, `lte_le_dsub`
- in `measure.v`:
+ generalize `pushforward`

### Renamed

Expand Down
3 changes: 2 additions & 1 deletion theories/measure.v
Original file line number Diff line number Diff line change
Expand Up @@ -1466,7 +1466,8 @@ Arguments measure_bigcup {d R T} mu A.

Section pushforward_measure.
Local Open Scope ereal_scope.
Variables (d : measure_display) (T1 T2 : measurableType d) (f : T1 -> T2).
Variables (d d' : measure_display).
Variables (T1 : measurableType d) (T2 : measurableType d') (f : T1 -> T2).
Hypothesis mf : measurable_fun setT f.
Variables (R : realFieldType) (m : {measure set T1 -> \bar R}).

Expand Down

0 comments on commit d02104b

Please sign in to comment.