pith. machine review for the scientific record. sign in
theorem

cone_entropy_bound

proved
show as:
view math explainer →
module
IndisputableMonolith.ConeExport.Theorem
domain
ConeExport
line
50 · github
papers citing
none yet

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

Tracked in the explainer inventory; generation is lazy so crawlers do not trigger LLM jobs.

open explainer

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