Theorems · Theorem · general topology
not_continuousAt_of_tendsto
∀ {X : Type u_1} {Y : Type u_2} [inst : TopologicalSpace X] [inst_1 : TopologicalSpace Y] {f : X → Y} {l₁ : Filter X}
{l₂ : Filter Y} {x : X},
Filter.Tendsto f l₁ l₂ → ∀ [l₁.NeBot], l₁ ≤ nhds x → Disjoint (nhds (f x)) l₂ → ¬ContinuousAt f xIf a function f tends to somewhere other than 𝓝 (f x) at x,
then f is not continuous at x
- Defined in
- Mathlib.Topology.Continuous
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 69 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- TopologicalSpacestatement and proof · cited by 24,529
- Filterstatement and proof · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- Filter.Tendstostatement and proof · cited by 3,814
- Disjointstatement and proof · cited by 2,201
- Filter.NeBotstatement and proof · cited by 853
- ContinuousAtstatement and proof · cited by 697
- Filter.Tendsto.mono_leftproof · cited by 125
- Filter.Tendsto.not_tendstoproof · cited by 14
Cited by6
Results whose statement or proof uses this declaration.
- Real.not_continuousAt_inv_log_oneproof · cited by 2
- Real.not_continuousAt_log_log_oneproof · cited by 2
- Real.not_continuousAt_deriv_mul_log_zeroproof · cited by 1
- Real.not_continuousAt_log_log_zeroproof · cited by 1
- Real.not_continuousAt_deriv_qaryEntropy_oneproof · cited by 0
- Real.not_continuousAt_deriv_qaryEntropy_zeroproof · cited by 0