Documentation
HelpersLib
.
PReal
.
Multiplication
Search
return to top
source
Imports
Init
HelpersLib.PReal.Basic
Imported by
mul_mul_comm_last_first
mul_mul_comm_last_second
mul_mul_mul_comm_last_first
mul_mul_mul_comm_third_first
mul_mul_mul_comm_third_second
PReal
.
mul_inv_cancel
PReal
.
mul_lt_mul_right
source
theorem
mul_mul_comm_last_first
(
a
b
c
:
ℝ>0
)
:
a
*
b
*
c
=
c
*
b
*
a
source
theorem
mul_mul_comm_last_second
(
a
b
c
:
ℝ>0
)
:
a
*
b
*
c
=
a
*
c
*
b
source
theorem
mul_mul_mul_comm_last_first
(
a
b
c
d
:
ℝ>0
)
:
a
*
b
*
c
*
d
=
d
*
b
*
c
*
a
source
theorem
mul_mul_mul_comm_third_first
(
a
b
c
d
:
ℝ>0
)
:
a
*
b
*
c
*
d
=
c
*
b
*
a
*
d
source
theorem
mul_mul_mul_comm_third_second
(
a
b
c
d
:
ℝ>0
)
:
a
*
b
*
c
*
d
=
a
*
c
*
b
*
d
source
theorem
PReal
.
mul_inv_cancel
(
a
:
ℝ>0
)
:
a
*
a
⁻¹
=
1
source
theorem
PReal
.
mul_lt_mul_right
(
a
b
c
:
ℝ>0
)
:
b
*
a
<
c
*
a
↔
b
<
c