Theorems · Theorem · commutative algebra
Function.Surjective.leftDistribClass
∀ {R : Type u_1} {S : Type u_2} (f : R → S),
Function.Surjective f →
∀ [inst : Add S] [inst_1 : Mul S] [inst_2 : Mul R] [inst_3 : Add R] [LeftDistribClass R],
(∀ (x y : R), f (x + y) = f x + f y) → (∀ (x y : R), f (x * y) = f x * f y) → LeftDistribClass SPushforward a LeftDistribClass instance along a surjective function.
- Defined in
- Mathlib.Algebra.Ring.InjSurj
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 8 from the axioms · uses propext
- Assumes
- AddMulMulAddLeftDistribClass
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- left_distribproof · cited by 19
- LeftDistribClassstatement and proof · cited by 12
- Function.Surjective.forall₃proof · cited by 3
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.