Skip to content

Commit 8edfc7e

Browse files
committed
rebase
1 parent a1bd73e commit 8edfc7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

theories/showcase/sorgenfreyline.v

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ From mathcomp Require Import all_ssreflect all_algebra all_fingroup.
33
From mathcomp Require Import wochoice contra mathcomp_extra.
44
From mathcomp Require Import boolp classical_sets set_interval.
55
From mathcomp Require Import topology_structure separation_axioms connected.
6-
From mathcomp Require Import reals.
6+
From mathcomp Require Import reals borel_hierarchy.
77

88
Set Implicit Arguments.
99
Unset Strict Implicit.
@@ -452,7 +452,7 @@ Qed.
452452
End distance.
453453

454454
Lemma sorgenfrey_line_perfectly_normal_space :
455-
perfectly_normal_space R sorgenfrey.
455+
perfectly_normal_space sorgenfrey (0 : R).
456456
Proof.
457457
move=> E cE.
458458
exists (sdist E).

0 commit comments

Comments
 (0)