Documentation
LeanCourse
.
MIL
.
C03_Logic
.
S05_Disjunction
Search
Google site search
return to top
source
Imports
Init
LeanCourse.Common
Mathlib.Data.Real.Basic
Imported by
C03S05
.
MyAbs
.
le_abs_self
C03S05
.
MyAbs
.
neg_le_abs_self
C03S05
.
MyAbs
.
abs_add
C03S05
.
MyAbs
.
lt_abs
C03S05
.
MyAbs
.
abs_lt
source
theorem
C03S05
.
MyAbs
.
le_abs_self
(x :
ℝ
)
:
x
≤
|
x
|
source
theorem
C03S05
.
MyAbs
.
neg_le_abs_self
(x :
ℝ
)
:
-
x
≤
|
x
|
source
theorem
C03S05
.
MyAbs
.
abs_add
(x :
ℝ
)
(y :
ℝ
)
:
|
x
+
y
|
≤
|
x
|
+
|
y
|
source
theorem
C03S05
.
MyAbs
.
lt_abs
{x :
ℝ
}
{y :
ℝ
}
:
x
<
|
y
|
↔
x
<
y
∨
x
<
-
y
source
theorem
C03S05
.
MyAbs
.
abs_lt
{x :
ℝ
}
{y :
ℝ
}
:
|
x
|
<
y
↔
-
y
<
x
∧
x
<
y