Skip to content

Commit 1016722

Browse files
committed
Changed space to be over type alpha
1 parent 85cc418 commit 1016722

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mathlib/ModelTheory/Topology/Types.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ instance : TotallySeparatedSpace (CompleteType T α) := by
6666
by change ¬∼φ∈q; rwa [not_mem_iff,←hφ, not_not, ←not_mem_iff]
6767
⟩)
6868

69-
instance {n : ℕ} : CompactSpace (T.CompleteType (Fin n)) := by
69+
instance : CompactSpace (T.CompleteType α) := by
7070
constructor
7171
rw[isCompact_iff_ultrafilter_le_nhds]
7272
intros F _

0 commit comments

Comments
 (0)