All proofs
Project-declaredLean 4.33.0-rc1 · mathlib@0434c033

Is Paving Analytic For is Capacitable

MeasureTheory.IsPavingAnalyticFor.isCapacitable

Project documentation

Choquet's capacitability theorem.

Exact Lean statement

theorem IsPavingAnalyticFor.isCapacitable (hp_empty : ∅ ∈ p) (hp_inter : InfClosed p)
    (hp_union : SupClosed p) (hs : IsPavingAnalyticFor p 𝓚 s) :
    IsCapacitable m s

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
theorem IsPavingAnalyticFor.isCapacitable (hp_empty : ∅  p) (hp_inter : InfClosed p)    (hp_union : SupClosed p) (hs : IsPavingAnalyticFor p 𝓚 s) :    IsCapacitable m s := by  obtain q, hq_empty, hq, A, hA, rfl := hs  have hq'_empty : ∅  infClosure q := subset_infClosure hq_empty  have hq' : IsCompactSystem (infClosure q) := hq.infClosure  refine IsCapacitable.fst hp_empty hp_inter hp_union m hq'_empty infClosed_infClosure hq' ?_  refine isCapacitable_mem_countableInfClosure_countableSupClosure _ ?_ ?_ ?_ ?_  · exact subset_supClosure ∅, hp_empty, ∅, hq'_empty, by simp  · exact InfClosed.supClosure (hp_inter.image2_prod infClosed_infClosure)  · exact fun s hs t ht  supClosed_supClosure hs ht  · unfold prodSigmaDelta at hA    rw [mem_countableInfClosure_iff_iInf] at hA     obtain B, hB, rfl := hA    refine B, fun n  ?_, rfl    simp_rw [mem_countableSupClosure_iff_iSup] at hB     obtain C, hC, hB_eq := hB n    simp_rw [ hB_eq]    refine C, fun m  ?_, rfl    refine subset_supClosure ?_    obtain u, v, hu, hv, h_eq := hC m    exact u, v, hu, subset_infClosure hv, h_eq
Project
Brownian motion
License
Apache-2.0
Commit
5077304f5e73
Source
BrownianMotion/Choquet/Capacity.lean:349-370

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.33.0-rc1

Continuous Within At Iio indicator Ioc

continuousWithinAt_Iio_indicator_Ioc

Plain-language statement

The indicator of a half-open interval Ioc a b with constant value c is left-continuous: when approached from the left it is eventually constant, so it is continuous within Iio t at t for every t.

probabilitystochastic processesmeasure theory

Source project: Brownian motion

Person-level attribution pending.

View proof record
Project-declaredLean 4.33.0-rc1

Dense comap val nhds Within Ioi ne Bot

Dense.comap_val_nhdsWithin_Ioi_neBot

Project documentation

This is an auxillary lemma used to prove Dense.monotone_of_isRightContinuous. It is saying that if D is a dense set and a, b are two points such that a < b, then the comap of 𝓝[Set.Ioi a] a under the inclusion D → α is nontrivial. Note that a < b is necessary as this is clearly not true if a is a top element.

probabilitystochastic processesmeasure theory

Source project: Brownian motion

Person-level attribution pending.

View proof record