leanprover-community/mathlib4

Prove that inversion is discontinuous at the center

开放

#5,939 创建于 2023年7月16日

 (4 条评论) (0 个反应) (0 位负责人)Lean (1,592 个派生)github user discovery
good first issuet-analysist-euclidean-geometryt-topology

仓库指标

星标
 (3,869 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

  • Prove Tendsto (inversion c R) (𝓝[≠] c) cobounded if R ≠ 0.
  • Deduce that inversion c R is discontinuous at c if R ≠ 0 and the vector space is nontrivial.
  • Deduce that fderiv (inversion c R) c is zero, thus fderiv (inversion c R) x = ((R / dist x c) ^ 2 • (reflection (ℝ ∙ (x - c))ᗮ : F →L[ℝ] F)) x for all x (see #5937 for the case x ≠ c).

贡献者指南