pith. machine review for the scientific record. sign in
theorem proved term proof

bhEntropy_pos

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)

  64theorem bhEntropy_pos {M : ℝ} (hM : 0 < M) : 0 < bhEntropy M := by

proof body

Term-mode proof.

  65  rw [bhEntropy_eq]
  66  exact mul_pos (mul_pos (by linarith) Real.pi_pos) (sq_pos_of_pos hM)
  67
  68/-! ## §2. Horizon Bandwidth -/
  69
  70/-- Recognition bandwidth at the horizon: total holographic bits / (k_R · 8τ₀). -/

used by (1)

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

depends on (9)

Lean names referenced from this declaration's body.