Viscosity solutions and hyperbolic motions: a new PDE method for the N-body problem

Loading leaderboard data…

Problem statement

Notes: Unavailable.

Source: E. Maderna and A. Venturelli, `Viscosity solutions and hyperbolic motions: a new PDE method for the N-body problem`, Annals of Math, 192 (2) 2020. Statement taken from https://github.com/ImperialCollegeLondon/AnnalsChallenge (v1.0.0, e32eb14), AnnalsChallenge/AnnalsOfMathematics/2020-192-2-ViscositySolutions.lean

Informal solution: Unavailable.

theorem declaration uses `sorry`theorem_1_1 (hE : 2 Module.finrank E) (m : ℝᴺ) (hm : i, 0 < m i) (x₀ a : Eᴺ) (a_nc : ViscositySolutions.WithoutCollisions a) (a_norm : a‖_[m] = 1) (h : ) (h_pos : h > 0) : x : Eᴺ, o : Eᴺ, (o =o[atTop] fun t t) x 0 = x₀ ViscositySolutions.IsNBodySolution m x ( t > 0, ViscositySolutions.WithoutCollisions (x t)) t 0, x t = (sqrt (2 * h) * t) a + o t := E:Type u_1inst✝²:NormedAddCommGroup Einst✝¹:InnerProductSpace Einst✝:FiniteDimensional EN:hE:2 Module.finrank Em:Fin N hm: (i : Fin N), 0 < m ix₀:Eᴺa:Eᴺa_nc:WithoutCollisions aa_norm:a‖_[m] = 1h:h_pos:h > 0 x o, (o =o[atTop] fun t => t) x 0 = x₀ IsNBodySolution m x (∀ t > 0, WithoutCollisions (x t)) t 0, x t = ((2 * h) * t) a + o t All goals completed! 🐙