Documentation

BrownianMotion.Auxiliary.StandardBorel

instance BorelSpace.sigma {ι : Type u_3} {γ : ιType u_4} [(n : ι) → MeasurableSpace (γ n)] [(n : ι) → TopologicalSpace (γ n)] [∀ (n : ι), BorelSpace (γ n)] :
BorelSpace ((n : ι) × γ n)

A sum of two standard Borel spaces is standard Borel.

instance StandardBorelSpace.sigma_countable {ι : Type u_3} {γ : ιType u_4} [Countable ι] [(n : ι) → MeasurableSpace (γ n)] [∀ (n : ι), StandardBorelSpace (γ n)] :
StandardBorelSpace ((n : ι) × γ n)

A sum of countably many standard Borel spaces is standard Borel.