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)
25theorem evidence_pos (prior : ProbDist ι) (L : Likelihood ι Obs) (o : Obs) :
26 0 < evidence prior L o := by
proof body
Term-mode proof.
27 unfold evidence
28 apply Finset.sum_pos
29 · intro i _
30 exact mul_pos (prior.prob_pos i) (L.like_pos o i)
31 · exact Finset.univ_nonempty
32
used by (2)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (7)
Lean names referenced from this declaration's body.
-
prob_pos
in IndisputableMonolith.Decision.StPetersburg
decl_use
-
ProbDist
in IndisputableMonolith.Information.ShannonEntropy
decl_use
-
L
in IndisputableMonolith.Recognition
decl_use
-
L
in IndisputableMonolith.Recognition.Cycle3
decl_use
-
evidence
in IndisputableMonolith.Statistics.BayesianFilteringFromVFE
decl_use
-
Likelihood
in IndisputableMonolith.Statistics.BayesianFilteringFromVFE
decl_use
-
ProbDist
in IndisputableMonolith.Statistics.VariationalFreeEnergyFromRCL
decl_use