HomeDocs-Technical WhitePaper16-EFT.WP.Methods.Cleaning v1.0

Chapter 6 Path and Arrival-Time Cleaning


One-Sentence Goal
Define paths explicitly via gamma(ell) with the line-element measure d ell, compute the two concurrent expressions of T_arr and their difference delta_form, and complete monotonicity, dimensional, and uncertainty audits to produce a publishable arrival.* manifest.


I. Scope & Objects

  1. Applicable targets
    • All path-related fields in D_time from Chapter 5: path.ell, path.param = gamma(ell), path.measure = d ell, path.L_gamma.
    • Arrival-time medium fields: arrival.c_ref, arrival.n_eff, together with their samples or modeled values along the path.
  2. Target artifacts
    Produce D_arrival and manifest.arrival_forms = { gamma(ell), d ell, L_gamma, c_ref, n_eff, T_arr_form1, T_arr_form2, delta_form, tol_Tarr, method }, plus local-difference diagnostics and an uncertainty breakdown.

II. Terms & Variables (Memory Anchors)


III. Axioms (P106-*)


IV. Minimal Equations (S106-*)


V. Cleaning Process (M10-6 Path & Arrival Time)

  1. Path reconstruction & normalization
    If ell is missing, reconstruct from gamma_k via S106-07; remove duplicate points and zero steps; enforce non_decreasing(ell).
  2. Measure & domain confirmation
    Make d ell and domain [0, L_gamma] explicit; compute and persist L_gamma; validate check_dim( L_gamma - ( ∫_gamma 1 d ell ) ).
  3. Medium materialization
    Map n_eff(ell) and c_ref(ell) onto segments; record sources, interpolation mode, and coverage_med.
  4. Two-form discrete integration
    Using the declared quadrature, compute T_arr_form1_hat and T_arr_form2_hat; also produce segment-level contributions and delta_local_k.
  5. Uncertainty & threshold computation
    Estimate u_form1, u_form2, and u_disc; compute tol_Tarr via S106-06, recording k and modeling assumptions.
  6. Contracts & diagnostics
    Assert check_dim( T_arr_form1_hat - T_arr_form2_hat ), delta_form ≤ tol_Tarr, and non_decreasing(ell); on failure, report the set of offending segments k and their share.
  7. Manifest persistence & pre-signature checks
    • Write manifest.arrival_forms: { integrator, order, step_stats, M2_est, coverage_med, T_arr_form1, T_arr_form2, delta_form, tol_Tarr }.
    • Update qc.flags[] (e.g., PATH_LOOP, DELTA_EXCEED, MEDIUM_GAP).
  8. Artifacts
    Output D_arrival, then proceed to Chapter 10’s contract gate and Chapter 12’s environmental correction.

VI. Contracts & Assertions (Chapter Must-Pass Items)


VII. Implementation Binding (I10-6)

  1. Interface prototypes
    • build_path(ds, mode) -> path
    • materialize_medium(path, sources) -> { n_eff(ell), c_ref(ell), coverage_med }
    • integrate_path(path, f, method) -> ∫ f d ell
    • arrival_two_forms(path) -> { T_arr_form1, T_arr_form2, delta_form, delta_local[] }
    • estimate_disc_error(path, f, method) -> u_disc
    • enforce_arrival_time_convention(ds) -> ds'
  2. Invariants & postconditions
    • path.ell is monotone and L_gamma consistent; both forms and delta_form are computed; manifest.arrival_forms is reproducible.
    • Any interpolation/extrapolation carries provenance and uncertainty annotations; silent inference is forbidden.
  3. Failure semantics
    E_PATH_NON_MONOTONIC, E_MEDIUM_MISSING, E_INT_METHOD_UNDECLARED, E_DELTA_EXCEED, E_DISC_EXCESS; each must localize the affected segment set and proportion.

VIII. Quality Metrics & Risk Control

  1. Indicators
    • Shape quality: loop_count, step_ratio = max(Delta_ell_k) / median(Delta_ell_k).
    • Form coherence: r_form = delta_form / max( T_arr_form1, T_arr_form2, eps ), p95(delta_local_k).
    • Coverage: coverage_med, proportion of medium-gap segments.
    • Discretization: u_disc / T_arr_form2 or absolute value.
  2. Alerts & actions
    • If r_form > r_form_max → down-weight or roll back.
    • If coverage_med < coverage_min → resample the medium or quarantine.
    • If step_ratio > step_ratio_max → refine resampling or segment and re-integrate.

IX. Boundaries & Common Situations


X. Audit & Panel Fields


XI. Cross-References


Summary
This chapter fixes the path-computation convention via gamma(ell) and d ell, provides two equivalent expressions and discrete implementations for T_arr, and enforces a consistency gate through delta_form and tol_Tarr. With systematic audits of monotonicity, dimensions, and uncertainty, together with segment-level localization and remedial playbooks, the arrival.* fields can be standardized and persisted, establishing a reproducible, auditable foundation for Chapter 10’s contracts and Chapter 12’s environmental corrections.


Copyright & License (CC BY 4.0)

Copyright: Unless otherwise noted, the copyright of “Energy Filament Theory” (text, charts, illustrations, symbols, and formulas) belongs to the author “Guanglin Tu”.
License: This work is licensed under the Creative Commons Attribution 4.0 International (CC BY 4.0). You may copy, redistribute, excerpt, adapt, and share for commercial or non‑commercial purposes with proper attribution.
Suggested attribution: Author: “Guanglin Tu”; Work: “Energy Filament Theory”; Source: energyfilament.org; License: CC BY 4.0.

First published: 2025-11-11|Current version:v5.1
License link:https://creativecommons.org/licenses/by/4.0/