Theorems · Definition · group theory
DivisibleBy.casesOn
{A : Type u_1} →
{α : Type u_2} →
[inst : AddMonoid A] →
[inst_1 : SMul α A] →
[inst_2 : Zero α] →
{motive : DivisibleBy A α → Sort u} →
(t : DivisibleBy A α) →
((div : A → α → A) →
(div_zero : ∀ (a : A), div a 0 = 0) →
(div_cancel : ∀ {n : α} (a : A), n ≠ 0 → n • div a n = a) →
motive { div := div, div_zero := div_zero, div_cancel := div_cancel }) →
motive t- Defined in
- Mathlib.GroupTheory.Divisible
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 8 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- AddMonoidstatement and proof · cited by 2,864
- DivisibleBystatement and proof · cited by 8
Cited by2
Results whose statement or proof uses this declaration.
- DivisibleBy.noConfusionproof · cited by 0
- DivisibleBy.noConfusionTypeproof · cited by 0