Mathlib Map

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
Assumes
GroupWithZeroZeroMulOneInvDivPowPow

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.

Cited by3

Results whose statement or proof uses this declaration.