Skip to content

Commit d30491f

Browse files
authored
Merge pull request #1813 from affeldt-aist/fixes_1789
Fixes 1789 Fixes 1770
2 parents 72b9938 + 19aa2ae commit d30491f

File tree

3 files changed

+632
-561
lines changed

3 files changed

+632
-561
lines changed

CHANGELOG_UNRELEASED.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,43 @@
120120
- in `subspace_topology.v`:
121121
+ notation `{within _, continuous _}` (now uses `from_subspace`)
122122

123+
- moved from `realfun.v` to `numfun.v`:
124+
+ notations `nondecreasing_fun`, `nonincreasing_fun`, `increasing_fun`,
125+
`decreasing_fun`
126+
+ generalized from `realType` to `numDomainType`:
127+
* lemmas `nondecreasing_funN`, `nonincreasing_funN`
128+
+ generalized from `realType` to `porderType`
129+
* definitions `itv_partition`, `itv_partitionL`, `itv_partitionR`
130+
* lemmas `itv_partition_nil`, `itv_partition_cons`, `itv_partition1`,
131+
`itv_partition_size_neq0`, `itv_partitionxx`, `itv_partition_le`,
132+
`itv_partition_cat`, `itv_partition_nth_size`, `itv_partition_nth_ge`,
133+
`itv_partition_nth_le`, `nondecreasing_fun_itv_partition`
134+
+ generalized from `realType` to `orderType`
135+
* lemmas `itv_partitionLP`, `itv_partitionRP`, `in_itv_partition`,
136+
`notin_itv_partition`
137+
+ generalize from `realType` to `numDomainType`:
138+
* lemmas `nonincreasing_fun_itv_partition`, `itv_partition_rev`
139+
140+
- moved from `realfun.v` to `numfun.v`:
141+
+ generalize from `realType` to `numDomainType`
142+
* definition `variation`
143+
* lemmas `variation_zip`, `variation_prev`, `variation_next`,
144+
`variation_nil`, `variation_ge0`, `variationN`, `variation_le`,
145+
`nondecreasing_variation`, `nonincreasing_variation`,
146+
`variation_cat` (order of parameters also changed), `le_variation`,
147+
`variation_opp_rev`, `variation_rev_opp`
148+
+ generalize from `realType` to `realDomainType`
149+
* lemmas `variation_itv_partitionLR`, `variation_subseq`
150+
151+
- moved from `realfun.v` to `numfun.v`:
152+
+ generalize from `realType` to `numDomainType`
153+
* definition `variations`, `bounded_variation`
154+
* lemmas `variations_variation`, `variations_neq0`, `variationsN`,
155+
`variationsxx`
156+
* lemmas `bounded_variationxx`, `bounded_variationD`,
157+
`bounded_variationN`, `bounded_variationl`, `bounded_variationr`,
158+
`variations_opp`, `nondecreasing_bounded_variation`
159+
123160
### Renamed
124161

125162
- in `probability.v`:
@@ -153,6 +190,12 @@
153190
- in `lebesgue_integral_theory/lebesgue_integrable.v`
154191
+ lemma `null_set_integral`
155192

193+
- in `realfun.v`:
194+
+ generalized from `realType` to `realFieldType`:
195+
* definition `total_variation`
196+
* lemmas `total_variationxx`, `nondecreasing_total_variation`,
197+
`total_variationN`
198+
156199
### Deprecated
157200

158201
- in `topology_structure.v`:

0 commit comments

Comments
 (0)