Theorems · Theorem · complex analysis
AnalyticOnNhd.eq_of_frequently_eq
∀ {𝕜 : Type u_1} [inst : NontriviallyNormedField 𝕜] {E : Type u_2} [inst_1 : NormedAddCommGroup E]
[inst_2 : NormedSpace 𝕜 E] {f g : 𝕜 → E} {z₀ : 𝕜} [ConnectedSpace 𝕜],
AnalyticOnNhd 𝕜 f Set.univ → AnalyticOnNhd 𝕜 g Set.univ → (∃ᶠ (z : 𝕜) in nhdsWithin z₀ {z₀}ᶜ, f z = g z) → f = gThe identity principle for analytic functions, global version: if two functions on a normed
field 𝕜 are analytic everywhere and coincide at points which accumulate to a point z₀, then
they coincide globally.
For higher-dimensional versions requiring that the functions coincide in a neighborhood of z₀,
see AnalyticOnNhd.eq_of_eventuallyEq.
- Defined in
- Mathlib.Analysis.Analytic.IsolatedZeros
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 193 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · 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
- Set.univstatement and proof · cited by 3,945
- Compl.complstatement and proof · cited by 2,925
- nhdsWithinstatement and proof · cited by 1,912
- Set.mem_univproof · cited by 416
- Filter.Frequentlystatement and proof · cited by 414
- AnalyticOnNhdstatement and proof · cited by 206
- ConnectedSpacestatement and proof · cited by 37
- PreconnectedSpace.isPreconnected_univproof · cited by 26
Cited by1
Results whose statement or proof uses this declaration.
- Complex.Gamma_mul_Gamma_add_halfproof · cited by 2