Skip to content

Commit 71e2ede

Browse files
zstone1affeldt-aist
authored andcommitted
Curry is continuous (#926)
* curry/uncurry of continuous functions * compact-open topology working * removing regular in favor of regular_space --------- Co-authored-by: Reynald Affeldt <[email protected]>
1 parent 04975f7 commit 71e2ede

File tree

2 files changed

+570
-80
lines changed

2 files changed

+570
-80
lines changed

CHANGELOG_UNRELEASED.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,44 @@
154154
- in `lebesgue_integral.v`:
155155
+ `sigma_finite_measure` instance on product measure `\x`
156156

157+
- in `topology.v`:
158+
+ lemma `filter_bigI_within`
159+
+ lemma `near_powerset_map`
160+
+ lemma `near_powerset_map_monoE`
161+
+ lemma `fst_open`
162+
+ lemma `snd_open`
163+
+ definition `near_covering_within`
164+
+ lemma `near_covering_withinP`
165+
+ lemma `compact_setM`
166+
+ lemma `compact_regular`
167+
+ lemma `fam_compact_nbhs`
168+
+ definition `compact_open`, notation `{compact-open, U -> V}`
169+
+ notation `{compact-open, F --> f}`
170+
+ definition `compact_openK`
171+
+ definition `compact_openK_nbhs`
172+
+ instance `compact_openK_nbhs_filter`
173+
+ definition `compact_openK_topological_mixin`
174+
+ canonicals `compact_openK_filter`, `compact_openK_topological`,
175+
`compact_open_pointedType`
176+
+ definition `compact_open_topologicalType`
177+
+ canonicals `compact_open_filtered`, `compact_open_topological`
178+
+ lemma `compact_open_cvgP`
179+
+ lemma `compact_open_open`
180+
+ lemma `compact_closedI`
181+
+ lemma `compact_open_fam_compactP`
182+
+ lemma `compact_equicontinuous`
183+
+ lemma `uniform_regular`
184+
+ lemma `continuous_curry`
185+
+ lemma `continuous_uncurry_regular`
186+
+ lemma `continuous_uncurry`
187+
+ lemma `curry_continuous`
188+
+ lemma `uncurry_continuous`
189+
157190
### Changed
158191

159192
- in `topology.v`:
160193
+ lemmas `nbhsx_ballx` and `near_ball` take a parameter of type `R` instead of `{posnum R}`
194+
+ lemma `pointwise_compact_cvg`
161195

162196
### Renamed
163197

0 commit comments

Comments
 (0)