pith. machine review for the scientific record. sign in
def definition def or abbrev high

cumulativeCooling

show as:
view Lean formalization →

Cumulative cooling after n cycles is defined as n times the per-cycle J-cost fraction J(φ) = φ - 3/2. Engineers deriving the phantom-cavity refrigerator would cite this to scale total heat extraction linearly with cycle count. The definition is a direct real multiplication that inherits positivity and additivity from the upstream coolingFraction constant.

claimLet Q(n) be the cumulative cooling after n cycles in units of k_B T_bath. Then Q(n) = n · J(φ), where J(φ) = φ - 3/2 ≈ 0.118 is the J-cost coefficient.

background

The module derives the identity-tick refrigerator (RS_PAT_029) with per-cycle cooling Q_per_cycle = J(φ) · k_B · T_bath. The upstream definition coolingFraction sets J(φ) := φ - 3/2. Cumulative cooling is the linear extension to n cycles, as stated in the module doc: 'Cumulative cooling at cycle n is n · Q_per_cycle.'

proof idea

One-line definition that casts n to reals and multiplies by the constant coolingFraction.

why it matters in Recognition Science

This definition supplies the linear scaling required by the IdentityTickRefrigeratorCert structure and the refrigerator_one_statement theorem, which bundles positivity, the (0.11, 0.13) band, and strict monotonicity. It closes the engineering derivation step in the J5 track, connecting directly to J-uniqueness (T5) in the forcing chain.

scope and limits

formal statement (Lean)

  46def cumulativeCooling (n : ℕ) : ℝ := (n : ℝ) * coolingFraction

proof body

Definition body.

  47

used by (6)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (1)

Lean names referenced from this declaration's body.