English
The support of a PMF is the set where the PMF is nonzero.
Русский
Определение поддержки PMF как множества значений, где вероятность не ноль.
LaTeX
$$$\mathrm{supp}(p) = \{a : \alpha \mid p(a) \neq 0\}$$$
Lean4
/-- `X =ₐₛ Y` if `X = Y` almost surely. -/
@[scoped term_parser 1000]
public meta def «term_=ₐₛ_» : Lean.TrailingParserDescr✝ :=
ParserDescr.trailingNode✝ `ProbabilityTheory.«term_=ₐₛ_» 50 0
(ParserDescr.binary✝ `andthen (ParserDescr.symbol✝ " =ₐₛ ") (ParserDescr.cat✝ `term 50))