Theorems · Definition · commutative algebra
Function.Surjective.nonAssocRing
{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 : One S] →
[inst_4 : Neg S] →
[inst_5 : Sub S] →
[inst_6 : SMul ℕ S] →
[inst_7 : SMul ℤ S] →
[inst_8 : NatCast S] →
[inst_9 : IntCast S] →
[inst_10 : NonAssocRing R] →
f 0 = 0 →
f 1 = 1 →
(∀ (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) →
(∀ (n : ℕ), f ↑n = ↑n) → (∀ (n : ℤ), f ↑n = ↑n) → NonAssocRing SPushforward a NonAssocRing instance along a surjective function.
- Defined in
- Mathlib.Algebra.Ring.InjSurj
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 23 from the axioms · uses propext
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- NonAssocSemiringproof · cited by 805
- NonAssocRingstatement and proof · cited by 483
- NonUnitalNonAssocRingproof · cited by 354
- AddCommGroupWithOneproof · cited by 61
- NonAssocSemiring.mul_oneproof · cited by 0
- NonAssocSemiring.natCast_succproof · cited by 0
- NonAssocSemiring.natCast_zeroproof · cited by 0
- Function.Surjective.addCommGroupWithOneproof · cited by 0
- Function.Surjective.nonAssocSemiringproof · cited by 0
- NonAssocSemiring.one_mulproof · cited by 0
- Function.Surjective.nonUnitalNonAssocRingproof · cited by 0
- AddCommGroupWithOne.intCast_negSuccproof · cited by 0
Cited by1
Results whose statement or proof uses this declaration.
- Function.Surjective.nonAssocCommRingproof · cited by 0