Documentation
EValues
.
Mathlib
.
unitInterval
Search
return to top
source
Imports
Init
Mathlib.Analysis.InnerProductSpace.Basic
Mathlib.Topology.EMetricSpace.Paracompact
Mathlib.Topology.Separation.CompletelyRegular
Mathlib.MeasureTheory.Constructions.Polish.Basic
Mathlib.MeasureTheory.Integral.Bochner.Basic
Imported by
doubleton_eq
doubleton_univ
doubleton_union_univ
measure_doubleton_eq_add
doubleton_lintegral
unitInterval
.
zero_one_mem
unitInterval
.
doubleton
unitInterval
.
doubleton_emb
unitInterval
.
measurable_doubleton
Lemmas about the unit interval
#
source
theorem
doubleton_eq
(
s
:
Set
↑
{
0
,
1
}
)
:
s
=
∅
∨
s
=
{
⟨
0
,
doubleton_eq._proof_1
⟩
}
∨
s
=
{
⟨
1
,
doubleton_eq._proof_2
⟩
}
∨
s
=
{
⟨
0
,
doubleton_eq._proof_1
⟩
,
⟨
1
,
doubleton_eq._proof_2
⟩
}
source
theorem
doubleton_univ
:
{
⟨
0
,
doubleton_eq._proof_1
⟩
,
⟨
1
,
doubleton_eq._proof_2
⟩
}
=
Set.univ
source
theorem
doubleton_union_univ
:
{
⟨
0
,
doubleton_eq._proof_1
⟩
}
∪
{
⟨
1
,
doubleton_eq._proof_2
⟩
}
=
Set.univ
source
theorem
measure_doubleton_eq_add
(
μ
:
MeasureTheory.Measure
↑
{
0
,
1
}
)
:
μ
=
μ
{
⟨
0
,
doubleton_eq._proof_1
⟩
}
•
MeasureTheory.Measure.dirac
⟨
0
,
doubleton_eq._proof_1
⟩
+
μ
{
⟨
1
,
doubleton_eq._proof_2
⟩
}
•
MeasureTheory.Measure.dirac
⟨
1
,
doubleton_eq._proof_2
⟩
source
theorem
doubleton_lintegral
{
μ
:
MeasureTheory.Measure
↑
{
0
,
1
}
}
{
f
:
↑
{
0
,
1
}
→
ENNReal
}
:
∫⁻
(
x
:
↑
{
0
,
1
}
)
,
f
x
∂
μ
=
μ
{
⟨
0
,
doubleton_eq._proof_1
⟩
}
*
f
⟨
0
,
doubleton_eq._proof_1
⟩
+
μ
{
⟨
1
,
doubleton_eq._proof_2
⟩
}
*
f
⟨
1
,
doubleton_eq._proof_2
⟩
source
theorem
unitInterval
.
zero_one_mem
{
x
:
↑
{
0
,
1
}
}
:
↑
x
∈
unitInterval
source
def
unitInterval
.
doubleton
(
x
:
↑
{
0
,
1
}
)
:
{
x
:
ℝ
//
x
∈
unitInterval
}
Define the embedding from the doubleton set {0, 1} into the unit interval I
Equations
unitInterval.doubleton
x
=
⟨
↑
x
,
⋯
⟩
Instances For
source
theorem
unitInterval
.
doubleton_emb
:
MeasurableEmbedding
doubleton
source
theorem
unitInterval
.
measurable_doubleton
:
Measurable
doubleton