All proofs
Project-declaredLean 4.8.0 · mathlib@b5eba5954288

PMF integrable of support finite

PMF.integrable_of_support_finite

Plain-language statement

Everything is integrable over PMFs with finite support

Exact Lean statement

lemma PMF.integrable_of_support_finite (f : PMF α) (u : α → ℝ) (hf : f.support.Finite)
    [MeasurableSpace α] [MeasurableSingletonClass α] :
    MeasureTheory.Integrable u f.toMeasure

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
lemma PMF.integrable_of_support_finite (f : PMF α) (u : α  ) (hf : f.support.Finite)    [MeasurableSpace α] [MeasurableSingletonClass α] :    MeasureTheory.Integrable u f.toMeasure := by  rw [PMF.restrict_toMeasure_support, MeasureTheory.IntegrableOn]  have e : f.support = ⋃ (x : α) (_ : x  hf.toFinset), {x} := by    ext x    simp only [mem_support_iff, ne_eq, Finite.mem_toFinset, mem_iUnion, mem_singleton_iff,      exists_prop, exists_eq_right']  rw [e, MeasureTheory.integrableOn_finset_iUnion]  intro _ _  rw [MeasureTheory.integrableOn_singleton_iff,  PMF.toMeasure_apply_singleton]  · right; apply f.apply_lt_top  · apply MeasurableSet.singleton
Project
debate
License
Apache-2.0
Commit
de3a6e500ae1
Source
Prob/Pmf.lean:136-148

Reuse this declaration

Bring the exact result into your workflow

The import identifies the source module. Your project still needs the pinned package dependency shown on this page.

What this badge means

This completion status comes from the project or community source. It has not yet been represented here as an independent rebuild and axiom audit.

Continue in this project

Related declarations

Project-declaredLean 4.8.0

Alice pr le

alice_pr_le

Plain-language statement

Honest Alice has error ≥ e with probability ≤ q

probabilitycomplexity theoryinteractive protocols

Source project: debate

Person-level attribution pending.

View proof record
Project-declaredLean 4.8.0

Alice steps cost

alice_steps_cost

Plain-language statement

Alice makes few queries, regardless of Bob and Vera

probabilitycomplexity theoryinteractive protocols

Source project: debate

Person-level attribution pending.

View proof record
Project-declaredLean 4.8.0

Alices close

alices_close

Plain-language statement

Alice produces (p,y) with p close to o.probs y with good probability

probabilitycomplexity theoryinteractive protocols

Source project: debate

Person-level attribution pending.

View proof record