Theorems · Theorem · complex analysis
AnalyticOnNhd.eqOn_of_preconnected_of_frequently_eq
- 1000+ list: Identity theorem
∀ {𝕜 : Type u_1} [inst : NontriviallyNormedField 𝕜] {E : Type u_2} [inst_1 : NormedAddCommGroup E]
[inst_2 : NormedSpace 𝕜 E] {f g : 𝕜 → E} {z₀ : 𝕜} {U : Set 𝕜},
AnalyticOnNhd 𝕜 f U →
AnalyticOnNhd 𝕜 g U → IsPreconnected U → z₀ ∈ U → (∃ᶠ (z : 𝕜) in nhdsWithin z₀ {z₀}ᶜ, f z = g z) → Set.EqOn f g UThe identity principle for analytic functions, global version: if two functions are
analytic on a connected set U and coincide at points which accumulate to a point z₀ ∈ U, then
they coincide globally in U.
For higher-dimensional versions requiring that the functions coincide in a neighborhood of z₀,
see AnalyticOnNhd.eqOn_of_preconnected_of_eventuallyEq.
- Defined in
- Mathlib.Analysis.Analytic.IsolatedZeros
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 192 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
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
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- Compl.complstatement and proof · cited by 2,925
- nhdsWithinstatement and proof · cited by 1,912
- sub_selfproof · cited by 996
- Set.EqOnstatement · cited by 603
- Filter.Frequentlystatement and proof · cited by 414
- AnalyticOnNhdstatement and proof · cited by 206
- IsPreconnectedstatement and proof · cited by 205
- Filter.Frequently.monoproof · cited by 64
Cited by4
Results whose statement or proof uses this declaration.
- DiffContOnCl.ball_subset_image_closedBallproof · cited by 1
- AnalyticOnNhd.eq_of_frequently_eqproof · cited by 1
- ProbabilityTheory.eqOn_complexMGF_of_mgf'proof · cited by 1
- AnalyticOnNhd.eqOn_of_preconnected_of_mem_closureproof · cited by 0