Theorems · Theorem · number theory
ArithmeticFunction.IsMultiplicative.map_lcm
∀ {R : Type u_1} [inst : CommGroupWithZero R] {f : ArithmeticFunction R},
f.IsMultiplicative → ∀ {x y : ℕ}, f (x.gcd y) ≠ 0 → f (x.lcm y) = f x * f y / f (x.gcd y)- Cited by
- 1 results in Mathlib
- Foundations
- Depth 99 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommGroupWithZero
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
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
- ArithmeticFunctionstatement and proof · cited by 290
- CommGroupWithZerostatement and proof · cited by 94
- mul_div_cancel_right₀proof · cited by 70
- ArithmeticFunction.IsMultiplicativestatement and proof · cited by 45
- ArithmeticFunction.IsMultiplicative.lcm_apply_mul_gcd_applyproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- BoundingSieve.mainSum_lambdaSquared_eq_sum_sum_mulproof · cited by 1