Documentation
Mathlib
.
Data
.
NNReal
.
Star
Search
return to top
source
Imports
Init
Mathlib.Data.NNReal.Defs
Mathlib.Data.Real.Star
Imported by
instStarRingNNReal
instTrivialStarNNReal
instStarModuleNNRealReal
instStarModuleNNRealOfReal
The non-negative real numbers are a *-ring, with the trivial *-structure
#
source
@[implicit_reducible]
instance
instStarRingNNReal
:
StarRing
NNReal
Equations
instStarRingNNReal
=
starRingOfComm
source
instance
instTrivialStarNNReal
:
TrivialStar
NNReal
source
instance
instStarModuleNNRealReal
:
StarModule
NNReal
ℝ
source
instance
instStarModuleNNRealOfReal
{
E
:
Type
u_1}
[
AddCommMonoid
E
]
[
Star
E
]
[
Module
ℝ
E
]
[
StarModule
ℝ
E
]
:
StarModule
NNReal
E