Documentation
Carleson
.
ToMathlib
.
Data
.
NNReal
Search
return to top
source
Imports
Init
Mathlib.Analysis.Normed.Ring.Basic
Imported by
NNReal
.
div_self_eq_ite
Real
.
nnnorm_le_nnnorm
source
theorem
NNReal
.
div_self_eq_ite
{
x
:
NNReal
}
:
x
/
x
=
if
0
<
x
then
1
else
0
source
theorem
Real
.
nnnorm_le_nnnorm
{
x
y
:
ℝ
}
(
hx
:
0
≤
x
)
(
hy
:
x
≤
y
)
:
‖
x
‖₊
≤
‖
y
‖₊
Transfer an inequality over
ℝ
to one of
NNNorm
s over
ℝ≥0
.