Theorems · Theorem · group theory
Units.mk.injEq
∀ {α : Type u} [inst : Monoid α] (val inv : α) (val_inv : val * inv = 1) (inv_val : inv * val = 1) (val_1 inv_1 : α)
(val_inv_1 : val_1 * inv_1 = 1) (inv_val_1 : inv_1 * val_1 = 1),
({ val := val, inv := inv, val_inv := val_inv, inv_val := inv_val } =
{ val := val_1, inv := inv_1, val_inv := val_inv_1, inv_val := inv_val_1 }) =
(val = val_1 ∧ inv = inv_1)- Defined in
- Mathlib.Algebra.Group.Units.Defs
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 13 from the axioms · uses propext
- Assumes
- Monoid
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
- Unitsstatement · cited by 2,804
- Units.mk.injproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- Matrix.SpecialLinearGroup.toGL_injectiveproof · cited by 3