pith. sign in
theorem

entropy_monotone

proved
show as:
module
IndisputableMonolith.Foundation.ArrowOfTime
domain
Foundation
line
95 · github
papers citing
11 papers (below)

plain-language theorem explainer

The declaration establishes that the entropy function built from Z-complexity is strictly increasing for positive density. Researchers deriving the second law from Berry phase accumulation in the Recognition Science framework would cite this result. The proof is a direct algebraic verification that unfolds the definition and applies the strict monotonicity of the logarithm together with linear arithmetic.

Claim. For real numbers $z_1, z_2, d$ with $d > 0$, $z_1$ nonnegative and $z_1 < z_2$, the inequality $log(1 + z_1 d) < log(1 + z_2 d)$ holds.

background

The module derives the arrow of time from Berry phase monotonicity. R-hat steps preserve the ledger yet produce directed time because Z-complexity is monotonically non-decreasing, supplying an intrinsic before-after ordering without external thermodynamics. The upstream definition entropyFromZ sets entropy equal to the logarithm of one plus Z times density, which the module describes as thermodynamic entropy as coarse-grained Z: entropy equals the log of the number of microstates with Z at most the current value. This is monotone in Z, giving the second law.

proof idea

The proof is a term-mode verification. It unfolds the definition of entropyFromZ, applies the lemma Real.log_lt_log to the positive arguments obtained by nlinarith, and finishes with a second nlinarith step confirming the inequality.

why it matters

This supplies the monotonicity of entropy in Z that is required for the second law to emerge from Berry phase in the Recognition Science framework. It directly supports the module's listed results on forward accumulation, absolute Z immunity to reversal, and the emergence of thermodynamic entropy as coarse-grained Z. The result fills the chain step that defines temporal order via Z-complexity ordering and touches the open question of how topological asymmetry between forward and reverse steps enforces the arrow of time.

Switch to Lean above to see the machine-checked source, dependencies, and usage graph.