Theorems · Theorem · complex analysis
Complex.exists_continuousOn_eqOn_exp_comp
∀ {X : Type u_1} [inst : TopologicalSpace X] [LocallyPathConnectedSpace X] {U : Set X},
IsSimplyConnected U →
IsOpen U → ∀ {g : X → ℂ}, ContinuousOn g U → 0 ∉ g '' U → ∃ f, ContinuousOn f U ∧ Set.EqOn (Complex.exp ∘ f) g UIf g : X → ℂ defined on a locally path connected space
is continuous on an open simply connected set U and 0 ∉ g '' U,
then there exists a continuous branch of log ∘ g on U.
More precisely, there exists a function f : X → ℂ continuous on U
such that exp (f x) = g x for all x ∈ U.
- Defined in
- Mathlib.Analysis.Complex.BranchLogRoot
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 204 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites27
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- 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
- ContinuousMapproof · cited by 2,491
- IsOpenstatement and proof · cited by 2,400
- ContinuousOnstatement and proof · cited by 1,411
- Complex.expstatement and proof · cited by 612
- Set.EqOnstatement · cited by 603
Cited by1
Results whose statement or proof uses this declaration.
- Complex.exists_continuousOn_pow_eqproof · cited by 1