English
A PMF has nonempty support (there is at least one point with positive mass).
Русский
Поддержка PMF непустая: существует элемент, на который распределение даёт положительную массу.
LaTeX
$$$\mathrm{supp}(p) \neq \varnothing$$$
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))