Documentation

Marginis.RamirezVellis2024

Time complexity of the Analyst’s Traveling Salesman algorithm #

by ANTHONY RAMIREZ VYRON VELLIS

We prove for any N the n = 2 version of the statement on page 3 containing the phrase "it is clear that".

theorem clear {N : } (v : Fin N) (w : Fin N) :
let R₀ := 5 * max (dist v 0) (dist w 0); ∀ (i : Fin N), v i Set.Icc (-R₀) R₀