Theorems · Inductive type · group theory
RootableBy
(A : Type u_1) → (α : Type u_2) → [Monoid A] → [Pow A α] → [Zero α] → Type (max u_1 u_2)
A Monoid A is α-rootable iff xⁿ = a has a solution for all n ≠ 0 ∈ α and a ∈ A.
Here we adopt a constructive approach where we ask an explicit root : A → α → A function such that
* root a 0 = 1 for all a ∈ A
* (root a n)ⁿ = a for all n ≠ 0 ∈ α and a ∈ A.
- Defined in
- Mathlib.GroupTheory.Divisible
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 1 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites1
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Monoidstatement · cited by 3,887
Cited by17
Results whose statement or proof uses this declaration.
- RootableBy.rootstatement and proof · cited by 3
- RootableBy.surjective_powstatement and proof · cited by 2
- RootableBy.root_cancelstatement and proof · cited by 1
- MeasureTheory.Measure.measurePreserving_zpowstatement and proof · cited by 1
- Function.Surjective.rootableBystatement and proof · cited by 0
- pow_left_surj_of_rootableBystatement · cited by 0
- MeasureTheory.Measure.MeasurePreserving.zpowstatement and proof · cited by 0
- RootableBy.casesOnstatement and proof · cited by 0
- RootableBy.ctorIdxstatement and proof · cited by 0
- RootableBy.noConfusionstatement and proof · cited by 0
- RootableBy.noConfusionTypestatement and proof · cited by 0
- RootableBy.recOnstatement and proof · cited by 0