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

iterFilter_cons

show as:
view Lean formalization →

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)

  56theorem iterFilter_cons (L : Likelihood ι Obs) (o : Obs) (os : List Obs) (p : ProbDist ι) :
  57    iterFilter L (o :: os) p = iterFilter L os (bayesStep p L o) := rfl

proof body

  58

depends on (7)

Lean names referenced from this declaration's body.