File tree Expand file tree Collapse file tree
Mathlib/Analysis/Analytic Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -342,8 +342,8 @@ theorem AnalyticAt.map_nhdsNE {x : 𝕜} {f : 𝕜 → E} (hfx : AnalyticAt 𝕜
342342Preimages of codiscrete sets: if `f` is analytic on a neighbourhood of `U` and not locally constant,
343343then the preimage of any subset codiscrete within `f '' U` is codiscrete within `U`.
344344
345- See `AnalyticOnNhd.preimage_zero_codiscreteWithin ` for the special case that `s` is the complement
346- of zero. Applications might want to use the theorem `Filter.codiscreteWithin.mono`.
345+ See `AnalyticOnNhd.preimage_zero_mem_codiscreteWithin ` for the special case that `s` is the
346+ complement of zero. Applications might want to use the theorem `Filter.codiscreteWithin.mono`.
347347-/
348348theorem AnalyticOnNhd.preimage_mem_codiscreteWithin {U : Set 𝕜} {s : Set E} {f : 𝕜 → E}
349349 (hfU : AnalyticOnNhd 𝕜 f U) (h₂f : ∀ x ∈ U, ¬EventuallyConst f (𝓝 x))
You can’t perform that action at this time.
0 commit comments