Mathlib Map

Theorems · Theorem · group theory

division_def

∀ {G : Type u_1} [inst : DivInvMonoid G] (a b : G), a / b = a * b⁻¹

Alias of div_eq_mul_inv. Dividing by an element is the same as multiplying by its inverse. This is a duplicate of DivInvMonoid.div_eq_mul_inv ensuring that the types unfold better.

Defined in
Mathlib.Algebra.Group.Defs
Cited by
21 results in Mathlib
Foundations
Depth 7 from the axioms · uses no axioms
Assumes
DivInvMonoid

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.

Cited by21

Results whose statement or proof uses this declaration.