@[reducible, inline]
Equations
Instances For
Equations
- Findist.singleton = { ℙ := [1], simplex := LSimplex.singleton, lmatch := Findist.singleton._proof_1 }
Instances For
Equations
- Finprob.singleton = { ℙ := [1], prob := LSimplex.singleton }
Instances For
@[irreducible]
def
Finprob.induction
{motive : Finprob → Prop}
(degenerate : ∀ {fp : Finprob}, fp.degenerate = true → motive fp)
(composite : ∀ (tail : Finprob) {p : ℚ} (inP : Prob p), motive tail → motive (tail.grow inP))
(P : Finprob)
:
motive P
induction principle for finite probabilities. Works as "induction P"
Equations
- ⋯ = ⋯
Instances For
Equations
- FinRV.«term_∧ᵣ_» = Lean.ParserDescr.trailingNode `FinRV.«term_∧ᵣ_» 35 36 (Lean.ParserDescr.binary `andthen (Lean.ParserDescr.symbol " ∧ᵣ ") (Lean.ParserDescr.cat `term 36))
Instances For
Equations
- FinRV.«term_∨ᵣ_» = Lean.ParserDescr.trailingNode `FinRV.«term_∨ᵣ_» 30 31 (Lean.ParserDescr.binary `andthen (Lean.ParserDescr.symbol " ∨ᵣ ") (Lean.ParserDescr.cat `term 31))
Instances For
Equations
- FinRV.«term¬ᵣ_» = Lean.ParserDescr.node `FinRV.«term¬ᵣ_» 40 (Lean.ParserDescr.binary `andthen (Lean.ParserDescr.symbol "¬ᵣ") (Lean.ParserDescr.cat `term 40))
Instances For
Equations
- FinRV.«term_=ᵣ_» = Lean.ParserDescr.trailingNode `FinRV.«term_=ᵣ_» 50 51 (Lean.ParserDescr.binary `andthen (Lean.ParserDescr.symbol "=ᵣ") (Lean.ParserDescr.cat `term 51))
Instances For
Equations
- FinRV.«term_≤ᵣ_» = Lean.ParserDescr.trailingNode `FinRV.«term_≤ᵣ_» 50 51 (Lean.ParserDescr.binary `andthen (Lean.ParserDescr.symbol "≤ᵣ") (Lean.ParserDescr.cat `term 51))
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Represents the generator of the sample space of a Finprob. Each element is mapped to a single generator. Note that different Finsample definitions may induce equivalent sample spaces. Also there is no guarantee that there will not be a generator with zero probability.
Instances For
Defines the aggregated probability in the compacted space -