Theorems · Theorem · group theory
MonoidWithZeroHom.valueGroup.mk_mul
∀ {A : Type u_1} {B : Type u_2} [inst : MonoidWithZero A] [inst_1 : CommGroupWithZero B] (f : A →*₀ B) {r₁ s₁ r₂ s₂ : A}
{hr₁ : f r₁ ≠ 0} {hs₁ : f s₁ ≠ 0} {hr₂ : f r₂ ≠ 0} {hs₂ : f s₂ ≠ 0},
MonoidWithZeroHom.valueGroup.mk f r₁ s₁ hr₁ hs₁ * MonoidWithZeroHom.valueGroup.mk f r₂ s₂ hr₂ hs₂ =
MonoidWithZeroHom.valueGroup.mk f (r₁ * r₂) (s₁ * s₂) ⋯ ⋯- Defined in
- Mathlib.Algebra.GroupWithZero.Range
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 71 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Subgroupstatement · cited by 3,593
- Unitsstatement and proof · cited by 2,804
- map_mulproof · cited by 1,137
- MonoidWithZeroHomstatement and proof · cited by 704
- MonoidWithZerostatement and proof · cited by 456
- Units.mk0proof · cited by 181
- MulMemClass.mul_memproof · cited by 173
- MonoidWithZeroHom.valueGroupstatement · cited by 170
- CommGroupWithZerostatement and proof · cited by 94
- mul_mul_mul_commproof · cited by 65
- mul_invproof · cited by 50
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.