I am trying to solve the following,
Problem
Let A be an algebra,
Given any sequence {An}n∈N⊆A, with ∪∞n=1An=A∈A, it is possible to construct a pairwise disjoint sequence Bnn∈N⊆A with Bn⊆An and A=⊔∞n=1Bn, where ⊔ denotes a disjoint union.
My Solution
I use the following construction,
B1=A1, Bn=An−(∪n−1j=1Aj) ∀n≥2.
Since A is an algebra we have that Bn∈A ∀n.
By construction Bn⊆An for each n.
If we let i>j, Bi∩Bj=(Ai−(∪i−1n=1An))∩(Aj−∪j−1n=1An)=(Ai∩(∩i−1n=1Acn))∩(Aj∩(∩j−1n=1Acn))=(Ai∩(∩i−1n=1Acn))∩(Aj)=Ai∩Aj∩Acj∩(∩j−1n=1An)∩(∩i−1n=j+1An)=∅
Now I want to show that ⊔∞n=1Bn=∪∞n=1An.
I can show B1⊔B2=A1⊔(A2−A1)=A1⊔(A2∩Ac1)=(A1⊔A2)∩(A1⊔Ac1)=A1∪A2
From here I could go on by induction to show that it holds for all n∈N.
However if I understand induction correctly this argument is not valid when I want to proof something for a countable union.
Question
How can I show directly (without induction) that ⊔∞n=1Bn=∪∞n=1An in this case ?
Answer
Based on your construction, we get
B1⊂A1 and for n≥2, Bn⊂An. Hence,
+∞⋃n=1Bn⊂+∞⋃n=1An.
Let x∈+∞⋃n=1An.
S={m∈N:x∈Am}.
Then p∈S. Thus, ∅≠S⊂N. By the Well Ordering Principle, S has a least element, say k. Then k≥1. If k=1, then x∈A1, and so x∈B1⊂⋃+∞n=1Bn. So, suppose that k≥2. We have
x∉A1,x∉A2,…,x∉Ak−1,andx∈Ak.
Thus,
x∉k−1⋃i=1Ai.
Hence,
x∈Ak∖k−1⋃i=1Ai=Bk⊂+∞⋃n=1Bn.
Thus,
x∈+∞⋃n=1Bn.
+∞⋃n=1An⊂+∞⋃n=1Bn.
Equality follows.
No comments:
Post a Comment