Documentation

Mathlib.Analysis.Complex.ReImTopology

Closure, interior, and frontier of preimages under re and im #

In this fact we use the fact that is naturally homeomorphic to ℝ × ℝ to deduce some topological properties of Complex.re and Complex.im.

Main statements #

Each statement about Complex.re listed below has a counterpart about Complex.im.

Tags #

complex, real part, imaginary part, closure, interior, frontier

Complex.re turns into a trivial topological fiber bundle over .

Complex.im turns into a trivial topological fiber bundle over .

@[deprecated Complex.isQuotientMap_re (since := "2024-10-22")]

Alias of Complex.isQuotientMap_re.

@[deprecated Complex.isQuotientMap_im (since := "2024-10-22")]

Alias of Complex.isQuotientMap_im.

theorem IsOpen.reProdIm {s t : Set } (hs : IsOpen s) (ht : IsOpen t) :
theorem IsClosed.reProdIm {s t : Set } (hs : IsClosed s) (ht : IsClosed t) :
theorem TendstoUniformlyOn.re {α : Type u_1} {ι : Type u_2} {f : ια} {p : Filter ι} {g : α} {K : Set α} (hf : TendstoUniformlyOn f g p K) :
TendstoUniformlyOn (fun (n : ι) (x : α) => (f n x).re) (fun (y : α) => (g y).re) p K
theorem TendstoUniformly.re {α : Type u_1} {ι : Type u_2} {f : ια} {p : Filter ι} {g : α} (hf : TendstoUniformly f g p) :
TendstoUniformly (fun (n : ι) (x : α) => (f n x).re) (fun (y : α) => (g y).re) p
theorem TendstoUniformlyOn.im {α : Type u_1} {ι : Type u_2} {f : ια} {p : Filter ι} {g : α} {K : Set α} (hf : TendstoUniformlyOn f g p K) :
TendstoUniformlyOn (fun (n : ι) (x : α) => (f n x).im) (fun (y : α) => (g y).im) p K
theorem TendstoUniformly.im {α : Type u_1} {ι : Type u_2} {f : ια} {p : Filter ι} {g : α} (hf : TendstoUniformly f g p) :
TendstoUniformly (fun (n : ι) (x : α) => (f n x).im) (fun (y : α) => (g y).im) p