Cantor #
This file defines the Cantor-space and its components.
Main definitions #
B[h]
: The subbasic sets of the Cantor space topology (denoted $B_h$ in the paper).B{b}
: The subbasic sets extended to sets of the Cantor space topology (denoted $B_b$ in the paper).ℬ
: The smallest σ-algebra generated by the Cantor-open sets.ℬ.cantorSpace
: The Cantor space topology.ℬ.borel
: The Borel measurable space generated from the Cantor space topology.ℬ{b}
: The smallest Set Algebra generated by{B[h] | h ∈ b}
(denoted $ℬ_b$ in the paper).A{a,b}
: The atoms ofℬ{b}
.
The subbasic sets B[h]
and B{b}
#
Equation (1.1)
$$B[h] = \{ c ∣ h ∈ c \}$$
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equation (1.1)
$$B\{b\} = \{ c ∣ b ⊆ c \}$$
Equations
- One or more equations did not get rendered due to their size.
Instances For
The sets B[h]
and B[h]ᶜ
are the subbasic open sets of the Cantor space topology on 2H.
Equations
Instances For
The Borel measurable space generated by the Cantor-topology.
Equations
- ProbNetKAT.ℬ.borel = borel (Set H)
Instances For
The family of Borel sets ℬ
is the smallest σ-algebra containing the Cantor-open sets.
The theorem ℬ_is_borel
establishes this connection.
Instances For
From Wikipedia:
Using the union and intersection as operations, the clopen subsets of a given topological space X form a Boolean algebra. Every Boolean algebra can be obtained in this way from a suitable topological space: see Stone's representation theorem for Boolean algebras.
The family of Borel sets ℬ
is the smallest σ-algebra containing the Cantor-open sets.
The Set Algebra ℬ{b}
#
Let ℬ{b}
be the Boolean subalgebra of ℬ
generated by {B[h] | h ∈ b}
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The atoms A{a,b}
#
The atoms of ℬ{b}
are in one-to-one correspondence with the subsets a ⊆ b
, the subset a
determining which B[h]
occur positively in the construction of the atom:
A{a,b} = ⋂ h ∈ a, B[h] ∩ ⋂ h ∈ b \ a, B[h]ᶜ = B{a} \ ⋃ a ⊂ c ∧ c ⊆ b, B{c} = {c | a = c ∩ b}
Formulated in in A_ab_eq₁
, A_ab_eq₂
, and, A_ab_eq₃
.
Instances For
The atoms of ℬ{b}
are in one-to-one correspondence with the subsets a ⊆ b
, the subset a
determining which B[h]
occur positively in the construction of the atom:
A{a,b} = ⋂ h ∈ a, B[h] ∩ ⋂ h ∈ b \ a, B[h]ᶜ = B{a} \ ⋃ a ⊂ c ∧ c ⊆ b, B{c} = {c | a = c ∩ b}
Formulated in in A_ab_eq₁
, A_ab_eq₂
, and, A_ab_eq₃
.
Equations
- One or more equations did not get rendered due to their size.