Mathlib Map

Structures · Topology

IsTopologicalSemiring

A topological semiring is a semiring R where addition and multiplication are continuous. We allow for non-unital and non-associative semirings as well. The IsTopologicalSemiring class should only be instantiated in the presence of a NonUnitalNonAssocSemiring instance; if there is an instance of NonUnitalNonAssocRing, then IsTopologicalRing should be used. Note: in the presence of NonAssocRing, these classes are mathematically equivalent (see IsTopologicalSemiring.continuousNeg_of_mul or IsTopologicalSemiring.toIsTopologicalRing).

Defined in
Mathlib.Topology.Algebra.Ring.Basic
Shape
One type argument

Extends2

Extended by1

Concrete types that are instances11

  • SeparationQuotient
  • NNReal
  • NNRat
  • Matrix
  • ENat
  • Subtype
  • Prod
  • ULift
  • MulOpposite
  • AddOpposite
  • ContinuousMap

How is a type an instance?

Loading the hierarchy index…

Assumed by514

Ancestors2