Algebraic structures on unit balls and spheres #
In this file we define algebraic structures (Semigroup
, CommSemigroup
, Monoid
, CommMonoid
,
Group
, CommGroup
) on Metric.ball (0 : ๐) 1
, Metric.closedBall (0 : ๐) 1
, and
Metric.sphere (0 : ๐) 1
. In each case we use the weakest possible typeclass assumption on ๐
,
from NonUnitalSeminormedRing
to NormedField
.
Algebraic structures on Metric.ball 0 1
#
Equations
Equations
Equations
Alias of Metric.unitBall.coe_mul
.
Equations
Equations
Algebraic instances for Metric.closedBall 0 1
#
Equations
Equations
Alias of Metric.unitClosedBall.coe_mul
.
Equations
Equations
Closed unit ball in a seminormed ring as a bundled Submonoid
.
Equations
Instances For
Equations
Equations
Alias of Metric.unitClosedBall.coe_one
.
Alias of Metric.unitClosedBall.coe_pow
.
Equations
Equations
Algebraic instances on the unit sphere #
Unit sphere in a seminormed ring (with strictly multiplicative norm) as a bundled
Submonoid
.
Equations
Instances For
Equations
Alias of Metric.unitSphere.coe_inv
.
Equations
Alias of Metric.unitSphere.coe_div
.
Equations
Alias of Metric.unitSphere.coe_zpow
.
Equations
Equations
Alias of Metric.unitSphere.coe_one
.
Alias of Metric.unitSphere.coe_mul
.
Alias of Metric.unitSphere.coe_pow
.
Monoid homomorphism from the unit sphere in a normed division ring to the group of units.