English
The posterior kernel κ†μ is a Markov kernel when κ is a kernel and μ is a finite measure with standard assumptions.
Русский
Постериорное ядро κ†μ является марковским, если исходное ядро κ и мера μ удовлетворяют условиям конечности и стандартности.
LaTeX
$$$\\text{IsMarkovKernel}(κ†μ)$$$
Lean4
/-- Posterior of the kernel `κ` with respect to the measure `μ`. -/
@[scoped term_parser 1000]
public meta def «term_†_» : Lean.TrailingParserDescr✝ :=
ParserDescr.trailingNode✝ `ProbabilityTheory.«term_†_» 1023 1024
(ParserDescr.binary✝ `andthen (ParserDescr.symbol✝ "†") (ParserDescr.cat✝ `term 1024))