Documentation
BrownianMotion
.
Auxiliary
.
NNReal
Search
return to top
source
Imports
Init
Mathlib.Data.NNReal.Basic
Imported by
NNReal
.
add_sub_two_mul_min_eq_max
source
theorem
NNReal
.
add_sub_two_mul_min_eq_max
(
s
t
:
NNReal
)
:
s
+
t
-
2
*
min
s
t
=
max
(
s
-
t
) (
t
-
s
)