Documentation
APAP
.
Mathlib
.
Analysis
.
Real
.
Sqrt
Search
return to top
source
Imports
Init
Mathlib.Analysis.Real.Sqrt
Imported by
Real
.
sqrt_le_self
Real
.
le_sqrt_self
source
@[simp]
theorem
Real
.
sqrt_le_self
{
x
:
ℝ
}
:
√
x
≤
x
↔
x
=
0
∨
1
≤
x
source
@[simp]
theorem
Real
.
le_sqrt_self
{
x
:
ℝ
}
:
x
≤
√
x
↔
x
≤
1