theorem
proved
term proof
cone_entropy_bound
show as:
view Lean formalization →
formal statement (Lean)
50theorem cone_entropy_bound {α : Type _} (cone : LightCone α) (area : ℝ)
51 [ConeEntropyFacts] :
52 entropy cone ≤ area / (4 * λ_rec^2) :=
proof body
Term-mode proof.
53 ConeEntropyFacts.cone_entropy_bound cone area
54
55end ConeExport
56end IndisputableMonolith