Descriptive finite-sample audit · odd-accelerated Collatz

Prefix-Local Descriptors and a Partial Prefix Shadow of the Waiting-Hall Classification

Lightweight prefix audit → reference-coupling reuse audit → waiting-hall bridge alignment

01The 3-minute version

We asked a simple question about Collatz trajectories: if we look only at the first part, do we see any differences in what happens next?

What we found

We looked at how much the numbers rose and fell in the first part. The trajectories then showed some differences in how they moved for a while afterward.

This does not mean that the first part predicted the later motion exactly. Some differences were visible; others remained unclear.

This is not a proof of the Collatz conjecture. We did not test every number, and we did not discover why the pattern occurs. It is an observation within the range of data examined here.

That is the short version. The sections below move step by step through the audit summary, comparisons, numerical results, limitations, and source files.

02Audit summary

This report combines three lightweight, reuse-oriented audits. First, among three prefix-local descriptors, cumulative_log_drift was the strongest descriptor across all five finite-future targets examined. Second, a reference-coupling audit tested whether this was merely an artifact of shared reference definitions such as n_t; for future_net_log_change and future_max_log_drawdown, the signal persisted after accounting for the shared reference. Third, the prefix-local axis was compared against a retrospective waiting-hall classification, yielding a partial_prefix_shadow verdict.

This is a descriptive finite-sample audit, not a claim about proof, convergence, or causality.

Safe takeaway

Within the bridge-matched overlap between the waiting-hall archive and the lightweight prefix audit, the drift_down group shows what we call a partial prefix shadow: it has lower values for cumulative_log_drift and future_net_log_change.

This supports a limited connection between the retrospective waiting-hall classification and a prefix-local finite-future signal. It does not extend cleanly to future_max_log_drawdown, and it should not be generalized to the full waiting-hall archive.

03What was compared

Table 1 · The three sides of the comparison
SideQuantityComputed from
Prefix-local axis cumulative_log_drift, above_start_dwell, record_age only n0 … nt — no terminal information
Finite-future targets future_net_log_change, future_max_log_drawdown, future_record_update, future_above_start_dwell, future_drop_below_start only the window nt+1 … nt+H
Retrospective classification waiting-hall labels (trajectory_behavior_class, near_behavior, waiting_class, position_label) pre-existing waiting-hall archive; not relabeled here

Horizons are fixed at H = 4, 8, 12, 16, 20, 24, 28, 32, 40, 48, 64, 80, 96, 128 (14 values). Terminal quantities — remaining_K, steps-to-1, total trajectory length, terminal suffix — are never used on the descriptor side. Feature-side leakage flag count: 0.

The question is deliberately narrow: does a classification defined retrospectively leave any trace in quantities computable from the observed prefix alone?

04Inputs and overlap

Table 2 · Sources, matching, and the subset actually compared
ComponentSource or keyCount
Lightweight prefix auditseeds 1–10; discovery 5,000 / validation 5,000; 50 bootstrap replicates5 targets × 3 descriptors × 14 H
Reference-coupling reuse auditseed 1, same sample; no new sampling0 mismatches across 28 comparisons
Bridge file rowsexit_neighborhood_per_trajectory.csv104,272
Bridge ↔ waiting-hall matched event keyssample_id + trajectory_id + event_index74,116
Overlap with lightweight-audit seed/split samplebridge-validated keys used for the comparison532
Rows after horizon expansion532 keys × horizons3,382

Bridge matching confirmed the waiting-hall table linkage at 74,116 event keys. The prefix-local comparison itself is restricted to the 532-key overlap with the existing lightweight-audit sample, expanded to 3,382 rows across horizons. Every alignment statement below is a statement about that overlap subset only. No new sampling was performed at any stage.

05Main findings

4.1  Lightweight prefix audit

cumulative_log_drift was the best-ranked prefix-local descriptor for every target examined.

