pith. machine review for the scientific record. sign in
module module high

IndisputableMonolith.Engineering.MarsAtmosphereJCostSchedule

show as:
view Lean formalization →

This module defines the initial release rate r_0 together with releaseRate and cumulativeRelease functions for J-cost scheduling of Mars atmosphere engineering. Engineers applying RS-native units to planetary release models cite these for tick-based calculations. The module consists of direct definitions and elementary properties built on the imported Constants and Cost modules.

claimThe module introduces $r_0$ as the initial release rate at year 0, the function $releaseRate : nmapsto r_n$ for successive years, and the cumulative sum $cumulativeRelease : n mapsto sum_{k=0}^n r_k$, all satisfying the listed recurrence and monotonicity properties.

background

The module sits inside the Recognition Science engineering layer and imports the fundamental time quantum τ₀ = 1 tick from Constants together with J-cost primitives from the Cost module. It therefore works in RS-native units where all rates are expressed relative to the single tick scale. The sibling declarations supply the concrete schedule objects r_0, releaseRate, cumulativeRelease and their basic lemmas.

proof idea

This is a definition module, no proofs.

why it matters in Recognition Science

The schedule definitions supply the concrete data objects required by the sibling MarsAtmosphereJCostScheduleCert. They therefore extend the core RS constants and J-cost machinery to a specific planetary-engineering application without adding new theoretical steps.

scope and limits

depends on (2)

Lean names referenced from this declaration's body.

declarations in this module (14)