statement stringlengths 1 2.88k | proof stringlengths 0 13.9k | type stringclasses 10
values | symbolic_name stringlengths 1 131 | library stringclasses 417
values | filename stringlengths 17 80 | imports listlengths 0 16 | deps listlengths 0 64 | docstring stringlengths 0 10.2k | source_url stringclasses 1
value | commit stringclasses 1
value |
|---|---|---|---|---|---|---|---|---|---|---|
set_seq_mem (n : ℕ) : set_seq hf U_mem n ∈ f | (bInter_mem (finite_le_nat n)).2 (λ m _, (set_seq_aux hf U_mem m).2.fst) | lemma | sequentially_complete.set_seq_mem | topology.uniform_space | src/topology/uniform_space/cauchy.lean | [
"topology.algebra.constructions",
"topology.bases",
"topology.uniform_space.basic"
] | [] | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 | |
set_seq_mono ⦃m n : ℕ⦄ (h : m ≤ n) : set_seq hf U_mem n ⊆ set_seq hf U_mem m | bInter_subset_bInter_left (λ k hk, le_trans hk h) | lemma | sequentially_complete.set_seq_mono | topology.uniform_space | src/topology/uniform_space/cauchy.lean | [
"topology.algebra.constructions",
"topology.bases",
"topology.uniform_space.basic"
] | [] | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 | |
set_seq_sub_aux (n : ℕ) : set_seq hf U_mem n ⊆ set_seq_aux hf U_mem n | bInter_subset_of_mem right_mem_Iic | lemma | sequentially_complete.set_seq_sub_aux | topology.uniform_space | src/topology/uniform_space/cauchy.lean | [
"topology.algebra.constructions",
"topology.bases",
"topology.uniform_space.basic"
] | [] | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 | |
set_seq_prod_subset {N m n} (hm : N ≤ m) (hn : N ≤ n) :
set_seq hf U_mem m ×ˢ set_seq hf U_mem n ⊆ U N | begin
assume p hp,
refine (set_seq_aux hf U_mem N).2.snd ⟨_, _⟩;
apply set_seq_sub_aux,
exact set_seq_mono hf U_mem hm hp.1,
exact set_seq_mono hf U_mem hn hp.2
end | lemma | sequentially_complete.set_seq_prod_subset | topology.uniform_space | src/topology/uniform_space/cauchy.lean | [
"topology.algebra.constructions",
"topology.bases",
"topology.uniform_space.basic"
] | [] | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 | |
seq (n : ℕ) : α | some $ hf.1.nonempty_of_mem (set_seq_mem hf U_mem n) | def | sequentially_complete.seq | topology.uniform_space | src/topology/uniform_space/cauchy.lean | [
"topology.algebra.constructions",
"topology.bases",
"topology.uniform_space.basic"
] | [] | A sequence of points such that `seq n ∈ set_seq n`. Here `set_seq` is an antitone
sequence of sets `set_seq n ∈ f` with diameters controlled by a given sequence
of entourages. | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 |
seq_mem (n : ℕ) : seq hf U_mem n ∈ set_seq hf U_mem n | some_spec $ hf.1.nonempty_of_mem (set_seq_mem hf U_mem n) | lemma | sequentially_complete.seq_mem | topology.uniform_space | src/topology/uniform_space/cauchy.lean | [
"topology.algebra.constructions",
"topology.bases",
"topology.uniform_space.basic"
] | [] | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 | |
seq_pair_mem ⦃N m n : ℕ⦄ (hm : N ≤ m) (hn : N ≤ n) :
(seq hf U_mem m, seq hf U_mem n) ∈ U N | set_seq_prod_subset hf U_mem hm hn ⟨seq_mem hf U_mem m, seq_mem hf U_mem n⟩ | lemma | sequentially_complete.seq_pair_mem | topology.uniform_space | src/topology/uniform_space/cauchy.lean | [
"topology.algebra.constructions",
"topology.bases",
"topology.uniform_space.basic"
] | [] | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 | |
seq_is_cauchy_seq : cauchy_seq $ seq hf U_mem | cauchy_seq_of_controlled U U_le $ seq_pair_mem hf U_mem | theorem | sequentially_complete.seq_is_cauchy_seq | topology.uniform_space | src/topology/uniform_space/cauchy.lean | [
"topology.algebra.constructions",
"topology.bases",
"topology.uniform_space.basic"
] | [
"cauchy_seq",
"cauchy_seq_of_controlled"
] | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 | |
le_nhds_of_seq_tendsto_nhds ⦃a : α⦄ (ha : tendsto (seq hf U_mem) at_top (𝓝 a)) :
f ≤ 𝓝 a | le_nhds_of_cauchy_adhp_aux
begin
assume s hs,
rcases U_le s hs with ⟨m, hm⟩,
rcases tendsto_at_top'.1 ha _ (mem_nhds_left a (U_mem m)) with ⟨n, hn⟩,
refine ⟨set_seq hf U_mem (max m n), set_seq_mem hf U_mem _, _,
seq hf U_mem (max m n), _, seq_mem hf U_mem _⟩,
{ have := le_max_left m n,
exact set... | theorem | sequentially_complete.le_nhds_of_seq_tendsto_nhds | topology.uniform_space | src/topology/uniform_space/cauchy.lean | [
"topology.algebra.constructions",
"topology.bases",
"topology.uniform_space.basic"
] | [
"le_nhds_of_cauchy_adhp_aux",
"mem_nhds_left",
"set.subset.trans"
] | If the sequence `sequentially_complete.seq` converges to `a`, then `f ≤ 𝓝 a`. | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 |
complete_of_convergent_controlled_sequences (U : ℕ → set (α × α)) (U_mem : ∀ n, U n ∈ 𝓤 α)
(HU : ∀ u : ℕ → α, (∀ N m n, N ≤ m → N ≤ n → (u m, u n) ∈ U N) → ∃ a, tendsto u at_top (𝓝 a)) :
complete_space α | begin
obtain ⟨U', U'_mono, hU'⟩ := (𝓤 α).exists_antitone_seq,
have Hmem : ∀ n, U n ∩ U' n ∈ 𝓤 α,
from λ n, inter_mem (U_mem n) (hU'.2 ⟨n, subset.refl _⟩),
refine ⟨λ f hf, (HU (seq hf Hmem) (λ N m n hm hn, _)).imp $
le_nhds_of_seq_tendsto_nhds _ _ (λ s hs, _)⟩,
{ rcases (hU'.1 hs) with ⟨N, hN⟩,
exa... | theorem | uniform_space.complete_of_convergent_controlled_sequences | topology.uniform_space | src/topology/uniform_space/cauchy.lean | [
"topology.algebra.constructions",
"topology.bases",
"topology.uniform_space.basic"
] | [
"complete_space"
] | A uniform space is complete provided that (a) its uniformity filter has a countable basis;
(b) any sequence satisfying a "controlled" version of the Cauchy condition converges. | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 |
complete_of_cauchy_seq_tendsto
(H' : ∀ u : ℕ → α, cauchy_seq u → ∃a, tendsto u at_top (𝓝 a)) :
complete_space α | let ⟨U', U'_mono, hU'⟩ := (𝓤 α).exists_antitone_seq in
complete_of_convergent_controlled_sequences U' (λ n, hU'.2 ⟨n, subset.refl _⟩)
(λ u hu, H' u $ cauchy_seq_of_controlled U' (λ s hs, hU'.1 hs) hu) | theorem | uniform_space.complete_of_cauchy_seq_tendsto | topology.uniform_space | src/topology/uniform_space/cauchy.lean | [
"topology.algebra.constructions",
"topology.bases",
"topology.uniform_space.basic"
] | [
"cauchy_seq",
"cauchy_seq_of_controlled",
"complete_space"
] | A sequentially complete uniform space with a countable basis of the uniformity filter is
complete. | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 |
first_countable_topology : first_countable_topology α | ⟨λ a, by { rw nhds_eq_comap_uniformity, apply_instance }⟩ | instance | uniform_space.first_countable_topology | topology.uniform_space | src/topology/uniform_space/cauchy.lean | [
"topology.algebra.constructions",
"topology.bases",
"topology.uniform_space.basic"
] | [
"nhds_eq_comap_uniformity"
] | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 | |
second_countable_of_separable [separable_space α] : second_countable_topology α | begin
rcases exists_countable_dense α with ⟨s, hsc, hsd⟩,
obtain ⟨t : ℕ → set (α × α),
hto : ∀ (i : ℕ), t i ∈ (𝓤 α).sets ∧ is_open (t i) ∧ symmetric_rel (t i),
h_basis : (𝓤 α).has_antitone_basis t⟩ :=
(@uniformity_has_basis_open_symmetric α _).exists_antitone_subbasis,
choose ht_mem hto hts using ... | lemma | uniform_space.second_countable_of_separable | topology.uniform_space | src/topology/uniform_space/cauchy.lean | [
"topology.algebra.constructions",
"topology.bases",
"topology.uniform_space.basic"
] | [
"ball_subset_of_comp_subset",
"comp_symm_of_uniformity",
"exists_prop",
"is_open",
"is_open.mem_nhds",
"symmetric_rel",
"uniform_space.mem_ball_self",
"uniformity_has_basis_open_symmetric"
] | A separable uniform space with countably generated uniformity filter is second countable:
one obtains a countable basis by taking the balls centered at points in a dense subset,
and with rational "radii" from a countable open symmetric antitone basis of `𝓤 α`. We do not
register this as an instance, as there is alread... | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 |
nhds_set_diagonal_eq_uniformity [compact_space α] : 𝓝ˢ (diagonal α) = 𝓤 α | begin
refine nhds_set_diagonal_le_uniformity.antisymm _,
have : (𝓤 (α × α)).has_basis (λ U, U ∈ 𝓤 α)
(λ U, (λ p : (α × α) × α × α, ((p.1.1, p.2.1), p.1.2, p.2.2)) ⁻¹' U ×ˢ U),
{ rw [uniformity_prod_eq_comap_prod],
exact (𝓤 α).basis_sets.prod_self.comap _ },
refine (is_compact_diagonal.nhds_set_basis_... | lemma | nhds_set_diagonal_eq_uniformity | topology.uniform_space | src/topology/uniform_space/compact.lean | [
"topology.uniform_space.uniform_convergence",
"topology.uniform_space.equicontinuity",
"topology.separation",
"topology.support"
] | [
"compact_space",
"refl_mem_uniformity",
"uniformity_prod_eq_comap_prod"
] | On a compact uniform space, the topology determines the uniform structure, entourages are
exactly the neighborhoods of the diagonal. | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 |
compact_space_uniformity [compact_space α] : 𝓤 α = ⨆ x, 𝓝 (x, x) | nhds_set_diagonal_eq_uniformity.symm.trans (nhds_set_diagonal _) | lemma | compact_space_uniformity | topology.uniform_space | src/topology/uniform_space/compact.lean | [
"topology.uniform_space.uniform_convergence",
"topology.uniform_space.equicontinuity",
"topology.separation",
"topology.support"
] | [
"compact_space",
"nhds_set_diagonal"
] | On a compact uniform space, the topology determines the uniform structure, entourages are
exactly the neighborhoods of the diagonal. | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 |
unique_uniformity_of_compact [t : topological_space γ] [compact_space γ]
{u u' : uniform_space γ} (h : u.to_topological_space = t) (h' : u'.to_topological_space = t) :
u = u' | begin
apply uniform_space_eq,
change uniformity _ = uniformity _,
haveI : @compact_space γ u.to_topological_space, { rwa h },
haveI : @compact_space γ u'.to_topological_space, { rwa h' },
rw [compact_space_uniformity, compact_space_uniformity, h, h']
end | lemma | unique_uniformity_of_compact | topology.uniform_space | src/topology/uniform_space/compact.lean | [
"topology.uniform_space.uniform_convergence",
"topology.uniform_space.equicontinuity",
"topology.separation",
"topology.support"
] | [
"compact_space",
"compact_space_uniformity",
"topological_space",
"uniform_space",
"uniform_space_eq",
"uniformity"
] | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 | |
uniform_space_of_compact_t2 [topological_space γ] [compact_space γ] [t2_space γ] :
uniform_space γ | { uniformity := 𝓝ˢ (diagonal γ),
refl := principal_le_nhds_set,
symm := continuous_swap.tendsto_nhds_set $ λ x, eq.symm,
comp := begin
/-
This is the difficult part of the proof. We need to prove that, for each neighborhood `W`
of the diagonal `Δ`, there exists a smaller neighborhood `V` such that `V... | def | uniform_space_of_compact_t2 | topology.uniform_space | src/topology/uniform_space/compact.lean | [
"topology.uniform_space.uniform_convergence",
"topology.uniform_space.equicontinuity",
"topology.separation",
"topology.support"
] | [
"by_contra",
"closure",
"closure_compl",
"cluster_point_of_compact",
"cluster_pt",
"compact_space",
"compl_singleton_mem_nhds",
"disjoint_nested_nhds",
"em",
"filter.comap",
"interior",
"is_open",
"is_open.mem_nhds",
"is_open.prod",
"is_open.union",
"is_open_fold",
"is_open_iff_mem_n... | The unique uniform structure inducing a given compact topological structure. | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 |
compact_space.uniform_continuous_of_continuous [compact_space α]
{f : α → β} (h : continuous f) : uniform_continuous f | have tendsto (prod.map f f) (𝓝ˢ (diagonal α)) (𝓝ˢ (diagonal β)),
from (h.prod_map h).tendsto_nhds_set maps_to_prod_map_diagonal,
(this.mono_left nhds_set_diagonal_eq_uniformity.ge).mono_right nhds_set_diagonal_le_uniformity | lemma | compact_space.uniform_continuous_of_continuous | topology.uniform_space | src/topology/uniform_space/compact.lean | [
"topology.uniform_space.uniform_convergence",
"topology.uniform_space.equicontinuity",
"topology.separation",
"topology.support"
] | [
"compact_space",
"continuous",
"nhds_set_diagonal_le_uniformity",
"uniform_continuous"
] | Heine-Cantor: a continuous function on a compact uniform space is uniformly
continuous. | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 |
is_compact.uniform_continuous_on_of_continuous {s : set α} {f : α → β}
(hs : is_compact s) (hf : continuous_on f s) : uniform_continuous_on f s | begin
rw uniform_continuous_on_iff_restrict,
rw is_compact_iff_compact_space at hs,
rw continuous_on_iff_continuous_restrict at hf,
resetI,
exact compact_space.uniform_continuous_of_continuous hf,
end | lemma | is_compact.uniform_continuous_on_of_continuous | topology.uniform_space | src/topology/uniform_space/compact.lean | [
"topology.uniform_space.uniform_convergence",
"topology.uniform_space.equicontinuity",
"topology.separation",
"topology.support"
] | [
"compact_space.uniform_continuous_of_continuous",
"continuous_on",
"continuous_on_iff_continuous_restrict",
"is_compact",
"is_compact_iff_compact_space",
"uniform_continuous_on",
"uniform_continuous_on_iff_restrict"
] | Heine-Cantor: a continuous function on a compact set of a uniform space is uniformly
continuous. | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 |
is_compact.uniform_continuous_at_of_continuous_at {r : set (β × β)} {s : set α}
(hs : is_compact s) (f : α → β) (hf : ∀ a ∈ s, continuous_at f a) (hr : r ∈ 𝓤 β) :
{x : α × α | x.1 ∈ s → (f x.1, f x.2) ∈ r} ∈ 𝓤 α | begin
obtain ⟨t, ht, htsymm, htr⟩ := comp_symm_mem_uniformity_sets hr,
choose U hU T hT hb using λ a ha, exists_mem_nhds_ball_subset_of_mem_nhds
((hf a ha).preimage_mem_nhds $ mem_nhds_left _ ht),
obtain ⟨fs, hsU⟩ := hs.elim_nhds_subcover' U hU,
apply mem_of_superset ((bInter_finset_mem fs).2 $ λ a _, hT a ... | lemma | is_compact.uniform_continuous_at_of_continuous_at | topology.uniform_space | src/topology/uniform_space/compact.lean | [
"topology.uniform_space.uniform_convergence",
"topology.uniform_space.equicontinuity",
"topology.separation",
"topology.support"
] | [
"comp_symm_mem_uniformity_sets",
"continuous_at",
"exists_mem_nhds_ball_subset_of_mem_nhds",
"is_compact",
"mem_nhds_left"
] | If `s` is compact and `f` is continuous at all points of `s`, then `f` is
"uniformly continuous at the set `s`", i.e. `f x` is close to `f y` whenever `x ∈ s` and `y` is
close to `x` (even if `y` is not itself in `s`, so this is a stronger assertion than
`uniform_continuous_on s`). | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 |
continuous.uniform_continuous_of_tendsto_cocompact {f : α → β} {x : β}
(h_cont : continuous f) (hx : tendsto f (cocompact α) (𝓝 x)) : uniform_continuous f | uniform_continuous_def.2 $ λ r hr, begin
obtain ⟨t, ht, htsymm, htr⟩ := comp_symm_mem_uniformity_sets hr,
obtain ⟨s, hs, hst⟩ := mem_cocompact.1 (hx $ mem_nhds_left _ ht),
apply mem_of_superset (symmetrize_mem_uniformity $ hs.uniform_continuous_at_of_continuous_at
f (λ _ _, h_cont.continuous_at) $ symmetrize_... | lemma | continuous.uniform_continuous_of_tendsto_cocompact | topology.uniform_space | src/topology/uniform_space/compact.lean | [
"topology.uniform_space.uniform_convergence",
"topology.uniform_space.equicontinuity",
"topology.separation",
"topology.support"
] | [
"comp_symm_mem_uniformity_sets",
"continuous",
"mem_nhds_left",
"symmetrize_mem_uniformity",
"uniform_continuous"
] | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 | |
has_compact_mul_support.is_one_at_infty {f : α → γ} [topological_space γ] [has_one γ]
(h : has_compact_mul_support f) : tendsto f (cocompact α) (𝓝 1) | begin
-- porting note: move to src/topology/support.lean once the port is over
intros N hN,
rw [mem_map, mem_cocompact'],
refine ⟨mul_tsupport f, h.is_compact, _⟩,
rw compl_subset_comm,
intros v hv,
rw [mem_preimage, image_eq_one_of_nmem_mul_tsupport hv],
exact mem_of_mem_nhds hN,
end | lemma | has_compact_mul_support.is_one_at_infty | topology.uniform_space | src/topology/uniform_space/compact.lean | [
"topology.uniform_space.uniform_convergence",
"topology.uniform_space.equicontinuity",
"topology.separation",
"topology.support"
] | [
"has_compact_mul_support",
"image_eq_one_of_nmem_mul_tsupport",
"mem_map",
"mem_of_mem_nhds",
"topological_space"
] | If `f` has compact multiplicative support, then `f` tends to 1 at infinity. | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 |
has_compact_mul_support.uniform_continuous_of_continuous {f : α → β} [has_one β]
(h1 : has_compact_mul_support f) (h2 : continuous f) : uniform_continuous f | h2.uniform_continuous_of_tendsto_cocompact h1.is_one_at_infty | lemma | has_compact_mul_support.uniform_continuous_of_continuous | topology.uniform_space | src/topology/uniform_space/compact.lean | [
"topology.uniform_space.uniform_convergence",
"topology.uniform_space.equicontinuity",
"topology.separation",
"topology.support"
] | [
"continuous",
"has_compact_mul_support",
"uniform_continuous"
] | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 | |
continuous_on.tendsto_uniformly [locally_compact_space α] [compact_space β]
[uniform_space γ] {f : α → β → γ} {x : α} {U : set α}
(hxU : U ∈ 𝓝 x) (h : continuous_on ↿f (U ×ˢ univ)) :
tendsto_uniformly f (f x) (𝓝 x) | begin
rcases locally_compact_space.local_compact_nhds _ _ hxU with ⟨K, hxK, hKU, hK⟩,
have : uniform_continuous_on ↿f (K ×ˢ univ),
from is_compact.uniform_continuous_on_of_continuous (hK.prod is_compact_univ)
(h.mono $ prod_mono hKU subset.rfl),
exact this.tendsto_uniformly hxK
end | lemma | continuous_on.tendsto_uniformly | topology.uniform_space | src/topology/uniform_space/compact.lean | [
"topology.uniform_space.uniform_convergence",
"topology.uniform_space.equicontinuity",
"topology.separation",
"topology.support"
] | [
"compact_space",
"continuous_on",
"is_compact.uniform_continuous_on_of_continuous",
"is_compact_univ",
"locally_compact_space",
"tendsto_uniformly",
"uniform_continuous_on",
"uniform_space"
] | A family of functions `α → β → γ` tends uniformly to its value at `x` if `α` is locally compact,
`β` is compact and `f` is continuous on `U × (univ : set β)` for some neighborhood `U` of `x`. | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 |
continuous.tendsto_uniformly [locally_compact_space α] [compact_space β] [uniform_space γ]
(f : α → β → γ) (h : continuous ↿f) (x : α) : tendsto_uniformly f (f x) (𝓝 x) | h.continuous_on.tendsto_uniformly univ_mem | lemma | continuous.tendsto_uniformly | topology.uniform_space | src/topology/uniform_space/compact.lean | [
"topology.uniform_space.uniform_convergence",
"topology.uniform_space.equicontinuity",
"topology.separation",
"topology.support"
] | [
"compact_space",
"continuous",
"locally_compact_space",
"tendsto_uniformly",
"uniform_space"
] | A continuous family of functions `α → β → γ` tends uniformly to its value at `x` if `α` is
locally compact and `β` is compact. | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 |
compact_space.uniform_equicontinuous_of_equicontinuous {ι : Type*} {F : ι → β → α}
[compact_space β] (h : equicontinuous F) :
uniform_equicontinuous F | begin
rw equicontinuous_iff_continuous at h,
rw uniform_equicontinuous_iff_uniform_continuous,
exact compact_space.uniform_continuous_of_continuous h
end | lemma | compact_space.uniform_equicontinuous_of_equicontinuous | topology.uniform_space | src/topology/uniform_space/compact.lean | [
"topology.uniform_space.uniform_convergence",
"topology.uniform_space.equicontinuity",
"topology.separation",
"topology.support"
] | [
"compact_space",
"compact_space.uniform_continuous_of_continuous",
"equicontinuous",
"equicontinuous_iff_continuous",
"uniform_equicontinuous",
"uniform_equicontinuous_iff_uniform_continuous"
] | An equicontinuous family of functions defined on a compact uniform space is automatically
uniformly equicontinuous. | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 |
compact_conv_nhd : set C(α, β) | { g | ∀ (x ∈ K), (f x, g x) ∈ V } | def | continuous_map.compact_conv_nhd | topology.uniform_space | src/topology/uniform_space/compact_convergence.lean | [
"topology.compact_open",
"topology.uniform_space.uniform_convergence"
] | [] | Given `K ⊆ α`, `V ⊆ β × β`, and `f : C(α, β)`, we define `compact_conv_nhd K V f` to be the set
of `g : C(α, β)` that are `V`-close to `f` on `K`. | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 |
self_mem_compact_conv_nhd (hV : V ∈ 𝓤 β) : f ∈ compact_conv_nhd K V f | λ x hx, refl_mem_uniformity hV | lemma | continuous_map.self_mem_compact_conv_nhd | topology.uniform_space | src/topology/uniform_space/compact_convergence.lean | [
"topology.compact_open",
"topology.uniform_space.uniform_convergence"
] | [
"refl_mem_uniformity"
] | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 | |
compact_conv_nhd_mono {V' : set (β × β)} (hV' : V' ⊆ V) :
compact_conv_nhd K V' f ⊆ compact_conv_nhd K V f | λ x hx a ha, hV' (hx a ha) | lemma | continuous_map.compact_conv_nhd_mono | topology.uniform_space | src/topology/uniform_space/compact_convergence.lean | [
"topology.compact_open",
"topology.uniform_space.uniform_convergence"
] | [] | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 | |
compact_conv_nhd_mem_comp {g₁ g₂ : C(α, β)} {V' : set (β × β)}
(hg₁ : g₁ ∈ compact_conv_nhd K V f) (hg₂ : g₂ ∈ compact_conv_nhd K V' g₁) :
g₂ ∈ compact_conv_nhd K (V ○ V') f | λ x hx, ⟨g₁ x, hg₁ x hx, hg₂ x hx⟩ | lemma | continuous_map.compact_conv_nhd_mem_comp | topology.uniform_space | src/topology/uniform_space/compact_convergence.lean | [
"topology.compact_open",
"topology.uniform_space.uniform_convergence"
] | [] | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 | |
compact_conv_nhd_nhd_basis (hV : V ∈ 𝓤 β) :
∃ (V' ∈ 𝓤 β), V' ⊆ V ∧ ∀ (g ∈ compact_conv_nhd K V' f),
compact_conv_nhd K V' g ⊆ compact_conv_nhd K V f | begin
obtain ⟨V', h₁, h₂⟩ := comp_mem_uniformity_sets hV,
exact ⟨V', h₁, subset.trans (subset_comp_self_of_mem_uniformity h₁) h₂, λ g hg g' hg',
compact_conv_nhd_mono f h₂ (compact_conv_nhd_mem_comp f hg hg')⟩,
end | lemma | continuous_map.compact_conv_nhd_nhd_basis | topology.uniform_space | src/topology/uniform_space/compact_convergence.lean | [
"topology.compact_open",
"topology.uniform_space.uniform_convergence"
] | [
"comp_mem_uniformity_sets",
"subset_comp_self_of_mem_uniformity"
] | A key property of `compact_conv_nhd`. It allows us to apply
`topological_space.nhds_mk_of_nhds_filter_basis` below. | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 |
compact_conv_nhd_subset_inter (K₁ K₂ : set α) (V₁ V₂ : set (β × β)) :
compact_conv_nhd (K₁ ∪ K₂) (V₁ ∩ V₂) f ⊆
compact_conv_nhd K₁ V₁ f ∩ compact_conv_nhd K₂ V₂ f | λ g hg, ⟨λ x hx, mem_of_mem_inter_left (hg x (mem_union_left K₂ hx)),
λ x hx, mem_of_mem_inter_right (hg x (mem_union_right K₁ hx))⟩ | lemma | continuous_map.compact_conv_nhd_subset_inter | topology.uniform_space | src/topology/uniform_space/compact_convergence.lean | [
"topology.compact_open",
"topology.uniform_space.uniform_convergence"
] | [] | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 | |
compact_conv_nhd_compact_entourage_nonempty :
{ KV : set α × set (β × β) | is_compact KV.1 ∧ KV.2 ∈ 𝓤 β }.nonempty | ⟨⟨∅, univ⟩, is_compact_empty, filter.univ_mem⟩ | lemma | continuous_map.compact_conv_nhd_compact_entourage_nonempty | topology.uniform_space | src/topology/uniform_space/compact_convergence.lean | [
"topology.compact_open",
"topology.uniform_space.uniform_convergence"
] | [
"is_compact",
"is_compact_empty"
] | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 | |
compact_conv_nhd_filter_is_basis : filter.is_basis
(λ (KV : set α × set (β × β)), is_compact KV.1 ∧ KV.2 ∈ 𝓤 β)
(λ KV, compact_conv_nhd KV.1 KV.2 f) | { nonempty := compact_conv_nhd_compact_entourage_nonempty,
inter :=
begin
rintros ⟨K₁, V₁⟩ ⟨K₂, V₂⟩ ⟨hK₁, hV₁⟩ ⟨hK₂, hV₂⟩,
exact ⟨⟨K₁ ∪ K₂, V₁ ∩ V₂⟩, ⟨hK₁.union hK₂, filter.inter_mem hV₁ hV₂⟩,
compact_conv_nhd_subset_inter f K₁ K₂ V₁ V₂⟩,
end, } | lemma | continuous_map.compact_conv_nhd_filter_is_basis | topology.uniform_space | src/topology/uniform_space/compact_convergence.lean | [
"topology.compact_open",
"topology.uniform_space.uniform_convergence"
] | [
"filter.inter_mem",
"filter.is_basis",
"is_compact"
] | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 | |
compact_convergence_filter_basis (f : C(α, β)) : filter_basis C(α, β) | (compact_conv_nhd_filter_is_basis f).filter_basis | def | continuous_map.compact_convergence_filter_basis | topology.uniform_space | src/topology/uniform_space/compact_convergence.lean | [
"topology.compact_open",
"topology.uniform_space.uniform_convergence"
] | [
"filter_basis"
] | A filter basis for the neighbourhood filter of a point in the compact-convergence topology. | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 |
mem_compact_convergence_nhd_filter (Y : set C(α, β)) :
Y ∈ (compact_convergence_filter_basis f).filter ↔
∃ (K : set α) (V : set (β × β)) (hK : is_compact K) (hV : V ∈ 𝓤 β), compact_conv_nhd K V f ⊆ Y | begin
split,
{ rintros ⟨X, ⟨⟨K, V⟩, ⟨hK, hV⟩, rfl⟩, hY⟩,
exact ⟨K, V, hK, hV, hY⟩, },
{ rintros ⟨K, V, hK, hV, hY⟩,
exact ⟨compact_conv_nhd K V f, ⟨⟨K, V⟩, ⟨hK, hV⟩, rfl⟩, hY⟩, },
end | lemma | continuous_map.mem_compact_convergence_nhd_filter | topology.uniform_space | src/topology/uniform_space/compact_convergence.lean | [
"topology.compact_open",
"topology.uniform_space.uniform_convergence"
] | [
"filter",
"is_compact"
] | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 | |
compact_convergence_topology : topological_space C(α, β) | topological_space.mk_of_nhds $ λ f, (compact_convergence_filter_basis f).filter | def | continuous_map.compact_convergence_topology | topology.uniform_space | src/topology/uniform_space/compact_convergence.lean | [
"topology.compact_open",
"topology.uniform_space.uniform_convergence"
] | [
"filter",
"topological_space",
"topological_space.mk_of_nhds"
] | The compact-convergence topology. In fact, see `compact_open_eq_compact_convergence` this is
the same as the compact-open topology. This definition is thus an auxiliary convenience definition
and is unlikely to be of direct use. | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 |
nhds_compact_convergence :
@nhds _ compact_convergence_topology f = (compact_convergence_filter_basis f).filter | begin
rw topological_space.nhds_mk_of_nhds_filter_basis;
rintros g - ⟨⟨K, V⟩, ⟨hK, hV⟩, rfl⟩,
{ exact self_mem_compact_conv_nhd g hV, },
{ obtain ⟨V', hV', h₁, h₂⟩ := compact_conv_nhd_nhd_basis g hV,
exact ⟨compact_conv_nhd K V' g, ⟨⟨K, V'⟩, ⟨hK, hV'⟩, rfl⟩, compact_conv_nhd_mono g h₁,
λ g' hg', ⟨comp... | lemma | continuous_map.nhds_compact_convergence | topology.uniform_space | src/topology/uniform_space/compact_convergence.lean | [
"topology.compact_open",
"topology.uniform_space.uniform_convergence"
] | [
"filter",
"nhds",
"topological_space.nhds_mk_of_nhds_filter_basis"
] | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 | |
has_basis_nhds_compact_convergence :
has_basis (@nhds _ compact_convergence_topology f)
(λ (p : set α × set (β × β)), is_compact p.1 ∧ p.2 ∈ 𝓤 β) (λ p, compact_conv_nhd p.1 p.2 f) | (nhds_compact_convergence f).symm ▸ (compact_conv_nhd_filter_is_basis f).has_basis | lemma | continuous_map.has_basis_nhds_compact_convergence | topology.uniform_space | src/topology/uniform_space/compact_convergence.lean | [
"topology.compact_open",
"topology.uniform_space.uniform_convergence"
] | [
"is_compact",
"nhds"
] | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 | |
tendsto_iff_forall_compact_tendsto_uniformly_on'
{ι : Type u₃} {p : filter ι} {F : ι → C(α, β)} :
filter.tendsto F p (@nhds _ compact_convergence_topology f) ↔
∀ K, is_compact K → tendsto_uniformly_on (λ i a, F i a) f p K | begin
simp only [(has_basis_nhds_compact_convergence f).tendsto_right_iff, tendsto_uniformly_on,
and_imp, prod.forall],
refine forall_congr (λ K, _),
rw forall_swap,
exact forall₃_congr (λ hK V hV, iff.rfl),
end | lemma | continuous_map.tendsto_iff_forall_compact_tendsto_uniformly_on' | topology.uniform_space | src/topology/uniform_space/compact_convergence.lean | [
"topology.compact_open",
"topology.uniform_space.uniform_convergence"
] | [
"and_imp",
"filter",
"filter.tendsto",
"forall_swap",
"forall₃_congr",
"is_compact",
"nhds",
"tendsto_uniformly_on"
] | This is an auxiliary lemma and is unlikely to be of direct use outside of this file. See
`tendsto_iff_forall_compact_tendsto_uniformly_on` below for the useful version where the topology
is picked up via typeclass inference. | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 |
compact_conv_nhd_subset_compact_open (hK : is_compact K) {U : set β} (hU : is_open U)
(hf : f ∈ compact_open.gen K U) :
∃ (V ∈ 𝓤 β), is_open V ∧ compact_conv_nhd K V f ⊆ compact_open.gen K U | begin
obtain ⟨V, hV₁, hV₂, hV₃⟩ := lebesgue_number_of_compact_open (hK.image f.continuous) hU hf,
refine ⟨V, hV₁, hV₂, _⟩,
rintros g hg _ ⟨x, hx, rfl⟩,
exact hV₃ (f x) ⟨x, hx, rfl⟩ (hg x hx),
end | lemma | continuous_map.compact_conv_nhd_subset_compact_open | topology.uniform_space | src/topology/uniform_space/compact_convergence.lean | [
"topology.compact_open",
"topology.uniform_space.uniform_convergence"
] | [
"is_compact",
"is_open",
"lebesgue_number_of_compact_open"
] | Any point of `compact_open.gen K U` is also an interior point wrt the topology of compact
convergence.
The topology of compact convergence is thus at least as fine as the compact-open topology. | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 |
Inter_compact_open_gen_subset_compact_conv_nhd (hK : is_compact K) (hV : V ∈ 𝓤 β) :
∃ (ι : Sort (u₁ + 1)) [fintype ι]
(C : ι → set α) (hC : ∀ i, is_compact (C i))
(U : ι → set β) (hU : ∀ i, is_open (U i)),
(f ∈ ⋂ i, compact_open.gen (C i) (U i)) ∧
(⋂ i, compact_open.gen (C i) (U i)) ⊆ compact_conv_nhd K V f | begin
obtain ⟨W, hW₁, hW₄, hW₂, hW₃⟩ := comp_open_symm_mem_uniformity_sets hV,
obtain ⟨Z, hZ₁, hZ₄, hZ₂, hZ₃⟩ := comp_open_symm_mem_uniformity_sets hW₁,
let U : α → set α := λ x, f⁻¹' (ball (f x) Z),
have hU : ∀ x, is_open (U x) := λ x, f.continuous.is_open_preimage _ (is_open_ball _ hZ₄),
have hUK : K ⊆ ⋃ (x... | lemma | continuous_map.Inter_compact_open_gen_subset_compact_conv_nhd | topology.uniform_space | src/topology/uniform_space/compact_convergence.lean | [
"topology.compact_open",
"topology.uniform_space.uniform_convergence"
] | [
"ball_mono",
"closure",
"closure_mono",
"comp_open_symm_mem_uniformity_sets",
"exists_prop",
"fintype",
"is_closed_closure",
"is_compact",
"is_open",
"mem_ball_comp",
"mem_ball_symmetry",
"set_coe.forall",
"subset_closure",
"subtype.coe_mk"
] | The point `f` in `compact_conv_nhd K V f` is also an interior point wrt the compact-open
topology.
Since `compact_conv_nhd K V f` are a neighbourhood basis at `f` for each `f`, it follows that
the compact-open topology is at least as fine as the topology of compact convergence. | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 |
compact_open_eq_compact_convergence :
continuous_map.compact_open = (compact_convergence_topology : topological_space C(α, β)) | begin
rw [compact_convergence_topology, continuous_map.compact_open],
refine le_antisymm _ _,
{ refine λ X hX, is_open_iff_forall_mem_open.mpr (λ f hf, _),
have hXf : X ∈ (compact_convergence_filter_basis f).filter,
{ rw ← nhds_compact_convergence,
exact @is_open.mem_nhds C(α, β) compact_convergence... | lemma | continuous_map.compact_open_eq_compact_convergence | topology.uniform_space | src/topology/uniform_space/compact_convergence.lean | [
"topology.compact_open",
"topology.uniform_space.uniform_convergence"
] | [
"and_imp",
"continuous_map.compact_open",
"continuous_map.is_open_gen",
"exists_prop",
"filter",
"filter.mem_of_superset",
"filter_basis.mem_filter_of_mem",
"forall_exists_index",
"is_open.mem_nhds",
"is_open_Inter",
"topological_space",
"topological_space.le_generate_from_iff_subset_is_open"
... | The compact-open topology is equal to the compact-convergence topology. | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 |
compact_convergence_uniformity : filter (C(α, β) × C(α, β)) | ⨅ KV ∈ { KV : set α × set (β × β) | is_compact KV.1 ∧ KV.2 ∈ 𝓤 β },
𝓟 { fg : C(α, β) × C(α, β) | ∀ (x : α), x ∈ KV.1 → (fg.1 x, fg.2 x) ∈ KV.2 } | def | continuous_map.compact_convergence_uniformity | topology.uniform_space | src/topology/uniform_space/compact_convergence.lean | [
"topology.compact_open",
"topology.uniform_space.uniform_convergence"
] | [
"filter",
"is_compact"
] | The filter on `C(α, β) × C(α, β)` which underlies the uniform space structure on `C(α, β)`. | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 |
has_basis_compact_convergence_uniformity_aux :
has_basis (@compact_convergence_uniformity α β _ _)
(λ p : set α × set (β × β), is_compact p.1 ∧ p.2 ∈ 𝓤 β)
(λ p, { fg : C(α, β) × C(α, β) | ∀ x ∈ p.1, (fg.1 x, fg.2 x) ∈ p.2 }) | begin
refine filter.has_basis_binfi_principal _ compact_conv_nhd_compact_entourage_nonempty,
rintros ⟨K₁, V₁⟩ ⟨hK₁, hV₁⟩ ⟨K₂, V₂⟩ ⟨hK₂, hV₂⟩,
refine ⟨⟨K₁ ∪ K₂, V₁ ∩ V₂⟩, ⟨hK₁.union hK₂, filter.inter_mem hV₁ hV₂⟩, _⟩,
simp only [le_eq_subset, prod.forall, set_of_subset_set_of, ge_iff_le, order.preimage,
← ... | lemma | continuous_map.has_basis_compact_convergence_uniformity_aux | topology.uniform_space | src/topology/uniform_space/compact_convergence.lean | [
"topology.compact_open",
"topology.uniform_space.uniform_convergence"
] | [
"filter.has_basis_binfi_principal",
"filter.inter_mem",
"forall_and_distrib",
"forall_imp",
"ge_iff_le",
"is_compact",
"order.preimage"
] | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 | |
mem_compact_convergence_uniformity (X : set (C(α, β) × C(α, β))) :
X ∈ @compact_convergence_uniformity α β _ _ ↔
∃ (K : set α) (V : set (β × β)) (hK : is_compact K) (hV : V ∈ 𝓤 β),
{ fg : C(α, β) × C(α, β) | ∀ x ∈ K, (fg.1 x, fg.2 x) ∈ V } ⊆ X | by simp only [has_basis_compact_convergence_uniformity_aux.mem_iff, exists_prop, prod.exists,
and_assoc] | lemma | continuous_map.mem_compact_convergence_uniformity | topology.uniform_space | src/topology/uniform_space/compact_convergence.lean | [
"topology.compact_open",
"topology.uniform_space.uniform_convergence"
] | [
"exists_prop",
"is_compact"
] | An intermediate lemma. Usually `mem_compact_convergence_entourage_iff` is more useful. | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 |
compact_convergence_uniform_space : uniform_space C(α, β) | { uniformity := compact_convergence_uniformity,
refl :=
begin
simp only [compact_convergence_uniformity, and_imp, filter.le_principal_iff, prod.forall,
filter.mem_principal, mem_set_of_eq, le_infi_iff, id_rel_subset],
exact λ K V hK hV f x hx, refl_mem_uniformity hV,
end,
symm :=
beg... | instance | continuous_map.compact_convergence_uniform_space | topology.uniform_space | src/topology/uniform_space/compact_convergence.lean | [
"topology.compact_open",
"topology.uniform_space.uniform_convergence"
] | [
"and_imp",
"comp_mem_uniformity_sets",
"exists₄_congr",
"filter.eventually_of_mem",
"filter.le_principal_iff",
"filter.mem_lift'",
"filter.mem_of_superset",
"filter.mem_principal",
"filter.tendsto_infi",
"filter.tendsto_principal",
"forall₂_congr",
"id_rel_subset",
"is_open_uniformity",
"l... | Note that we ensure the induced topology is definitionally the compact-open topology. | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 |
mem_compact_convergence_entourage_iff (X : set (C(α, β) × C(α, β))) :
X ∈ 𝓤 C(α, β) ↔ ∃ (K : set α) (V : set (β × β)) (hK : is_compact K) (hV : V ∈ 𝓤 β),
{ fg : C(α, β) × C(α, β) | ∀ x ∈ K, (fg.1 x, fg.2 x) ∈ V } ⊆ X | mem_compact_convergence_uniformity X | lemma | continuous_map.mem_compact_convergence_entourage_iff | topology.uniform_space | src/topology/uniform_space/compact_convergence.lean | [
"topology.compact_open",
"topology.uniform_space.uniform_convergence"
] | [
"is_compact"
] | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 | |
has_basis_compact_convergence_uniformity :
has_basis (𝓤 C(α, β)) (λ p : set α × set (β × β), is_compact p.1 ∧ p.2 ∈ 𝓤 β)
(λ p, { fg : C(α, β) × C(α, β) | ∀ x ∈ p.1, (fg.1 x, fg.2 x) ∈ p.2 }) | has_basis_compact_convergence_uniformity_aux | lemma | continuous_map.has_basis_compact_convergence_uniformity | topology.uniform_space | src/topology/uniform_space/compact_convergence.lean | [
"topology.compact_open",
"topology.uniform_space.uniform_convergence"
] | [
"is_compact"
] | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 | |
_root_.filter.has_basis.compact_convergence_uniformity {ι : Type*} {pi : ι → Prop}
{s : ι → set (β × β)} (h : (𝓤 β).has_basis pi s) :
has_basis (𝓤 C(α, β)) (λ p : set α × ι, is_compact p.1 ∧ pi p.2)
(λ p, { fg : C(α, β) × C(α, β) | ∀ x ∈ p.1, (fg.1 x, fg.2 x) ∈ s p.2 }) | begin
refine has_basis_compact_convergence_uniformity.to_has_basis _ _,
{ rintro ⟨t₁, t₂⟩ ⟨h₁, h₂⟩,
rcases h.mem_iff.1 h₂ with ⟨i, hpi, hi⟩,
exact ⟨(t₁, i), ⟨h₁, hpi⟩, λ fg hfg x hx, hi (hfg _ hx)⟩ },
{ rintro ⟨t, i⟩ ⟨ht, hi⟩,
exact ⟨(t, s i), ⟨ht, h.mem_of_mem hi⟩, subset.rfl⟩ }
end | lemma | filter.has_basis.compact_convergence_uniformity | topology.uniform_space | src/topology/uniform_space/compact_convergence.lean | [
"topology.compact_open",
"topology.uniform_space.uniform_convergence"
] | [
"is_compact"
] | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 | |
tendsto_iff_forall_compact_tendsto_uniformly_on :
tendsto F p (𝓝 f) ↔ ∀ K, is_compact K → tendsto_uniformly_on (λ i a, F i a) f p K | by rw [compact_open_eq_compact_convergence, tendsto_iff_forall_compact_tendsto_uniformly_on'] | lemma | continuous_map.tendsto_iff_forall_compact_tendsto_uniformly_on | topology.uniform_space | src/topology/uniform_space/compact_convergence.lean | [
"topology.compact_open",
"topology.uniform_space.uniform_convergence"
] | [
"is_compact",
"tendsto_uniformly_on"
] | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 | |
tendsto_of_tendsto_locally_uniformly
(h : tendsto_locally_uniformly (λ i a, F i a) f p) : tendsto F p (𝓝 f) | begin
rw tendsto_iff_forall_compact_tendsto_uniformly_on,
intros K hK,
rw ← tendsto_locally_uniformly_on_iff_tendsto_uniformly_on_of_compact hK,
exact h.tendsto_locally_uniformly_on,
end | lemma | continuous_map.tendsto_of_tendsto_locally_uniformly | topology.uniform_space | src/topology/uniform_space/compact_convergence.lean | [
"topology.compact_open",
"topology.uniform_space.uniform_convergence"
] | [
"tendsto_locally_uniformly",
"tendsto_locally_uniformly_on_iff_tendsto_uniformly_on_of_compact"
] | Locally uniform convergence implies convergence in the compact-open topology. | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 |
tendsto_locally_uniformly_of_tendsto
(hα : ∀ x : α, ∃ n, is_compact n ∧ n ∈ 𝓝 x) (h : tendsto F p (𝓝 f)) :
tendsto_locally_uniformly (λ i a, F i a) f p | begin
rw tendsto_iff_forall_compact_tendsto_uniformly_on at h,
intros V hV x,
obtain ⟨n, hn₁, hn₂⟩ := hα x,
exact ⟨n, hn₂, h n hn₁ V hV⟩,
end | lemma | continuous_map.tendsto_locally_uniformly_of_tendsto | topology.uniform_space | src/topology/uniform_space/compact_convergence.lean | [
"topology.compact_open",
"topology.uniform_space.uniform_convergence"
] | [
"is_compact",
"tendsto_locally_uniformly"
] | If every point has a compact neighbourhood, then convergence in the compact-open topology
implies locally uniform convergence.
See also `tendsto_iff_tendsto_locally_uniformly`, especially for T2 spaces. | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 |
tendsto_iff_tendsto_locally_uniformly [locally_compact_space α] :
tendsto F p (𝓝 f) ↔ tendsto_locally_uniformly (λ i a, F i a) f p | ⟨tendsto_locally_uniformly_of_tendsto exists_compact_mem_nhds, tendsto_of_tendsto_locally_uniformly⟩ | lemma | continuous_map.tendsto_iff_tendsto_locally_uniformly | topology.uniform_space | src/topology/uniform_space/compact_convergence.lean | [
"topology.compact_open",
"topology.uniform_space.uniform_convergence"
] | [
"exists_compact_mem_nhds",
"locally_compact_space",
"tendsto_locally_uniformly"
] | Convergence in the compact-open topology is the same as locally uniform convergence on a locally
compact space.
For non-T2 spaces, the assumption `locally_compact_space α` is stronger than we need and in fact
the `←` direction is true unconditionally. See `tendsto_locally_uniformly_of_tendsto` and
`tendsto_of_tendsto_... | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 |
has_basis_compact_convergence_uniformity_of_compact :
has_basis (𝓤 C(α, β)) (λ V : set (β × β), V ∈ 𝓤 β)
(λ V, { fg : C(α, β) × C(α, β) | ∀ x, (fg.1 x, fg.2 x) ∈ V }) | has_basis_compact_convergence_uniformity.to_has_basis
(λ p hp, ⟨p.2, hp.2, λ fg hfg x hx, hfg x⟩)
(λ V hV, ⟨⟨univ, V⟩, ⟨is_compact_univ, hV⟩, λ fg hfg x, hfg x (mem_univ x)⟩) | lemma | continuous_map.has_basis_compact_convergence_uniformity_of_compact | topology.uniform_space | src/topology/uniform_space/compact_convergence.lean | [
"topology.compact_open",
"topology.uniform_space.uniform_convergence"
] | [] | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 | |
tendsto_iff_tendsto_uniformly :
tendsto F p (𝓝 f) ↔ tendsto_uniformly (λ i a, F i a) f p | begin
rw [tendsto_iff_forall_compact_tendsto_uniformly_on, ← tendsto_uniformly_on_univ],
exact ⟨λ h, h univ is_compact_univ, λ h K hK, h.mono (subset_univ K)⟩,
end | lemma | continuous_map.tendsto_iff_tendsto_uniformly | topology.uniform_space | src/topology/uniform_space/compact_convergence.lean | [
"topology.compact_open",
"topology.uniform_space.uniform_convergence"
] | [
"is_compact_univ",
"tendsto_uniformly",
"tendsto_uniformly_on_univ"
] | Convergence in the compact-open topology is the same as uniform convergence for sequences of
continuous functions on a compact space. | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 |
rat.uniform_space_eq :
(absolute_value.abs : absolute_value ℚ ℚ).uniform_space = pseudo_metric_space.to_uniform_space | begin
ext s,
rw [(absolute_value.has_basis_uniformity _).mem_iff, metric.uniformity_basis_dist_rat.mem_iff],
simp only [rat.dist_eq, absolute_value.abs_apply, ← rat.cast_sub, ← rat.cast_abs, rat.cast_lt,
abs_sub_comm]
end | lemma | rat.uniform_space_eq | topology.uniform_space | src/topology/uniform_space/compare_reals.lean | [
"topology.uniform_space.absolute_value",
"topology.instances.real",
"topology.instances.rat",
"topology.uniform_space.completion"
] | [
"abs_sub_comm",
"absolute_value",
"absolute_value.abs",
"absolute_value.has_basis_uniformity",
"rat.cast_abs",
"rat.cast_lt",
"rat.cast_sub",
"rat.dist_eq",
"uniform_space"
] | The metric space uniform structure on ℚ (which presupposes the existence
of real numbers) agrees with the one coming directly from (abs : ℚ → ℚ). | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 |
rational_cau_seq_pkg : @abstract_completion ℚ $ (@absolute_value.abs ℚ _).uniform_space | { space := ℝ,
coe := (coe : ℚ → ℝ),
uniform_struct := by apply_instance,
complete := by apply_instance,
separation := by apply_instance,
uniform_inducing := by { rw rat.uniform_space_eq,
exact rat.uniform_embedding_coe_real.to_uniform_inducing },
dense := rat.dense_embedding_coe... | def | rational_cau_seq_pkg | topology.uniform_space | src/topology/uniform_space/compare_reals.lean | [
"topology.uniform_space.absolute_value",
"topology.instances.real",
"topology.instances.rat",
"topology.uniform_space.completion"
] | [
"absolute_value.abs",
"abstract_completion",
"dense",
"rat.uniform_space_eq",
"uniform_inducing",
"uniform_space"
] | Cauchy reals packaged as a completion of ℚ using the absolute value route. | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 |
Q | ℚ | def | compare_reals.Q | topology.uniform_space | src/topology/uniform_space/compare_reals.lean | [
"topology.uniform_space.absolute_value",
"topology.instances.real",
"topology.instances.rat",
"topology.uniform_space.completion"
] | [] | Type wrapper around ℚ to make sure the absolute value uniform space instance is picked up
instead of the metric space one. We proved in rat.uniform_space_eq that they are equal,
but they are not definitionaly equal, so it would confuse the type class system (and probably
also human readers). | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 |
Bourbakiℝ : Type | completion Q | def | compare_reals.Bourbakiℝ | topology.uniform_space | src/topology/uniform_space/compare_reals.lean | [
"topology.uniform_space.absolute_value",
"topology.instances.real",
"topology.instances.rat",
"topology.uniform_space.completion"
] | [] | Real numbers constructed as in Bourbaki. | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 |
bourbaki.uniform_space: uniform_space Bourbakiℝ | completion.uniform_space Q | instance | compare_reals.bourbaki.uniform_space | topology.uniform_space | src/topology/uniform_space/compare_reals.lean | [
"topology.uniform_space.absolute_value",
"topology.instances.real",
"topology.instances.rat",
"topology.uniform_space.completion"
] | [
"uniform_space"
] | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 | |
Bourbaki_pkg : abstract_completion Q | completion.cpkg | def | compare_reals.Bourbaki_pkg | topology.uniform_space | src/topology/uniform_space/compare_reals.lean | [
"topology.uniform_space.absolute_value",
"topology.instances.real",
"topology.instances.rat",
"topology.uniform_space.completion"
] | [
"abstract_completion"
] | Bourbaki reals packaged as a completion of Q using the general theory. | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 |
compare_equiv : Bourbakiℝ ≃ᵤ ℝ | Bourbaki_pkg.compare_equiv rational_cau_seq_pkg | def | compare_reals.compare_equiv | topology.uniform_space | src/topology/uniform_space/compare_reals.lean | [
"topology.uniform_space.absolute_value",
"topology.instances.real",
"topology.instances.rat",
"topology.uniform_space.completion"
] | [
"rational_cau_seq_pkg"
] | The uniform bijection between Bourbaki and Cauchy reals. | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 |
compare_uc : uniform_continuous (compare_equiv) | Bourbaki_pkg.uniform_continuous_compare_equiv _ | lemma | compare_reals.compare_uc | topology.uniform_space | src/topology/uniform_space/compare_reals.lean | [
"topology.uniform_space.absolute_value",
"topology.instances.real",
"topology.instances.rat",
"topology.uniform_space.completion"
] | [
"uniform_continuous"
] | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 | |
compare_uc_symm : uniform_continuous (compare_equiv).symm | Bourbaki_pkg.uniform_continuous_compare_equiv_symm _ | lemma | compare_reals.compare_uc_symm | topology.uniform_space | src/topology/uniform_space/compare_reals.lean | [
"topology.uniform_space.absolute_value",
"topology.instances.real",
"topology.instances.rat",
"topology.uniform_space.completion"
] | [
"uniform_continuous"
] | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 | |
is_complete.is_closed [uniform_space α] [separated_space α] {s : set α} (h : is_complete s) :
is_closed s | is_closed_iff_cluster_pt.2 $ λ a ha, begin
let f := 𝓝[s] a,
have : cauchy f := cauchy_nhds.mono' ha inf_le_left,
rcases h f this (inf_le_right) with ⟨y, ys, fy⟩,
rwa (tendsto_nhds_unique' ha inf_le_left fy : a = y)
end | lemma | is_complete.is_closed | topology.uniform_space | src/topology/uniform_space/complete_separated.lean | [
"topology.uniform_space.cauchy",
"topology.uniform_space.separation",
"topology.dense_embedding"
] | [
"cauchy",
"inf_le_left",
"inf_le_right",
"is_closed",
"is_complete",
"separated_space",
"tendsto_nhds_unique'",
"uniform_space"
] | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 | |
continuous_extend_of_cauchy {e : α → β} {f : α → γ}
(de : dense_inducing e) (h : ∀ b : β, cauchy (map f (comap e $ 𝓝 b))) :
continuous (de.extend f) | de.continuous_extend $ λ b, complete_space.complete (h b) | lemma | dense_inducing.continuous_extend_of_cauchy | topology.uniform_space | src/topology/uniform_space/complete_separated.lean | [
"topology.uniform_space.cauchy",
"topology.uniform_space.separation",
"topology.dense_embedding"
] | [
"cauchy",
"continuous",
"dense_inducing"
] | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 | |
Cauchy (α : Type u) [uniform_space α] : Type u | { f : filter α // cauchy f } | def | Cauchy | topology.uniform_space | src/topology/uniform_space/completion.lean | [
"topology.uniform_space.abstract_completion"
] | [
"cauchy",
"filter",
"uniform_space"
] | Space of Cauchy filters
This is essentially the completion of a uniform space. The embeddings are the neighbourhood filters.
This space is not minimal, the separated uniform space (i.e. quotiented on the intersection of all
entourages) is necessary for this. | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 |
gen (s : set (α × α)) : set (Cauchy α × Cauchy α) | {p | s ∈ p.1.val ×ᶠ p.2.val } | def | Cauchy.gen | topology.uniform_space | src/topology/uniform_space/completion.lean | [
"topology.uniform_space.abstract_completion"
] | [
"Cauchy"
] | The pairs of Cauchy filters generated by a set. | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 |
monotone_gen : monotone gen | monotone_set_of $ assume p, @filter.monotone_mem _ (p.1.val ×ᶠ p.2.val) | lemma | Cauchy.monotone_gen | topology.uniform_space | src/topology/uniform_space/completion.lean | [
"topology.uniform_space.abstract_completion"
] | [
"filter.monotone_mem",
"monotone"
] | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 | |
symm_gen : map prod.swap ((𝓤 α).lift' gen) ≤ (𝓤 α).lift' gen | calc map prod.swap ((𝓤 α).lift' gen) =
(𝓤 α).lift' (λs:set (α×α), {p | s ∈ p.2.val ×ᶠ p.1.val }) :
begin
delta gen,
simp [map_lift'_eq, monotone_set_of, filter.monotone_mem,
function.comp, image_swap_eq_preimage_swap, -subtype.val_eq_coe]
end
... ≤ (𝓤 α).lift' gen :
uniformity_lift_le_s... | lemma | Cauchy.symm_gen | topology.uniform_space | src/topology/uniform_space/completion.lean | [
"topology.uniform_space.abstract_completion"
] | [
"Cauchy",
"filter.monotone_mem",
"filter.prod_comm",
"le_rfl",
"prod.swap",
"subtype.val_eq_coe",
"uniformity_lift_le_swap"
] | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 | |
comp_rel_gen_gen_subset_gen_comp_rel {s t : set (α×α)} : comp_rel (gen s) (gen t) ⊆
(gen (comp_rel s t) : set (Cauchy α × Cauchy α)) | assume ⟨f, g⟩ ⟨h, h₁, h₂⟩,
let ⟨t₁, (ht₁ : t₁ ∈ f.val), t₂, (ht₂ : t₂ ∈ h.val), (h₁ : t₁ ×ˢ t₂ ⊆ s)⟩ :=
mem_prod_iff.mp h₁ in
let ⟨t₃, (ht₃ : t₃ ∈ h.val), t₄, (ht₄ : t₄ ∈ g.val), (h₂ : t₃ ×ˢ t₄ ⊆ t)⟩ :=
mem_prod_iff.mp h₂ in
have t₂ ∩ t₃ ∈ h.val,
from inter_mem ht₂ ht₃,
let ⟨x, xt₂, xt₃⟩ :=
h.property.left.none... | lemma | Cauchy.comp_rel_gen_gen_subset_gen_comp_rel | topology.uniform_space | src/topology/uniform_space/completion.lean | [
"topology.uniform_space.abstract_completion"
] | [
"Cauchy",
"comp_rel"
] | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 | |
comp_gen :
((𝓤 α).lift' gen).lift' (λs, comp_rel s s) ≤ (𝓤 α).lift' gen | calc ((𝓤 α).lift' gen).lift' (λs, comp_rel s s) =
(𝓤 α).lift' (λs, comp_rel (gen s) (gen s)) :
begin
rw [lift'_lift'_assoc],
exact monotone_gen,
exact monotone_id.comp_rel monotone_id
end
... ≤ (𝓤 α).lift' (λs, gen $ comp_rel s s) :
lift'_mono' $ assume s hs, comp_rel_gen_gen_subset_gen_com... | lemma | Cauchy.comp_gen | topology.uniform_space | src/topology/uniform_space/completion.lean | [
"topology.uniform_space.abstract_completion"
] | [
"comp_le_uniformity",
"comp_rel",
"le_rfl",
"monotone_id"
] | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 | |
mem_uniformity {s : set (Cauchy α × Cauchy α)} :
s ∈ 𝓤 (Cauchy α) ↔ ∃ t ∈ 𝓤 α, gen t ⊆ s | mem_lift'_sets monotone_gen | theorem | Cauchy.mem_uniformity | topology.uniform_space | src/topology/uniform_space/completion.lean | [
"topology.uniform_space.abstract_completion"
] | [
"Cauchy"
] | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 | |
mem_uniformity' {s : set (Cauchy α × Cauchy α)} :
s ∈ 𝓤 (Cauchy α) ↔ ∃ t ∈ 𝓤 α, ∀ f g : Cauchy α, t ∈ f.1 ×ᶠ g.1 → (f, g) ∈ s | mem_uniformity.trans $ bex_congr $ λ t h, prod.forall | theorem | Cauchy.mem_uniformity' | topology.uniform_space | src/topology/uniform_space/completion.lean | [
"topology.uniform_space.abstract_completion"
] | [
"Cauchy",
"bex_congr"
] | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 | |
pure_cauchy (a : α) : Cauchy α | ⟨pure a, cauchy_pure⟩ | def | Cauchy.pure_cauchy | topology.uniform_space | src/topology/uniform_space/completion.lean | [
"topology.uniform_space.abstract_completion"
] | [
"Cauchy"
] | Embedding of `α` into its completion `Cauchy α` | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 |
uniform_inducing_pure_cauchy : uniform_inducing (pure_cauchy : α → Cauchy α) | ⟨have (preimage (λ (x : α × α), (pure_cauchy (x.fst), pure_cauchy (x.snd))) ∘ gen) = id,
from funext $ assume s, set.ext $ assume ⟨a₁, a₂⟩,
by simp [preimage, gen, pure_cauchy, prod_principal_principal],
calc comap (λ (x : α × α), (pure_cauchy (x.fst), pure_cauchy (x.snd))) ((𝓤 α).lift' gen)
... | lemma | Cauchy.uniform_inducing_pure_cauchy | topology.uniform_space | src/topology/uniform_space/completion.lean | [
"topology.uniform_space.abstract_completion"
] | [
"Cauchy",
"set.ext",
"uniform_inducing"
] | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 | |
uniform_embedding_pure_cauchy : uniform_embedding (pure_cauchy : α → Cauchy α) | { inj := assume a₁ a₂ h, pure_injective $ subtype.ext_iff_val.1 h,
..uniform_inducing_pure_cauchy } | lemma | Cauchy.uniform_embedding_pure_cauchy | topology.uniform_space | src/topology/uniform_space/completion.lean | [
"topology.uniform_space.abstract_completion"
] | [
"Cauchy",
"uniform_embedding"
] | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 | |
dense_range_pure_cauchy : dense_range pure_cauchy | assume f,
have h_ex : ∀ s ∈ 𝓤 (Cauchy α), ∃y:α, (f, pure_cauchy y) ∈ s, from
assume s hs,
let ⟨t'', ht''₁, (ht''₂ : gen t'' ⊆ s)⟩ := (mem_lift'_sets monotone_gen).mp hs in
let ⟨t', ht'₁, ht'₂⟩ := comp_mem_uniformity_sets ht''₁ in
have t' ∈ f.val ×ᶠ f.val,
from f.property.right ht'₁,
let ⟨t, ht, (h : t ×ˢ... | lemma | Cauchy.dense_range_pure_cauchy | topology.uniform_space | src/topology/uniform_space/completion.lean | [
"topology.uniform_space.abstract_completion"
] | [
"Cauchy",
"closure_eq_cluster_pts",
"cluster_pt",
"comp_mem_uniformity_sets",
"dense_range",
"nhds_eq_uniformity",
"prod_mk_mem_comp_rel",
"set.inter_comm"
] | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 | |
dense_inducing_pure_cauchy : dense_inducing pure_cauchy | uniform_inducing_pure_cauchy.dense_inducing dense_range_pure_cauchy | lemma | Cauchy.dense_inducing_pure_cauchy | topology.uniform_space | src/topology/uniform_space/completion.lean | [
"topology.uniform_space.abstract_completion"
] | [
"dense_inducing"
] | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 | |
dense_embedding_pure_cauchy : dense_embedding pure_cauchy | uniform_embedding_pure_cauchy.dense_embedding dense_range_pure_cauchy | lemma | Cauchy.dense_embedding_pure_cauchy | topology.uniform_space | src/topology/uniform_space/completion.lean | [
"topology.uniform_space.abstract_completion"
] | [
"dense_embedding"
] | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 | |
nonempty_Cauchy_iff : nonempty (Cauchy α) ↔ nonempty α | begin
split ; rintro ⟨c⟩,
{ have := eq_univ_iff_forall.1 dense_embedding_pure_cauchy.to_dense_inducing.closure_range c,
obtain ⟨_, ⟨_, a, _⟩⟩ := mem_closure_iff.1 this _ is_open_univ trivial,
exact ⟨a⟩ },
{ exact ⟨pure_cauchy c⟩ }
end | lemma | Cauchy.nonempty_Cauchy_iff | topology.uniform_space | src/topology/uniform_space/completion.lean | [
"topology.uniform_space.abstract_completion"
] | [
"Cauchy",
"is_open_univ"
] | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 | |
extend (f : α → β) : Cauchy α → β | if uniform_continuous f then
dense_inducing_pure_cauchy.extend f
else
λ x, f (nonempty_Cauchy_iff.1 ⟨x⟩).some | def | Cauchy.extend | topology.uniform_space | src/topology/uniform_space/completion.lean | [
"topology.uniform_space.abstract_completion"
] | [
"Cauchy",
"extend",
"uniform_continuous"
] | Extend a uniformly continuous function `α → β` to a function `Cauchy α → β`. Outputs junk when
`f` is not uniformly continuous. | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 |
extend_pure_cauchy {f : α → β} (hf : uniform_continuous f) (a : α) :
extend f (pure_cauchy a) = f a | begin
rw [extend, if_pos hf],
exact uniformly_extend_of_ind uniform_inducing_pure_cauchy dense_range_pure_cauchy hf _
end | lemma | Cauchy.extend_pure_cauchy | topology.uniform_space | src/topology/uniform_space/completion.lean | [
"topology.uniform_space.abstract_completion"
] | [
"extend",
"uniform_continuous",
"uniformly_extend_of_ind"
] | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 | |
uniform_continuous_extend {f : α → β} : uniform_continuous (extend f) | begin
by_cases hf : uniform_continuous f,
{ rw [extend, if_pos hf],
exact uniform_continuous_uniformly_extend uniform_inducing_pure_cauchy
dense_range_pure_cauchy hf },
{ rw [extend, if_neg hf],
exact uniform_continuous_of_const (assume a b, by congr) }
end | lemma | Cauchy.uniform_continuous_extend | topology.uniform_space | src/topology/uniform_space/completion.lean | [
"topology.uniform_space.abstract_completion"
] | [
"extend",
"uniform_continuous",
"uniform_continuous_of_const",
"uniform_continuous_uniformly_extend"
] | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 | |
Cauchy_eq {α : Type*} [inhabited α] [uniform_space α] [complete_space α]
[separated_space α] {f g : Cauchy α} :
Lim f.1 = Lim g.1 ↔ (f, g) ∈ separation_rel (Cauchy α) | begin
split,
{ intros e s hs,
rcases Cauchy.mem_uniformity'.1 hs with ⟨t, tu, ts⟩,
apply ts,
rcases comp_mem_uniformity_sets tu with ⟨d, du, dt⟩,
refine mem_prod_iff.2
⟨_, f.2.le_nhds_Lim (mem_nhds_right (Lim f.1) du),
_, g.2.le_nhds_Lim (mem_nhds_left (Lim g.1) du), λ x h, _⟩,
case... | theorem | Cauchy.Cauchy_eq | topology.uniform_space | src/topology/uniform_space/completion.lean | [
"topology.uniform_space.abstract_completion"
] | [
"Cauchy",
"Lim",
"closure",
"closure_eq_cluster_pts",
"closure_prod_eq",
"comp_mem_uniformity_sets",
"complete_space",
"le_inf",
"mem_nhds_left",
"mem_nhds_right",
"mem_uniformity_is_closed",
"separated_space",
"separation_rel",
"uniform_space"
] | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 | |
separated_pure_cauchy_injective {α : Type*} [uniform_space α] [s : separated_space α] :
function.injective (λa:α, ⟦pure_cauchy a⟧) | a b h | separated_def.1 s _ _ $ assume s hs,
let ⟨t, ht, hts⟩ :=
by rw [← (@uniform_embedding_pure_cauchy α _).comap_uniformity, filter.mem_comap] at hs;
exact hs in
have (pure_cauchy a, pure_cauchy b) ∈ t, from quotient.exact h t ht,
@hts (a, b) this | lemma | Cauchy.separated_pure_cauchy_injective | topology.uniform_space | src/topology/uniform_space/completion.lean | [
"topology.uniform_space.abstract_completion"
] | [
"filter.mem_comap",
"separated_space",
"uniform_space"
] | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 | |
complete_space_separation [h : complete_space α] :
complete_space (quotient (separation_setoid α)) | ⟨assume f, assume hf : cauchy f,
have cauchy (f.comap (λx, ⟦x⟧)), from
hf.comap' comap_quotient_le_uniformity $ hf.left.comap_of_surj (surjective_quotient_mk _),
let ⟨x, (hx : f.comap (λx, ⟦x⟧) ≤ 𝓝 x)⟩ := complete_space.complete this in
⟨⟦x⟧, (comap_le_comap_iff $ by simp).1
(hx.trans $ map_le_iff_le_com... | instance | uniform_space.complete_space_separation | topology.uniform_space | src/topology/uniform_space/completion.lean | [
"topology.uniform_space.abstract_completion"
] | [
"cauchy",
"complete_space",
"surjective_quotient_mk"
] | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 | |
completion | quotient (separation_setoid $ Cauchy α) | def | uniform_space.completion | topology.uniform_space | src/topology/uniform_space/completion.lean | [
"topology.uniform_space.abstract_completion"
] | [
"Cauchy"
] | Hausdorff completion of `α` | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 |
coe_eq : (coe : α → completion α) = quotient.mk ∘ pure_cauchy | rfl | lemma | uniform_space.completion.coe_eq | topology.uniform_space | src/topology/uniform_space/completion.lean | [
"topology.uniform_space.abstract_completion"
] | [] | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 | |
comap_coe_eq_uniformity :
(𝓤 _).comap (λ(p:α×α), ((p.1 : completion α), (p.2 : completion α))) = 𝓤 α | begin
have : (λx:α×α, ((x.1 : completion α), (x.2 : completion α))) =
(λx:(Cauchy α)×(Cauchy α), (⟦x.1⟧, ⟦x.2⟧)) ∘ (λx:α×α, (pure_cauchy x.1, pure_cauchy x.2)),
{ ext ⟨a, b⟩; simp; refl },
rw [this, ← filter.comap_comap],
change filter.comap _ (filter.comap _ (𝓤 $ quotient $ separation_setoid $ Cauchy α)) ... | lemma | uniform_space.completion.comap_coe_eq_uniformity | topology.uniform_space | src/topology/uniform_space/completion.lean | [
"topology.uniform_space.abstract_completion"
] | [
"Cauchy",
"filter.comap",
"filter.comap_comap"
] | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 | |
uniform_inducing_coe : uniform_inducing (coe : α → completion α) | ⟨comap_coe_eq_uniformity α⟩ | lemma | uniform_space.completion.uniform_inducing_coe | topology.uniform_space | src/topology/uniform_space/completion.lean | [
"topology.uniform_space.abstract_completion"
] | [
"uniform_inducing"
] | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 | |
dense_range_coe : dense_range (coe : α → completion α) | dense_range_pure_cauchy.quotient | lemma | uniform_space.completion.dense_range_coe | topology.uniform_space | src/topology/uniform_space/completion.lean | [
"topology.uniform_space.abstract_completion"
] | [
"dense_range"
] | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 | |
cpkg {α : Type*} [uniform_space α] : abstract_completion α | { space := completion α,
coe := coe,
uniform_struct := by apply_instance,
complete := by apply_instance,
separation := by apply_instance,
uniform_inducing := completion.uniform_inducing_coe α,
dense := completion.dense_range_coe } | def | uniform_space.completion.cpkg | topology.uniform_space | src/topology/uniform_space/completion.lean | [
"topology.uniform_space.abstract_completion"
] | [
"abstract_completion",
"dense",
"uniform_inducing",
"uniform_space"
] | The Haudorff completion as an abstract completion. | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 |
abstract_completion.inhabited : inhabited (abstract_completion α) | ⟨cpkg⟩ | instance | uniform_space.completion.abstract_completion.inhabited | topology.uniform_space | src/topology/uniform_space/completion.lean | [
"topology.uniform_space.abstract_completion"
] | [
"abstract_completion"
] | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 | |
nonempty_completion_iff : nonempty (completion α) ↔ nonempty α | cpkg.dense.nonempty_iff.symm | lemma | uniform_space.completion.nonempty_completion_iff | topology.uniform_space | src/topology/uniform_space/completion.lean | [
"topology.uniform_space.abstract_completion"
] | [] | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 | |
uniform_continuous_coe : uniform_continuous (coe : α → completion α) | cpkg.uniform_continuous_coe | lemma | uniform_space.completion.uniform_continuous_coe | topology.uniform_space | src/topology/uniform_space/completion.lean | [
"topology.uniform_space.abstract_completion"
] | [
"uniform_continuous"
] | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 | |
continuous_coe : continuous (coe : α → completion α) | cpkg.continuous_coe | lemma | uniform_space.completion.continuous_coe | topology.uniform_space | src/topology/uniform_space/completion.lean | [
"topology.uniform_space.abstract_completion"
] | [
"continuous"
] | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 | |
uniform_embedding_coe [separated_space α] : uniform_embedding (coe : α → completion α) | { comap_uniformity := comap_coe_eq_uniformity α,
inj := separated_pure_cauchy_injective } | lemma | uniform_space.completion.uniform_embedding_coe | topology.uniform_space | src/topology/uniform_space/completion.lean | [
"topology.uniform_space.abstract_completion"
] | [
"separated_space",
"uniform_embedding"
] | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 | |
coe_injective [separated_space α] : function.injective (coe : α → completion α) | uniform_embedding.inj (uniform_embedding_coe _) | lemma | uniform_space.completion.coe_injective | topology.uniform_space | src/topology/uniform_space/completion.lean | [
"topology.uniform_space.abstract_completion"
] | [
"separated_space"
] | https://github.com/leanprover-community/mathlib | 65a1391a0106c9204fe45bc73a039f056558cb83 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.