Theorems · Definition · commutative algebra
Function.Injective.ring
{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 : Neg S] →
[inst_5 : Sub S] →
[inst_6 : SMul ℕ S] →
[inst_7 : SMul ℤ S] →
[inst_8 : Pow S ℕ] →
[inst_9 : NatCast S] →
[inst_10 : IntCast S] →
[inst_11 : Ring 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) →
(∀ (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) →
(∀ (x : S) (n : ℕ), f (x ^ n) = f x ^ n) →
(∀ (n : ℕ), f ↑n = ↑n) → (∀ (n : ℤ), f ↑n = ↑n) → Ring SPullback a Ring instance along an injective function.
- Defined in
- Mathlib.Algebra.Ring.InjSurj
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 22 from the axioms · uses propext
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Semiringproof · cited by 13,802
- AddCommGroupproof · cited by 12,871
- Ringstatement and proof · cited by 7,463
- AddGroupWithOneproof · cited by 111
- AddGroupWithOne.intCast_ofNatproof · cited by 4
- AddGroupWithOne.intCast_negSuccproof · cited by 2
- AddGroupWithOne.sub_eq_add_negproof · cited by 1
- AddGroupWithOne.zsmul_neg'proof · cited by 1
- AddGroupWithOne.zsmul_succ'proof · cited by 1
- AddGroupWithOne.zsmul_zero'proof · cited by 1
- AddGroupWithOne.neg_add_cancelproof · cited by 0
- Function.Injective.addCommGroupproof · cited by 0
Cited by3
Results whose statement or proof uses this declaration.
- Function.Injective.divisionRingproof · cited by 0
- Function.Injective.commRingproof · cited by 0
- Equiv.ringproof · cited by 0