Theorems · Definition · group theory
Function.Injective.groupWithZero
{G₀ : Type u_2} →
{G₀' : Type u_4} →
[inst : GroupWithZero 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) → GroupWithZero G₀'Pull back a GroupWithZero along an injective function.
See note [reducible non-instances].
- Defined in
- Mathlib.Algebra.GroupWithZero.InjSurj
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 18 from the axioms · uses propext
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Nontrivialproof · cited by 2,416
- GroupWithZerostatement and proof · cited by 691
- MonoidWithZeroproof · cited by 456
- DivInvMonoidproof · cited by 103
- DivInvMonoid.zpow_neg'proof · cited by 4
- DivInvMonoid.div_eq_mul_invproof · cited by 1
- DivInvMonoid.zpow_zero'proof · cited by 1
- Function.Injective.divInvMonoidproof · cited by 0
- DivInvMonoid.zpow_succ'proof · cited by 0
- Function.Injective.monoidWithZeroproof · cited by 0
Cited by3
Results whose statement or proof uses this declaration.
- Function.Injective.divisionSemiringproof · cited by 0
- Function.Injective.divisionRingproof · cited by 0
- Function.Injective.commGroupWithZeroproof · cited by 0