Skip to content

Commit a42adf9

Browse files
garriguemotikaku
authored andcommitted
add section
1 parent e1a7fe8 commit a42adf9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

theories/showcase/sorgenfreyline.v

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,11 @@ rewrite -subset0=> w [] /=; rewrite !in_itv /= andbT.
168168
by move/lt_le_trans/[apply]; rewrite ltxx.
169169
Qed.
170170

171-
(* Pseudo-distance function for perfectly normal space *)
171+
Section distance.
172172
Variable E : set sorgenfrey.
173173
Hypothesis CE : closed E.
174174

175+
(* Pseudo-distance function for perfectly normal space *)
175176
Let dl x := [set y | x - y \in E /\ 0 <= y].
176177
Let dr x := [set y | x + y \in E /\ 0 < y].
177178
Definition sdist (x : sorgenfrey) : R :=
@@ -433,5 +434,6 @@ suff : x+y \notin E by rewrite xyE.
433434
rewrite -in_setC inE. apply: aE => /=.
434435
by rewrite in_itv /= xya' (le_trans ax) // ler_wpDr // ltW.
435436
Qed.
437+
End distance.
436438

437439
End Sorgenfrey_line.

0 commit comments

Comments
 (0)