Theorems · Definition · group theory
RootableBy.mk.noConfusion
{A : Type u_1} →
{α : Type u_2} →
{inst : Monoid A} →
{inst_1 : Pow A α} →
{inst_2 : Zero α} →
{P : Sort u} →
{root : A → α → A} →
{root_zero : ∀ (a : A), root a 0 = 1} →
{root_cancel : ∀ {n : α} (a : A), n ≠ 0 → root a n ^ n = a} →
{root' : A → α → A} →
{root_zero' : ∀ (a : A), root' a 0 = 1} →
{root_cancel' : ∀ {n : α} (a : A), n ≠ 0 → root' a n ^ n = a} →
{ root := root, root_zero := root_zero, root_cancel := root_cancel } =
{ root := root', root_zero := root_zero', root_cancel := root_cancel' } →
(root ≍ root' → P) → P- Defined in
- Mathlib.GroupTheory.Divisible
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 11 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Monoidstatement and proof · cited by 3,887
- RootableBystatement · cited by 6
- RootableBy.noConfusionproof · cited by 0
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.