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

CausalClosureForced

show as:
view Lean formalization →

No prose has been written for this declaration yet. The Lean source and graph data below render without it.

generate prose now

formal statement (Lean)

  23structure CausalClosureForced where
  24  /-- Exponent on mode number `k` in `ω_eff ∝ k^β`. -/
  25  beta : ℝ
  26  /-- Exponent on scale factor `a` in `ω_eff ∝ a^(-gamma)`. -/
  27  gamma : ℝ
  28  /-- Dimensional closure result (linear in `k`, inverse in `a`). -/
  29  dimensional_forcing : beta = 1 ∧ gamma = 1
  30
  31/-- Gap 3 packaging: if dimensional forcing holds, closure scaling is fixed. -/

depends on (10)

Lean names referenced from this declaration's body.