leanprover-community/mathlib4

Prove that inversion is discontinuous at the center

Ouverte

#5 939 ouverte le 16 juil. 2023

 (4 commentaires) (0 réaction) (0 personne assignée)Lean (1 592 forks)github user discovery
good first issuet-analysist-euclidean-geometryt-topology

Métriques du dépôt

Stars
 (3 869 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

  • 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).

Guide contributeur