Theorems · Theorem · number theory
ArithmeticFunction.IsMultiplicative.lcm_apply_mul_gcd_apply
∀ {R : Type u_1} [inst : CommMonoidWithZero R] {f : ArithmeticFunction R},
f.IsMultiplicative → ∀ {x y : ℕ}, f (x.lcm y) * f (x.gcd y) = f x * f y- Cited by
- 2 results in Mathlib
- Foundations
- Depth 98 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommMonoidWithZero
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites30
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
- Finsetproof · cited by 13,712
- Finsuppproof · cited by 5,255
- Finset.prodproof · cited by 2,356
- mul_commproof · cited by 2,262
- MulZeroClass.mul_zeroproof · cited by 2,091
- MulZeroClass.zero_mulproof · cited by 1,625
- pow_zeroproof · cited by 1,094
- CommMonoidWithZerostatement and proof · cited by 913
- Finsupp.supportproof · cited by 828
- Finset.prod_congrproof · cited by 646
- ArithmeticFunctionstatement and proof · cited by 290
Cited by2
Results whose statement or proof uses this declaration.
- ArithmeticFunction.IsMultiplicative.map_lcmproof · cited by 1
- ArithmeticFunction.IsMultiplicative.map_gcdproof · cited by 0