Path Limits and Transient Branches
Abstract
Ordinary backward paths retain periodic dynamics but discard transient branches.
Theorem 1.1 (The same periodic path limit can carry different complete branch trees).
Proof. Machine-checked in Lean as D5/S3/ObserverMemory/FiniteCountermodels/PathBranchNoncommutation.path_limit_branch_noncommutation (✓ std3). ∎
Source. Repository-derived.
Commentary.
BackwardOrbit is the repository’s compatible predecessor-path type. The displayed backward equivalence is constructed by evaluating at coordinate zero, transporting through an equivalence of periodic cores, and applying the inverse canonical path map.
TransientChild(tau,p) is constructed from the source update: it contains exactly the nonperiodic x with tau(x)=p. The concrete constant maps on Fin 2 and Fin 3 have one-point periodic cores. Every transient child is a leaf, while their root child counts are one and two, so these are different complete height-one trees.
The periodic-core equivalence intertwines the induced periodic maps, and the canonical backward-path equivalence has the stated coordinate-zero computation. No relabeling can conjugate the maps because Fin 2 and Fin 3 have different cardinalities.
Repository search found exact canonical periodic-core/path results but no transient-child or branch-completion primitive. Pinned Mathlib supplied periodic-point membership and finite-cardinality support, but no theorem combining the path equivalence and countermodel.
References
- Truth anchor:
D5/S3/ObserverMemory/FiniteCountermodels/PathBranchNoncommutation.path_limit_branch_noncommutation - Dependency: D5/S3/ObserverMemory/InverseLimits/IdentityFuturePastGap