Theorems · Definition · group theory
Function.Injective.commGroupWithZero
{G₀ : Type u_2} →
{G₀' : Type u_4} →
[inst : CommGroupWithZero G₀] →
[inst_1 : Zero G₀'] →
[inst_2 : Mul G₀'] →
[inst_3 : One G₀'] →
[inst_4 : Inv G₀'] →
[inst_5 : Div G₀'] →
[inst_6 : Pow G₀' ℕ] →
[inst_7 : Pow G₀' ℤ] →
(f : G₀' → G₀) →
Function.Injective f →
f 0 = 0 →
f 1 = 1 →
(∀ (x y : G₀'), f (x * y) = f x * f y) →
(∀ (x : G₀'), f x⁻¹ = (f x)⁻¹) →
(∀ (x y : G₀'), f (x / y) = f x / f y) →
(∀ (x : G₀') (n : ℕ), f (x ^ n) = f x ^ n) →
(∀ (x : G₀') (n : ℤ), f (x ^ n) = f x ^ n) → CommGroupWithZero G₀'Pull back a CommGroupWithZero along an injective function.
See note [reducible non-instances].
- Defined in
- Mathlib.Algebra.GroupWithZero.InjSurj
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 20 from the axioms · uses propext
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- GroupWithZeroproof · cited by 691
- CommGroupWithZerostatement and proof · cited by 94
- CommSemigroupproof · cited by 62
- GroupWithZero.inv_zeroproof · cited by 3
- GroupWithZero.mul_inv_cancelproof · cited by 1
- Function.Injective.groupWithZeroproof · cited by 0
- GroupWithZero.zpow_neg'proof · cited by 0
- GroupWithZero.zpow_succ'proof · cited by 0
- GroupWithZero.zpow_zero'proof · cited by 0
- GroupWithZero.div_eq_mul_invproof · cited by 0
- Function.Injective.commSemigroupproof · cited by 0
Cited by1
Results whose statement or proof uses this declaration.
- Function.Injective.semifieldproof · cited by 0