Skip to content

Commit 80f33f8

Browse files
committed
changelog, typo
1 parent 9049854 commit 80f33f8

File tree

2 files changed

+152
-111
lines changed

2 files changed

+152
-111
lines changed

CHANGELOG_UNRELEASED.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,47 @@
22

33
## [Unreleased]
44

5+
added:
6+
7+
- in `topology.v`:
8+
+ lemma `filter_bigI_within`
9+
+ lemma `near_powerset_map`
10+
+ lemma `near_powerset_map_monoE`
11+
+ lemma `fst_open`
12+
+ lemma `snd_open`
13+
+ definition `near_covering_within`
14+
+ lemma `near_covering_withinP`
15+
+ lemma `compact_setM`
16+
+ definition `regular`
17+
+ lemma `compact_regular`
18+
+ lemma `fam_compact_nbhs`
19+
+ definition `compact_open`, notation `{compact-open, U -> V}`
20+
+ notation `{compact-open, F --> f}`
21+
+ definition `compact_openK`
22+
+ definition `compact_openK_nbhs`
23+
+ instance `compact_openK_nbhs_filter`
24+
+ definition `compact_openK_topological_mixin`
25+
+ canonicals `compact_openK_filter`, `compact_openK_topological`,
26+
`compact_open_pointedType`
27+
+ definition `compact_open_topologicalType`
28+
+ canonicals `compact_open_filtered`, `compact_open_topological`
29+
+ lemma `compact_open_cvgP`
30+
+ lemma `compact_open_open`
31+
+ lemma `compact_closedI`
32+
+ lemma `compact_open_fam_compactP`
33+
+ lemma `compact_equicontinuous`
34+
+ lemma `uniform_regular`
35+
+ lemma `continuous_curry`
36+
+ lemma `continuous_uncurry_regular`
37+
+ lemma `continuous_uncurry`
38+
+ lemma `curry_continuous`
39+
+ lemma `uncurry_continuous`
40+
41+
changed:
42+
43+
- in `topology.v`:
44+
+ lemma `pointwise_compact_cvg`
45+
546
### Added
647

748
- in file `cantor.v`,

0 commit comments

Comments
 (0)