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

newtonAccel

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)

  73noncomputable def newtonAccel (G_N M r : ℝ) : ℝ :=

proof body

Definition body.

  74  G_N * M / r ^ 2
  75
  76/-! ## §3. The Saturation Condition -/
  77
  78/-- **DEFINITION**: Saturation acceleration a_sat.
  79
  80    The acceleration at which the demanded recognition rate equals the
  81    holographic bandwidth of the gravitational area:
  82
  83        demandedRate(M, T_dyn(a)) = bandwidth(gravArea(a))
  84
  85    At a < a_sat, the system is bandwidth-saturated and ILG activates.
  86    At a > a_sat, Newtonian gravity suffices.
  87
  88    In RS-native units (G = φ⁵, ℓ_P = 1, τ₀ = 1, k_R = ln φ):
  89        a_sat = π / (2 · ln(φ))  -/

depends on (22)

Lean names referenced from this declaration's body.