Predictable Functions
📂Measure TheoryPredictable Functions
Definition
Let’s call (X,E) a measurable space. Let’s define the set Sf(α) as follows.
Sf(α):={x∈X ∣ f(x)>α}=f−1((α,∞)),∀α∈R
If for every real number α∈R, Sf(α)∈E holds, then the function f:X→R taking extended real values is called E-measurable or simply measurable.
Explanation
Especially, if X=R, it is called Lebesgue measurable. When determining whether a function is measurable or not, it’s useful to check if it conforms to the above definition, and there’s a useful theorem for that.
Theorem
For the function f:X→R, the following four conditions are equivalent:
- (a) For every α∈R, Aα=Sf(α)={x∈X:f(x)>α} ∈ E.
- (b) For every α∈R, Bα={x∈X:f(x)≤α} ∈ E.
- (c) For every α∈R, Cα={x∈X:f(x)≥α} ∈ E.
- (d) For every α∈R, Dα={x∈X:f(x)<α} ∈ E.
Proof
First, since Aα and Bα are complements of each other, according to the property of σ-algebra (D2), (a) and (b) are equivalent. Similarly, (c) and (d) are equivalent. Therefore, showing that (a) and (c) are equivalent completes the proof.
σ-Algebra
Let’s say the set X is given. A collection E⊂P(X) of subsets of X that satisfies the below conditions is called a σ-algebra:
- (D1) ∅,X∈E
- (D2) E∈E⟹Ec∈E
- (D3) Ek∈E (∀k∈N)⟹⋃k=1∞Ek∈E
- (D4) Ek∈E (∀ k∈N)⟹⋂k=1∞Ek∈E
(a) ⟹ (c)
Assuming condition (a) holds, for every n∈N, Aα−n1∈E holds. And Cα=⋂n=1∞Aα−n1. Therefore, by definition (D3) of the σ-algebra, Cα∈E holds.
(c) ⟹ (a)
Assuming condition (c) holds, for every n∈N, Cα+n1∈E holds. And Aα=⋃n=1∞Cα+n1. Therefore, by definition (D3) of the σ-algebra, Aα∈E holds.
■