-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3131 from palmskog/analysis-0.7.0-8.20
patch coq-mathcomp-analysis.0.7.0 for Coq 8.20
- Loading branch information
Showing
3 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
...coq-mathcomp-analysis/coq-mathcomp-analysis.0.7.0/files/future-coercion-class-field.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
diff --git a/theories/topology.v b/theories/topology.v | ||
index 4e95029..3bc3d84 100644 | ||
--- a/theories/topology.v | ||
+++ b/theories/topology.v | ||
@@ -3181,9 +3181,10 @@ Unshelve. all: by end_near. Qed. | ||
Section Tychonoff. | ||
|
||
Class UltraFilter T (F : set (set T)) := { | ||
- ultra_proper :> ProperFilter F ; | ||
+ ultra_proper : ProperFilter F ; | ||
max_filter : forall G : set (set T), ProperFilter G -> F `<=` G -> G = F | ||
}. | ||
+#[global] Existing Instance ultra_proper. | ||
|
||
Lemma ultra_cvg_clusterE (T : topologicalType) (F : set (set T)) : | ||
UltraFilter F -> cluster F = [set p | F --> p]. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters