theorem
proved
cone_entropy_bound
show as:
view math explainer →
open explainer
Generate a durable explainer page for this declaration.
open lean source
IndisputableMonolith.ConeExport.Theorem on GitHub at line 50.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
used by
formal source
47
48 See docs/Assumptions.md for the status of this assumption.
49-/
50theorem cone_entropy_bound {α : Type _} (cone : LightCone α) (area : ℝ)
51 [ConeEntropyFacts] :
52 entropy cone ≤ area / (4 * λ_rec^2) :=
53 ConeEntropyFacts.cone_entropy_bound cone area
54
55end ConeExport
56end IndisputableMonolith