Mathlib Map

Structures · Algebra

AddConstMapClass

Typeclass for maps satisfying f (x + a) = f x + b. Note that a and b are outParams, so one should not add instances like [AddConstMapClass F G H a b] : AddConstMapClass F G H (-a) (-b).

Defined in
Mathlib.Algebra.AddConstMap.Basic
Shape
5 explicit arguments · adds map_add_const

Extends0

Extends nothing: this is a root of the hierarchy.

Extended by0

Nothing extends this class yet.

Concrete types that are instances2

  • AddConstEquiv
  • AddConstMap

How is a type an instance?

Loading the hierarchy index…

Assumed by43

Ancestors0

No ancestors.