Theorems · Inductive type · group theory
Group
Type u → Type u
A Group is a Monoid with an operation ⁻¹ satisfying a⁻¹ * a = 1.
There is also a division operation / such that a / b = a * b⁻¹,
with a default so that a / b = a * b⁻¹ holds by definition.
Use Group.ofLeftAxioms or Group.ofRightAxioms to define a group structure
on a type with the minimum proof obligations.
[Wikidata Q83478](https://www.wikidata.org/wiki/Q83478)
- Defined in
- Mathlib.Algebra.Group.Defs
- Cited by
- 6,238 results in Mathlib
- Foundations
- Depth 0 from the axioms, rests on 1 definitions · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites0
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
Nothing in Mathlib beyond the foundations.
Cited by7,561
Results whose statement or proof uses this declaration.
- Subgroupstatement · cited by 3,593
- IsTopologicalGroupstatement · cited by 469
- Subgroup.Normalstatement · cited by 334
- MonoidHom.rangestatement and proof · cited by 314
- Subgroup.mapstatement and proof · cited by 301
- MulAction.stabilizerstatement and proof · cited by 254
- MonoidHom.kerstatement and proof · cited by 212
- Subgroup.zpowersstatement and proof · cited by 204
- Subgroup.closurestatement and proof · cited by 196
- QuotientGroup.mkstatement and proof · cited by 196
- Subgroup.subtypestatement and proof · cited by 185
- Subgroup.comapstatement and proof · cited by 154
Showing the 200 most cited of 7,561.