Module docstring
{"# Map and comap of Filter.atTop and Filter.atBot
"}
{"# Map and comap of Filter.atTop and Filter.atBot
"}
OrderIso.comap_atTop
theorem
(e : α ≃o β) : comap e atTop = atTop
@[simp]
theorem comap_atTop (e : α ≃o β) : comap e atTop = atTop := by
simp [atTop, ← e.surjective.iInf_comp]
OrderIso.comap_atBot
theorem
(e : α ≃o β) : comap e atBot = atBot
@[simp]
theorem comap_atBot (e : α ≃o β) : comap e atBot = atBot :=
e.dual.comap_atTop
OrderIso.map_atTop
theorem
(e : α ≃o β) : map (e : α → β) atTop = atTop
@[simp]
theorem map_atTop (e : α ≃o β) : map (e : α → β) atTop = atTop := by
rw [← e.comap_atTop, map_comap_of_surjective e.surjective]
OrderIso.map_atBot
theorem
(e : α ≃o β) : map (e : α → β) atBot = atBot
OrderIso.tendsto_atTop
theorem
(e : α ≃o β) : Tendsto e atTop atTop
OrderIso.tendsto_atBot
theorem
(e : α ≃o β) : Tendsto e atBot atBot
OrderIso.tendsto_atTop_iff
theorem
{l : Filter γ} {f : γ → α} (e : α ≃o β) : Tendsto (fun x => e (f x)) l atTop ↔ Tendsto f l atTop
@[simp]
theorem tendsto_atTop_iff {l : Filter γ} {f : γ → α} (e : α ≃o β) :
TendstoTendsto (fun x => e (f x)) l atTop ↔ Tendsto f l atTop := by
rw [← e.comap_atTop, tendsto_comap_iff, Function.comp_def]
OrderIso.tendsto_atBot_iff
theorem
{l : Filter γ} {f : γ → α} (e : α ≃o β) : Tendsto (fun x => e (f x)) l atBot ↔ Tendsto f l atBot
@[simp]
theorem tendsto_atBot_iff {l : Filter γ} {f : γ → α} (e : α ≃o β) :
TendstoTendsto (fun x => e (f x)) l atBot ↔ Tendsto f l atBot :=
e.dual.tendsto_atTop_iff