Mathlib Map

Theorems · Definition · commutative algebra

Function.Surjective.nonUnitalCommRing

{R : Type u_1} →
  {S : Type u_2} →
    (f : R → S) →
      Function.Surjective f →
        [inst : Add S] →
          [inst_1 : Mul S] →
            [inst_2 : Zero S] →
              [inst_3 : Neg S] →
                [inst_4 : Sub S] →
                  [inst_5 : SMul ℕ S] →
                    [inst_6 : SMul ℤ S] →
                      [inst_7 : NonUnitalCommRing R] →
                        f 0 = 0 →
                          (∀ (x y : R), f (x + y) = f x + f y) →
                            (∀ (x y : R), f (x * y) = f x * f y) →
                              (∀ (x : R), f (-x) = -f x) →
                                (∀ (x y : R), f (x - y) = f x - f y) →
                                  (∀ (n : ℕ) (x : R), f (n • x) = n • f x) →
                                    (∀ (n : ℤ) (x : R), f (n • x) = n • f x) → NonUnitalCommRing S

Pushforward a NonUnitalCommRing instance along a surjective function.

Defined in
Mathlib.Algebra.Ring.InjSurj
Cited by
0 results in Mathlib
Foundations
Depth 22 from the axioms · uses propext
Assumes
AddMulZeroNegSubSMulSMulNonUnitalCommRing

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites6

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.