Documentation
BrownianMotion
.
Auxiliary
.
ENNReal
Search
return to top
source
Imports
Init
Mathlib.Order.CompletePartialOrder
Mathlib.Data.ENat.Lattice
Mathlib.Data.Real.ENatENNReal
Mathlib.Analysis.SpecialFunctions.Pow.NNReal
Imported by
ENNReal
.
sum_geometric_two_le
ENNReal
.
ofReal_one_div
ENNReal
.
le_one_div_iff
ENat
.
toENNReal_iSup
ENat
.
toENNReal_le'
source
theorem
ENNReal
.
sum_geometric_two_le
(
n
:
ℕ
)
:
∑
i
∈
Finset.range
n
,
(
1
/
2
)
^
i
≤
2
source
theorem
ENNReal
.
ofReal_one_div
{
x
:
ℝ
}
(
hx
:
0
<
x
)
:
ENNReal.ofReal
(
1
/
x
)
=
1
/
ENNReal.ofReal
x
source
theorem
ENNReal
.
le_one_div_iff
{
x
y
:
ENNReal
}
:
x
≤
1
/
y
↔
y
≤
1
/
x
source
theorem
ENat
.
toENNReal_iSup
{
ι
:
Sort
u_1}
(
f
:
ι
→
ℕ∞
)
:
↑
(⨆ (
i
:
ι
),
f
i
)
=
⨆ (
i
:
ι
),
↑
(
f
i
)
source
theorem
ENat
.
toENNReal_le'
{
m
n
:
ℕ∞
}
:
m
≤
n
→
↑
m
≤
↑
n
Alias
of the reverse direction of
ENat.toENNReal_le
.