Theorems · Definition · commutative algebra
Function.Injective.distrib
{R : Type u_1} →
{S : Type u_2} →
(f : S → R) →
Function.Injective f →
[inst : Add S] →
[inst_1 : Mul S] →
[inst_2 : Distrib R] →
(∀ (x y : S), f (x + y) = f x + f y) → (∀ (x y : S), f (x * y) = f x * f y) → Distrib SPullback a Distrib instance along an injective function.
- Defined in
- Mathlib.Algebra.Ring.InjSurj
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 8 from the axioms · uses propext
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Distribstatement and proof · cited by 31
- LeftDistribClassproof · cited by 12
- RightDistribClassproof · cited by 11
- RightDistribClass.right_distribproof · cited by 2
- LeftDistribClass.left_distribproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- Function.Injective.nonUnitalNonAssocSemiringproof · cited by 0