Theorems · Theorem · complex analysis
Complex.exists_continuousOn_pow_eq
∀ {X : Type u_1} [inst : TopologicalSpace X] [LocallyPathConnectedSpace X] {U : Set X},
IsSimplyConnected U →
IsOpen U →
∀ {g : X → ℂ}, ContinuousOn g U → 0 ∉ g '' U → ∀ {n : ℕ}, n ≠ 0 → ∃ f, ContinuousOn f U ∧ ∀ (x : X), f x ^ n = g xIf g : X → ℂ defined on a locally path connected space
is continuous on an open simply connected set U and 0 ∉ g '' U,
then for any n ≠ 0, there exists a continuous branch of ⁿ√g on U.
More precisely, there exists a function f : X → ℂ continuous on U
such that (f x) ^ n = g x for all x.
- Defined in
- Mathlib.Analysis.Complex.BranchLogRoot
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 205 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites28
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- Set.Elemproof · cited by 7,166
- Set.imagestatement and proof · cited by 5,609
- Complexstatement and proof · cited by 5,565
- Continuousproof · cited by 2,592
- IsOpenstatement and proof · cited by 2,400
- Nat.cast_zeroproof · cited by 1,870
- ContinuousOnstatement and proof · cited by 1,411
- one_divproof · cited by 624
- Complex.expproof · cited by 612
- Set.EqOnproof · cited by 603
Cited by1
Results whose statement or proof uses this declaration.
- Complex.UnitDisc.exists_continuousOn_pow_eqproof · cited by 0