Documentation
LeanAPAP
.
Mathlib
.
Analysis
.
Normed
.
Ring
.
Basic
Search
return to top
source
Imports
Init
Mathlib.Tactic.NoncommRing
Mathlib.Analysis.Normed.Ring.Basic
Imported by
norm_one_sub_mul
norm_one_sub_mul'
nnnorm_one_sub_mul
nnnorm_one_sub_mul'
source
theorem
norm_one_sub_mul
{
R
:
Type
u_1}
[
SeminormedRing
R
]
{
a
b
c
:
R
}
(
ha
:
‖
a
‖
≤
1
)
:
‖
c
-
a
*
b
‖
≤
‖
c
-
a
‖
+
‖
1
-
b
‖
source
theorem
norm_one_sub_mul'
{
R
:
Type
u_1}
[
SeminormedRing
R
]
{
a
b
c
:
R
}
(
hb
:
‖
b
‖
≤
1
)
:
‖
c
-
a
*
b
‖
≤
‖
1
-
a
‖
+
‖
c
-
b
‖
source
theorem
nnnorm_one_sub_mul
{
R
:
Type
u_1}
[
SeminormedRing
R
]
{
a
b
c
:
R
}
(
ha
:
‖
a
‖₊
≤
1
)
:
‖
c
-
a
*
b
‖₊
≤
‖
c
-
a
‖₊
+
‖
1
-
b
‖₊
source
theorem
nnnorm_one_sub_mul'
{
R
:
Type
u_1}
[
SeminormedRing
R
]
{
a
b
c
:
R
}
(
hb
:
‖
b
‖₊
≤
1
)
:
‖
c
-
a
*
b
‖₊
≤
‖
1
-
a
‖₊
+
‖
c
-
b
‖₊