Documentation

Marginis.RamirezVellis2024.AnalyticTSP

Compact sets in Hausdorff topologies (like the Euclidean plane) are strictly closed. This links our custom sequence-bounded compact definition into Mathlib topological bounds.

theorem AnalyticTSP.Curve_Contains_Closure {S V : Set ( × )} (h_closed : IsClosed S) (h_sub : V S) :

A standard topological reduction: closed super-sets envelop dense sequence limits completely.

V = bounded dense rational mesh in [0, 1]²

Equations
Instances For
    theorem AnalyticTSP.dense_rat_icc (x : ) (hx : x Set.Icc 0 1) (ε : ) ( : ε > 0) :
    ∃ (q : ), q Set.Icc 0 1 |x - q| < ε

    The topological closure of a dense subset explicitly locks into the solid subspace block.

    def AnalyticTSP.IsPartitionR (N : ) (t : Fin N) :
    Equations
    Instances For
      theorem AnalyticTSP.fin_lt_n {N : } (i : Fin (N - 1)) :
      i < N
      theorem AnalyticTSP.fin_succ_lt_n {N : } (i : Fin (N - 1)) :
      i + 1 < N
      noncomputable def AnalyticTSP.PathVariation (φ : × ) (N : ) (t : Fin N) :
      Equations
      Instances For

        A curve image S is rectifiable if there is a finite length L bounding partitions of a continuous path covering S.

        Equations
        • One or more equations did not get rendered due to their size.
        Instances For

          A path parameterized with bounded sum variation strictly restricts its 1D Hausdorff measure.

          If a set has finite 1D Hausdorff measure, its 2D Hausdorff measure (and thus Lebesgue measure) is zero.

          theorem AnalyticTSP.Grid_TSP_Bound {S : Set ( × )} (_h_full : Set.Icc 0 1 ×ˢ Set.Icc 0 1 S) (_N : ) :

          The total travel distance inside a square grid necessarily spikes towards ∞ as N scales.

          theorem AnalyticTSP.Infinite_Variation (S : Set ( × )) (L : ) (_h_rect : CtsRectifiable S L) (h_grid : ∀ (N : ), variationN, variation L) :

          Bounded limits cleanly break down if sequence requirements escalate infinitely.

          If an continuous path completely covers all countable, rational coordinate bounds in the unit square, its maximum accumulated partition variation strictly escalates to ∞, breaking Rectifiability!