Skip to content

Commit 4f0eeb8

Browse files
committed
Update Lemmas.lean
1 parent 6fc790a commit 4f0eeb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mathlib/Topology/Homeomorph/Lemmas.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ theorem _root_.CompactSpace.eq_of_le_compact_t2 (hst : t ≤ s) (hs : @T2Space X
506506

507507
/-- Suppose we have two Hausdorff topologies `s, t` on `X`. If `t` is strictly finer than `s` and
508508
`X` is compact under `s`, then `X` is not compact under `t`. -/
509-
theorem _root_.CompactSpace.nonCompact_of_lt_compact_t2 (hst : t < s) (hs : @T2Space X s) :
509+
theorem _root_.CompactSpace.nonCompact_of_lt (hst : t < s) (hs : @T2Space X s) :
510510
@NoncompactSpace X t := by
511511
refine not_compactSpace_iff.1 (fun hct => ?_)
512512
grind [hct.eq_of_le_compact_t2 hst.le hs]

0 commit comments

Comments
 (0)