theorem
proved
prior_holds
show as:
view math explainer →
open explainer
Read the cached plain-language explainer.
open lean source
IndisputableMonolith.Information.CompressionPrior on GitHub at line 22.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
formal source
19noncomputable def coding_length (events : ℕ) : ℝ := Cost.Jcost (events : ℝ)
20
21/-- Theorem: φ-prior holds as unique MDL from T5 J-unique. -/
22theorem prior_holds : ∀ model, mdl_prior model = Cost.Jcost := by
23 intro model
24 simp [mdl_prior]
25
26end Information
27end IndisputableMonolith