Theorems · Definition · group theory
Units.mk.noConfusion
{α : Type u} →
{inst : Monoid α} →
{P : Sort u_1} →
{val inv : α} →
{val_inv : val * inv = 1} →
{inv_val : inv * val = 1} →
{val' inv' : α} →
{val_inv' : val' * inv' = 1} →
{inv_val' : inv' * val' = 1} →
{ val := val, inv := inv, val_inv := val_inv, inv_val := inv_val } =
{ val := val', inv := inv', val_inv := val_inv', inv_val := inv_val' } →
(val ≍ val' → inv ≍ inv' → P) → P- Defined in
- Mathlib.Algebra.Group.Units.Defs
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 11 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.
- Monoidstatement and proof · cited by 3,887
- Unitsstatement · cited by 2,804
- Units.noConfusionproof · cited by 0
Cited by3
Results whose statement or proof uses this declaration.
- Units.mk.injproof · cited by 2
- Equiv.Perm.eq_alternatingGroup_of_index_eq_twoproof · cited by 1
- Units.mk0_injproof · cited by 0