File tree Expand file tree Collapse file tree 2 files changed +7
-12
lines changed
Expand file tree Collapse file tree 2 files changed +7
-12
lines changed Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ import atgt.PointfreeFuncoid
88import atgt.Funcoid
99import atgt.Funcoid.Topology
1010import atgt.Discont.Limit
11- -- import atgt.Discont.Topology
11+ import atgt.Discont.Topology
Original file line number Diff line number Diff line change 11import atgt.Discont.Limit
22import atgt.Funcoid.Topology
3- import Mathlib.Topology.AlexandrovDiscrete
43
54open Filter Topology
65open scoped Topology
@@ -9,7 +8,7 @@ universe u
98
109section
1110
12- variable {α : Type u } [TopologicalSpace α]
11+ variable {baseα : Type *} {α: Set baseα } [TopologicalSpace α]
1312
1413theorem neighborhoodFuncoid_idempotent :
1514 (neighborhoodFuncoid (inferInstance : TopologicalSpace α)) ∘
@@ -45,19 +44,15 @@ theorem neighborhoodFuncoid_idempotent :
4544 _ = neighborhoodFuncoid (inferInstance : TopologicalSpace α) := by
4645 simp [neighborhoodFuncoid, hrel]
4746
48- -- FIXME: Use L from the book.
4947theorem tendstotop_iff_fcd
48+ {baseα : Type *} {α: Set baseα} {baseβ : Type *} {β: Set baseβ}
5049 (x : α) (y : β)
51- [TopologicalSpace β]
52- (h : ∃! g : Funcoid β (OrderDual β),
53- IsFwdContinuation1618 (limitPointsOfSet (neighborhoodFuncoid (d : TopologicalSpace β))) g)
50+ [TopologicalSpace α] [d: TopologicalSpace β]
5451 (f : α → β) :
5552 Filter.Tendsto f (nhds x) (nhds y) ↔
56- IsFunctionLimit
57- (neighborhoodFuncoid (d : TopologicalSpace β))
58- h
59- f
60- (Filtrator.ofMathlibFilter (nhds x)) = (Filtrator.ofMathlibFilter (nhds y)) := by
53+ point_limitOfFunction
54+ (neighborhoodFuncoid d) f
55+ (Filtrator.ofMathlibFilter (nhds x)) y := by
6156 sorry
6257
6358end
You can’t perform that action at this time.
0 commit comments