Documentation
LeanOA
.
MulNonneg
Search
return to top
source
Imports
Init
Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Order
Imported by
CStarAlgebra
.
prod_nonneg_of_commute
source
theorem
CStarAlgebra
.
prod_nonneg_of_commute
{
A
:
Type
u_1}
[
CStarAlgebra
A
]
[
PartialOrder
A
]
[
StarOrderedRing
A
]
{
l
:
List
A
}
(
hl_nonneg
:
∀
x
∈
l
,
0
≤
x
)
(
hl_comm
:
∀
x
∈
l
,
∀
y
∈
l
,
Commute
x
y
)
:
0
≤
l
.
prod