Theorems · Definition · commutative algebra
Function.Injective.nonAssocSemiring
{R : Type u_1} →
{S : Type u_2} →
(f : S → R) →
Function.Injective f →
[inst : Add S] →
[inst_1 : Mul S] →
[inst_2 : Zero S] →
[inst_3 : One S] →
[inst_4 : SMul ℕ S] →
[inst_5 : NatCast S] →
[inst_6 : NonAssocSemiring R] →
f 0 = 0 →
f 1 = 1 →
(∀ (x y : S), f (x + y) = f x + f y) →
(∀ (x y : S), f (x * y) = f x * f y) →
(∀ (n : ℕ) (x : S), f (n • x) = n • f x) → (∀ (n : ℕ), f ↑n = ↑n) → NonAssocSemiring SPullback a NonAssocSemiring instance along an injective function.
- Defined in
- Mathlib.Algebra.Ring.InjSurj
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 16 from the axioms · uses propext
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- NonUnitalNonAssocSemiringproof · cited by 1,081
- NonAssocSemiringstatement and proof · cited by 805
- AddMonoidWithOneproof · cited by 313
- MulZeroOneClassproof · cited by 184
- AddMonoidWithOne.natCast_succproof · cited by 2
- AddMonoidWithOne.natCast_zeroproof · cited by 2
- Function.Injective.mulZeroOneClassproof · cited by 0
- Function.Injective.nonUnitalNonAssocSemiringproof · cited by 0
- Function.Injective.addMonoidWithOneproof · cited by 0
Cited by4
Results whose statement or proof uses this declaration.
- Function.Injective.nonAssocCommSemiringproof · cited by 0
- Function.Injective.nonAssocRingproof · cited by 0
- Equiv.nonAssocSemiringproof · cited by 0
- Function.Injective.semiringproof · cited by 0