Theorems · Definition · commutative algebra
Function.Surjective.nonUnitalNonAssocSemiring
{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 : SMul ℕ S] →
[inst_4 : NonUnitalNonAssocSemiring R] →
f 0 = 0 →
(∀ (x y : R), f (x + y) = f x + f y) →
(∀ (x y : R), f (x * y) = f x * f y) →
(∀ (n : ℕ) (x : R), f (n • x) = n • f x) → NonUnitalNonAssocSemiring SPushforward a NonUnitalNonAssocSemiring instance along a surjective function.
See note [reducible non-instances].
- Defined in
- Mathlib.Algebra.Ring.InjSurj
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 14 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.
- AddCommMonoidproof · cited by 12,281
- MulZeroClass.mul_zeroproof · cited by 2,091
- MulZeroClass.zero_mulproof · cited by 1,625
- NonUnitalNonAssocSemiringstatement and proof · cited by 1,081
- MulZeroClassproof · cited by 232
- Distribproof · cited by 31
- Function.Surjective.distribproof · cited by 0
- Function.Surjective.addCommMonoidproof · cited by 0
- Distrib.left_distribproof · cited by 0
- Distrib.right_distribproof · cited by 0
- Function.Surjective.mulZeroClassproof · cited by 0
Cited by4
Results whose statement or proof uses this declaration.
- Function.Surjective.nonUnitalNonAssocCommSemiringproof · cited by 0
- Function.Surjective.nonUnitalNonAssocRingproof · cited by 0
- Function.Surjective.nonAssocSemiringproof · cited by 0
- Function.Surjective.nonUnitalSemiringproof · cited by 0