pith. sign in
def

entropyFromZ

definition
show as:
module
IndisputableMonolith.Foundation.ArrowOfTime
domain
Foundation
line
91 · github
papers citing
3 papers (below)

plain-language theorem explainer

entropyFromZ supplies the explicit formula for thermodynamic entropy in terms of the Z-complexity variable and a density parameter. Researchers establishing the second law from Berry phase accumulation in Recognition Science cite it as the coarse-graining step that turns Z-monotonicity into classical entropy. The definition is a direct one-line expression applying the natural logarithm to one plus the product of its arguments.

Claim. The entropy function is defined by $S(z, d) = log(1 + z d)$, where $z$ is the coarse-grained Z-complexity and $d$ is the density parameter.

background

The ArrowOfTime module derives the directedness of time from Berry phase accumulation on the discrete R-hat lattice. Forward steps increase Z-complexity while reverse steps traverse the same loop with opposite orientation; absolute Z remains non-decreasing, producing an intrinsic before-after ordering. The eight-tick phase definition supplies the periodic angles $kπ/4$ for $k=0..7$ that underlie the Berry phase. The Anchor.Z definition maps sectors and charges to the integer ladder used for complexity counting. entropyFromZ implements the entropy_from_berry result listed in the module documentation.

proof idea

The definition is a direct one-line expression that applies Real.log to the term 1 + z * density.

why it matters

This definition is invoked by the downstream theorem entropy_monotone, which proves strict increase under z1 < z2 and thereby encodes the second law. It realizes the entropy_from_berry item in the module's key-results list, closing the link from eight-tick Berry phase to thermodynamic entropy. The construction supports the overall claim that the arrow of time emerges topologically from Z-monotonicity without importing external thermodynamics.

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