Skip to content

Commit 8e4ae6d

Browse files
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 <reynald.affeldt@aist.go.jp>
1 parent cb07aa9 commit 8e4ae6d

2 files changed

Lines changed: 565 additions & 81 deletions

File tree

CHANGELOG_UNRELEASED.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,44 @@
1313
- in `lebesgue_integral.v`:
1414
+ `sigma_finite_measure` instance on product measure `\x`
1515

16+
- in `topology.v`:
17+
+ lemma `filter_bigI_within`
18+
+ lemma `near_powerset_map`
19+
+ lemma `near_powerset_map_monoE`
20+
+ lemma `fst_open`
21+
+ lemma `snd_open`
22+
+ definition `near_covering_within`
23+
+ lemma `near_covering_withinP`
24+
+ lemma `compact_setM`
25+
+ lemma `compact_regular`
26+
+ lemma `fam_compact_nbhs`
27+
+ definition `compact_open`, notation `{compact-open, U -> V}`
28+
+ notation `{compact-open, F --> f}`
29+
+ definition `compact_openK`
30+
+ definition `compact_openK_nbhs`
31+
+ instance `compact_openK_nbhs_filter`
32+
+ definition `compact_openK_topological_mixin`
33+
+ canonicals `compact_openK_filter`, `compact_openK_topological`,
34+
`compact_open_pointedType`
35+
+ definition `compact_open_topologicalType`
36+
+ canonicals `compact_open_filtered`, `compact_open_topological`
37+
+ lemma `compact_open_cvgP`
38+
+ lemma `compact_open_open`
39+
+ lemma `compact_closedI`
40+
+ lemma `compact_open_fam_compactP`
41+
+ lemma `compact_equicontinuous`
42+
+ lemma `uniform_regular`
43+
+ lemma `continuous_curry`
44+
+ lemma `continuous_uncurry_regular`
45+
+ lemma `continuous_uncurry`
46+
+ lemma `curry_continuous`
47+
+ lemma `uncurry_continuous`
48+
1649
### Changed
1750

1851
- in `topology.v`:
1952
+ lemmas `nbhsx_ballx` and `near_ball` take a parameter of type `R` instead of `{posnum R}`
53+
+ lemma `pointwise_compact_cvg`
2054

2155
### Renamed
2256

0 commit comments

Comments
 (0)