LeanPool.RiemannMappingTheorem.Uniform #
The U-thickening of S: the union of U-balls around each point of
S. Equals {a | ∃ x ∈ S, (x, a) ∈ U}.
Equations
- UniformSpace.thickening U S = ⋃ x ∈ S, UniformSpace.ball x U
Instances For
@[simp]
@[simp]
theorem
UniformSpace.monotone_thickening
{α : Type u_2}
{s : Set α}
:
Monotone fun (x : Set (α × α)) => thickening x s
@[simp]
theorem
UniformSpace.thickening_inter_eq_empty_comm
{α : Type u_2}
{s t : Set α}
{u : Set (α × α)}
(hu : SetRel.IsSymm u)
:
theorem
UniformSpace.thickening_inter_thickening_eq_empty_of_comp
{α : Type u_2}
{s t : Set α}
{u v : Set (α × α)}
(hv : SetRel.IsSymm v)
(hvu : SetRel.comp v v ⊆ u)
(hST : thickening u s ∩ t = ∅)
:
The uniform neighbourhood filter of a set s: filter of supersets
of U-thickenings of s for entourages U. Strengthens 𝓝ˢ s for
locally uniform statements.
Equations
- uniformNhdsSet s = (uniformity α).lift' fun (x : Set (α × α)) => UniformSpace.thickening x s
Instances For
Notation for uniformNhdsSet, the uniform neighbourhood filter.
Equations
- Uniformity.«term𝓝ᵘ» = Lean.ParserDescr.node `Uniformity.«term𝓝ᵘ» 1024 (Lean.ParserDescr.symbol "𝓝ᵘ")
Instances For
theorem
UniformSpace.thickening_mem_uniform_nhds_set
{α : Type u_2}
{s : Set α}
{u : Set (α × α)}
[UniformSpace α]
(hu : u ∈ uniformity α)
:
theorem
UniformSpace.uniform_nhds_set_mono
{α : Type u_2}
[UniformSpace α]
{s t : Set α}
(h : s ⊆ t)
:
theorem
UniformSpace.nhds_le_uniform_nhds_set
{α : Type u_2}
{a : α}
[UniformSpace α]
{s : Set α}
(ha : a ∈ s)
:
theorem
UniformSpace.uniform_nhds_inf_uniform_nhds_eq_bot
{α : Type u_2}
[UniformSpace α]
{s t : Set α}
(h : uniformNhdsSet s ⊓ Filter.principal t = ⊥)
:
theorem
UniformSpace.nhds_inf_uniform_nhds_eq_bot
{α : Type u_2}
{a : α}
[UniformSpace α]
{s : Set α}
(hf : nhds a ⊓ Filter.principal s = ⊥)
:
theorem
UniformSpace.nhds_set_eq_uniform_nhds_set_of_isCompact
{α : Type u_2}
[UniformSpace α]
{s : Set α}
(hs : IsCompact s)
:
theorem
lemma2
{ι : Type u_1}
{α : Type u_2}
{β : Type u_3}
{p : Filter ι}
{f : α → β}
{s : Set α}
:
Filter.Tendsto (f ∘ Prod.snd) (p ×ˢ Filter.principal s) (Filter.principal (f '' s))
theorem
lemma1
{ι : Type u_1}
{α : Type u_2}
{β : Type u_3}
{s : Set α}
{p : Filter ι}
{F : ι → α → β}
{f : α → β}
[UniformSpace β]
(hF : TendstoUniformlyOn F f p s)
:
Filter.Tendsto (fun (q : ι × α) => (f q.2, F q.1 q.2)) (p ×ˢ Filter.principal s)
(Filter.principal (f '' s) ×ˢ uniformNhdsSet (f '' s))
theorem
lemma13
{ι : Type u_1}
{α : Type u_2}
{β : Type u_3}
{s : Set α}
{p : Filter ι}
{f : α → β}
{F : ι → α → β}
[UniformSpace β]
(hF : TendstoUniformlyOn F f p s)
:
Filter.Tendsto (Function.uncurry F) (p ×ˢ Filter.principal s) (uniformNhdsSet (f '' s))