Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Prime Observation Depth and Geometry

Abstract

Prime-power depth and prime-prefix depth meet the same information lower bound, while an explicit equal-storage example separates their fault geometry.

Definition 1.1 (Vertical depth is the natural ceiling logarithm).

Formalization. D5/S3/Observer/ArithmeticTomography/PrimeObservationDepthGeometry.verticalDepth (✓ std3).

Source. Repository-derived.

Commentary.

For natural base p and capacity N, verticalDepth is defined to be Nat.clog p N, the least-power depth used by the subsequent theorem.

Lemma 1.2 (Horizontal cardinality depth is least).

Proof. Machine-checked in Lean as D5/S3/Observer/ArithmeticTomography/PrimeObservationDepthGeometry.horizontal_cardinality_depth_isLeast (✓ std3). ∎

Source. Repository-derived.

Commentary.

The existing horizontal depth uses the inclusive interval from zero through its argument. Evaluating it at N minus one gives the least prime-prefix length whose product is at least the cardinality N.

Theorem 1.3 (Vertical prime-power depth is least).

Proof. Machine-checked in Lean as D5/S3/Observer/ArithmeticTomography/PrimeObservationDepthGeometry.vertical_depth_isLeast (✓ std3). ∎

Source. Repository-derived.

Commentary.

For a base greater than one, verticalDepth is the least natural exponent whose prime-power capacity reaches the requested window size.

Theorem 1.4 (Vertical depth is the ceiling logarithm).

Proof. Machine-checked in Lean as D5/S3/Observer/ArithmeticTomography/PrimeObservationDepthGeometry.vertical_depth_eq_natCeil_logb (✓ std3). ∎

Source. Repository-derived.

Commentary.

Mathlib identifies its natural upper logarithm with the natural ceiling of the totalized real logarithm, including zero and one.

Theorem 1.5 (Horizontal and vertical bit costs meet the capacity bound).

Proof. Machine-checked in Lean as D5/S3/Observer/ArithmeticTomography/PrimeObservationDepthGeometry.horizontal_vertical_bit_cost_lower_bounds (✓ std3). ∎

Source. Repository-derived.

Commentary.

The horizontal sum is the base-two logarithm of the selected initial prime product. Its least-depth capacity bound therefore yields the horizontal information lower bound.

For N at least two, the generic finite-prime information theorem is applied to the singleton prime with precision verticalDepth. The zero- and one-state windows are checked separately.

Proposition 1.6 (A base greater than one is necessary).

Proof. Machine-checked in Lean as D5/S3/Observer/ArithmeticTomography/PrimeObservationDepthGeometry.base_gt_one_is_necessary (✓ std3). ∎

Source. Repository-derived.

Commentary.

At base one and window size two, no exponent reaches the window and the claimed logarithmic cost is zero. This concrete counterexample certifies the only nondefinition hypothesis used by the depth law.

Theorem 1.7 (Equal bit cost has different fault geometry).

Proof. Machine-checked in Lean as D5/S3/Observer/ArithmeticTomography/PrimeObservationDepthGeometry.same_bit_cost_different_fault_geometry (✓ std3). ∎

Source. Repository-derived.

Commentary.

A single modulus-eight channel and separate modulus-two and modulus-three channels each require three rounded storage bits.

The prime pair has distance at least one on the six-state window. Removing the modulus-two coordinate still separates zero from two, whereas removing the sole modulus-eight coordinate hides that pair completely.

References

  • Truth anchor: D5/S3/Observer/ArithmeticTomography/PrimeObservationDepthGeometry.base_gt_one_is_necessary
  • Truth anchor: D5/S3/Observer/ArithmeticTomography/PrimeObservationDepthGeometry.horizontal_cardinality_depth_isLeast
  • Truth anchor: D5/S3/Observer/ArithmeticTomography/PrimeObservationDepthGeometry.horizontal_vertical_bit_cost_lower_bounds
  • Truth anchor: D5/S3/Observer/ArithmeticTomography/PrimeObservationDepthGeometry.same_bit_cost_different_fault_geometry
  • Truth anchor: D5/S3/Observer/ArithmeticTomography/PrimeObservationDepthGeometry.verticalDepth
  • Truth anchor: D5/S3/Observer/ArithmeticTomography/PrimeObservationDepthGeometry.vertical_depth_eq_natCeil_logb
  • Truth anchor: D5/S3/Observer/ArithmeticTomography/PrimeObservationDepthGeometry.vertical_depth_isLeast
  • Dependency: D5/S3/Arith/Coding/HorizontalCompletenessDepth
  • Dependency: D5/S3/Arith/Coding/ResidueCodeDynamicRange
  • Dependency: D5/S3/Observer/ArithmeticTomography/FinitePrimeInformationBudget