Skip to content

Commit

Permalink
fixed a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jakezweifler committed Jan 20, 2023
1 parent 61faba1 commit c19d3e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ctopology.v
Original file line number Diff line number Diff line change
Expand Up @@ -1785,7 +1785,7 @@ Proof. intros.
Qed.


(* now, we show compact -> open *)
(* now, we show compact -> closed *)
Definition bad_point_cover (c : C) : Ccover :=
fun G => open G /\ exists r, r > 0 /\ G ⊂ (fun c' => Cmod (c' - c) > r).

Expand Down

0 comments on commit c19d3e7

Please sign in to comment.