Theorems · Definition · group theory
CommGroupWithZero.mk.noConfusion
{G₀ : Type u_2} →
{P : Sort u} →
{toCommMonoidWithZero : CommMonoidWithZero G₀} →
{toInv : Inv G₀} →
{toDiv : Div G₀} →
{toZPow : ZPow G₀} →
{div_eq_mul_inv : autoParam (∀ (a b : G₀), a / b = a * b⁻¹) DivInvMonoid.div_eq_mul_inv._autoParam} →
{zpow_zero' : autoParam (∀ (a : G₀), a ^ 0 = 1) DivInvMonoid.zpow_zero'._autoParam} →
{zpow_succ' :
autoParam (∀ (n : ℕ) (a : G₀), a ^ ↑n.succ = a ^ ↑n * a) DivInvMonoid.zpow_succ'._autoParam} →
{zpow_neg' :
autoParam (∀ (n : ℕ) (a : G₀), a ^ Int.negSucc n = (a ^ ↑n.succ)⁻¹)
DivInvMonoid.zpow_neg'._autoParam} →
{toNontrivial : Nontrivial G₀} →
{inv_zero : 0⁻¹ = 0} →
{mul_inv_cancel : ∀ (a : G₀), a ≠ 0 → a * a⁻¹ = 1} →
{toCommMonoidWithZero' : CommMonoidWithZero G₀} →
{toInv' : Inv G₀} →
{toDiv' : Div G₀} →
{toZPow' : ZPow G₀} →
{div_eq_mul_inv' :
autoParam (∀ (a b : G₀), a / b = a * b⁻¹)
DivInvMonoid.div_eq_mul_inv._autoParam} →
{zpow_zero'' :
autoParam (∀ (a : G₀), a ^ 0 = 1) DivInvMonoid.zpow_zero'._autoParam} →
{zpow_succ'' :
autoParam (∀ (n : ℕ) (a : G₀), a ^ ↑n.succ = a ^ ↑n * a)
DivInvMonoid.zpow_succ'._autoParam} →
{zpow_neg'' :
autoParam (∀ (n : ℕ) (a : G₀), a ^ Int.negSucc n = (a ^ ↑n.succ)⁻¹)
DivInvMonoid.zpow_neg'._autoParam} →
{toNontrivial' : Nontrivial G₀} →
{inv_zero' : 0⁻¹ = 0} →
{mul_inv_cancel' : ∀ (a : G₀), a ≠ 0 → a * a⁻¹ = 1} →
{ toCommMonoidWithZero := toCommMonoidWithZero, toInv := toInv,
toDiv := toDiv, toZPow := toZPow,
div_eq_mul_inv := div_eq_mul_inv, zpow_zero' := zpow_zero',
zpow_succ' := zpow_succ', zpow_neg' := zpow_neg',
toNontrivial := toNontrivial, inv_zero := inv_zero,
mul_inv_cancel := mul_inv_cancel } =
{ toCommMonoidWithZero := toCommMonoidWithZero', toInv := toInv',
toDiv := toDiv', toZPow := toZPow',
div_eq_mul_inv := div_eq_mul_inv', zpow_zero' := zpow_zero'',
zpow_succ' := zpow_succ'', zpow_neg' := zpow_neg'',
toNontrivial := toNontrivial', inv_zero := inv_zero',
mul_inv_cancel := mul_inv_cancel' } →
(toCommMonoidWithZero ≍ toCommMonoidWithZero' →
toInv ≍ toInv' → toDiv ≍ toDiv' → toZPow ≍ toZPow' → P) →
P- Defined in
- Mathlib.Algebra.GroupWithZero.Defs
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 14 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Nontrivialstatement and proof · cited by 2,416
- CommMonoidWithZerostatement and proof · cited by 913
- CommGroupWithZerostatement · cited by 94
- Monoid.toOnestatement · cited by 34
- CommMonoidWithZero.toZerostatement · cited by 10
- ZPowstatement and proof · cited by 1
- CommGroupWithZero.noConfusionproof · cited by 0
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.