Theorems · Definition · commutative algebra
Function.Injective.nonUnitalNonAssocRing
{R : Type u_1} →
{S : Type u_2} →
[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 : NonUnitalNonAssocRing R] →
(f : S → R) →
Function.Injective f →
f 0 = 0 →
(∀ (x y : S), f (x + y) = f x + f y) →
(∀ (x y : S), f (x * y) = f x * f y) →
(∀ (x : S), f (-x) = -f x) →
(∀ (x y : S), f (x - y) = f x - f y) →
(∀ (n : ℕ) (x : S), f (n • x) = n • f x) →
(∀ (n : ℤ) (x : S), f (n • x) = n • f x) → NonUnitalNonAssocRing SPullback a NonUnitalNonAssocRing instance along an injective function.
- Defined in
- Mathlib.Algebra.Ring.InjSurj
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 20 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.
- AddCommGroupproof · cited by 12,871
- NonUnitalNonAssocSemiringproof · cited by 1,081
- NonUnitalNonAssocRingstatement and proof · cited by 354
- NonUnitalNonAssocSemiring.left_distribproof · cited by 0
- NonUnitalNonAssocSemiring.zero_mulproof · cited by 0
- NonUnitalNonAssocSemiring.mul_zeroproof · cited by 0
- Function.Injective.addCommGroupproof · cited by 0
- NonUnitalNonAssocSemiring.right_distribproof · cited by 0
- Function.Injective.nonUnitalNonAssocSemiringproof · cited by 0
Cited by4
Results whose statement or proof uses this declaration.
- Function.Injective.nonUnitalRingproof · cited by 0
- Function.Injective.nonAssocRingproof · cited by 0
- Function.Injective.nonUnitalNonAssocCommRingproof · cited by 0
- Equiv.nonUnitalNonAssocRingproof · cited by 0