Mathlib Map

Structures · Algebra

DivisibleBy

An AddMonoid A is α-divisible iff n • x = a has a solution for all n ≠ 0 ∈ α and a ∈ A. Here we adopt a constructive approach where we ask an explicit div : A → α → A function such that * div a 0 = 0 for all a ∈ A * n • div a n = a for all n ≠ 0 ∈ α and a ∈ A.

Defined in
Mathlib.GroupTheory.Divisible
Shape
2 explicit arguments · adds div, div_zero, div_cancel

Extends0

Extends nothing: this is a root of the hierarchy.

Extended by0

Nothing extends this class yet.

Concrete types that are instances4

  • AddCircle
  • Prod
  • ULift
  • HasQuotient.Quotient

How is a type an instance?

Loading the hierarchy index…

Assumed by17

Ancestors0

No ancestors.