Theorems · Theorem · number theory
ArithmeticFunction.IsMultiplicative.eq_iff_eq_on_prime_powers
∀ {R : Type u_1} [inst : CommMonoidWithZero R] (f : ArithmeticFunction R),
f.IsMultiplicative →
∀ (g : ArithmeticFunction R), g.IsMultiplicative → (f = g ↔ ∀ (p i : ℕ), Nat.Prime p → f (p ^ i) = g (p ^ i))Two multiplicative functions f and g are equal if and only if
they agree on prime powers
- Cited by
- 0 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.
Cites13
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
- Nat.Primestatement and proof · cited by 2,059
- CommMonoidWithZerostatement and proof · cited by 913
- Finsupp.supportproof · cited by 828
- Finset.prod_congrproof · cited by 646
- ArithmeticFunctionstatement and proof · cited by 290
- Finsupp.prodproof · cited by 231
- Nat.factorizationproof · cited by 215
- ArithmeticFunction.IsMultiplicativestatement and proof · cited by 45
- ArithmeticFunction.map_zeroproof · cited by 34
- ArithmeticFunction.extproof · cited by 29
- Nat.prime_of_mem_primeFactorsproof · cited by 29
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.