Theorems · Definition · group theory
Group.casesOn
{G : Type u} →
{motive : Group G → Sort u_1} →
(t : Group G) →
([toDivInvMonoid : DivInvMonoid G] →
(inv_mul_cancel : ∀ (a : G), a⁻¹ * a = 1) →
motive { toDivInvMonoid := toDivInvMonoid, inv_mul_cancel := inv_mul_cancel }) →
motive t- Defined in
- Mathlib.Algebra.Group.Defs
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 6 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.
- Groupstatement and proof · cited by 6,238
- DivInvMonoidstatement and proof · cited by 103
- Monoid.toOnestatement · cited by 34
Cited by4
Results whose statement or proof uses this declaration.
- Group.isSolvable_of_commproof · cited by 4
- Group.toDivInvMonoid_injectiveproof · cited by 1
- Group.noConfusionproof · cited by 0
- Group.noConfusionTypeproof · cited by 0