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

hawkingTemp

show as:
view Lean formalization →

The definition supplies the Hawking temperature T_H(M) = 1/(8πM) for a Schwarzschild black hole of mass M in natural units. Researchers in quantum gravity and black hole thermodynamics cite it when linking the classical formula to the eight-tick recognition cycle. It is introduced as a direct one-line assignment that embeds the 8-tick cadence from the recognition operator into the standard expression.

claimThe Hawking temperature of a Schwarzschild black hole with mass $M$ is $T_H(M) = 1/(8 π M)$.

background

In the Black Hole Bandwidth module a black hole is the limiting case of maximal recognition saturation where the recognition operator is fully occupied at every scale. Horizon area is $A = 16π M^2$ and Bekenstein-Hawking entropy is $S_{BH} = 4π M^2$; recognition bandwidth at the horizon is then $R_{max} = S_{BH}/(k_R · 8 τ_0)$. The module states that the factor 8π contains the eight-tick cadence and that T_H is the recognition clock rate of the horizon.

proof idea

One-line definition that directly assigns the classical Hawking temperature formula, with the numerical factor 8 reinterpreted via the eight-tick cadence from upstream Recognition.Cycle3.M.

why it matters in Recognition Science

This definition anchors the Hawking temperature inside the Recognition Science framework and is used by hawking_contains_eight_tick, which shows the 8 encodes the eight-tick cadence (T7). It supports the module claim that T_H is the recognition clock rate set by the 8-tick cadence divided by the horizon geometric scale, connecting to the eight-tick octave and the geometric π factor. It leaves open the question of deriving the temperature purely from bandwidth saturation without adopting the classical expression.

scope and limits

formal statement (Lean)

 133noncomputable def hawkingTemp (M : ℝ) : ℝ := 1 / (8 * Real.pi * M)

proof body

Definition body.

 134

used by (3)

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

depends on (2)

Lean names referenced from this declaration's body.