We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1bd73e commit 8edfc7eCopy full SHA for 8edfc7e
theories/showcase/sorgenfreyline.v
@@ -3,7 +3,7 @@ From mathcomp Require Import all_ssreflect all_algebra all_fingroup.
3
From mathcomp Require Import wochoice contra mathcomp_extra.
4
From mathcomp Require Import boolp classical_sets set_interval.
5
From mathcomp Require Import topology_structure separation_axioms connected.
6
-From mathcomp Require Import reals.
+From mathcomp Require Import reals borel_hierarchy.
7
8
Set Implicit Arguments.
9
Unset Strict Implicit.
@@ -452,7 +452,7 @@ Qed.
452
End distance.
453
454
Lemma sorgenfrey_line_perfectly_normal_space :
455
- perfectly_normal_space R sorgenfrey.
+ perfectly_normal_space sorgenfrey (0 : R).
456
Proof.
457
move=> E cE.
458
exists (sdist E).
0 commit comments