Table 3 · Best prefix-local descriptor per finite-future target (validation)
Finite-future targetBest prefix-local descriptorStable HMedian validation R²
future_above_start_dwellcumulative_log_drift14 / 140.396
future_record_updatecumulative_log_drift14 / 140.369
future_max_log_drawdowncumulative_log_drift14 / 140.205
future_net_log_changecumulative_log_drift14 / 140.162
future_drop_below_startcumulative_log_drift11 / 140.045

Direction is consistent: a higher prefix-local drift value goes with a lower future_net_log_change (negative share 0.99) and a larger future_max_log_drawdown (positive share 0.99). future_drop_below_start shows only a weak signal and is not pursued further here.

4.2  Reference-coupling reuse audit

Both the descriptor and the targets refer to the current value nt. Redefining the targets so that they depend only on future-window values, excluding the current state, left the drift trends essentially intact (absolute trend ratio ≈ 1 at almost every H).

Table 4 · Coupling verdict per descriptor × target family (14 horizons)
Descriptor × target family Future-only attenuation Persists after
state matching
Non-near-zero
residual H
Outside
null
Final label
cumulative_log_drift × net_log_change little 14 / partial 0 / lost 0 8 / 1413 / 1410 / 14 persists_beyond_shared_reference
cumulative_log_drift × max_log_drawdown little 13 / partial 1 / lost 0 8 / 1413 / 1411 / 14 persists_beyond_shared_reference
above_start_dwell × net / drawdown 1 / 012 / 139 / 9 unresolved
record_age × net / drawdown 0 / 013 / 1312 / 11 unresolved

The shared reference point is therefore not a sufficient explanation on its own for the net-change and drawdown families. The other two descriptors remain unresolved and are not included in the primary interpretation.

4.3  Waiting-hall bridge alignment

Table 5 · Group means over the 3,382-row overlap subset, by trajectory_behavior_class
Waiting-hall group Unique events Rows (H-exp.) Mean
cumulative_log_drift
Mean
future_net_log_change
Mean
future_max_log_drawdown
drift_down4903,029−2.72−3.174.37
mid_band_wait_then_drop30268−2.59−1.324.02
no_exit_layer_observed10630.02−5.646.55
direct_to_exit2220.29−1.302.75
Table 6 · Contrast of drift_down against all other groups
Quantitydrift_down − otherDirection
cumulative_log_drift−1.963prefix-local axis: lower
future_net_log_change−0.416same direction
future_max_log_drawdown−0.071unresolved — not consistently aligned

Verdict: partial_prefix_shadow (fold-wise stable rows for drift_down: 15). The group has a lower mean value on the prefix-local axis and a lower mean finite-future net log change. The drawdown target does not follow consistently, so the verdict is not terminal_consistent_prefix_signal.

06Interpretation

07Limitations

08Scope of the claims

09Audits, CSVs, and code

Table 7 · Source artifacts behind this summary
FileStageContents
future_behavior_target_light_audit_README.mdLightweight auditSetup: seeds, bootstrap count, descriptors, targets
light_target_summary.csvLightweight auditBest prefix-local descriptor and R² per target
light_observation_target_summary.csvLightweight auditEvery descriptor × target pair; stable-H counts, sign shares
light_full_run_recommendations.csvLightweight auditCoarse priority order for a possible standard run
reference_coupling_reuse_audit_README.mdCoupling auditReuse setup; seed 1; 0 result-diff mismatches
coupling_attenuation_by_H.csvCoupling auditOriginal vs. future-only trend per H; attenuation labels
matched_current_state_summary.csvCoupling auditWithin-current-state-cell trends after matching
reference_coupling_verdict.csvCoupling auditFinal label per descriptor × target family
waiting_hall_bridge_prefix_alignment_README.mdBridge auditBridge key, match counts, verdict
waiting_hall_bridge_join_manifest.csvBridge auditSource files, join keys, matched row counts
waiting_hall_bridge_group_alignment.csvBridge auditGroup means for every waiting-hall label column
waiting_hall_bridge_alignment_verdict.csvBridge auditpartial_prefix_shadow verdict and group contrasts

This report used no standard run, added no new targets, did not increase the number of bootstrap replicates, and made no changes to the waiting-hall labels.

10Reference Terms