Theorems · Theorem · number theory
ArithmeticFunction.sum_eq_iff_sum_smul_moebius_eq_on
∀ {R : Type u_1} [inst : AddCommGroup R] {f g : ℕ → R} (s : Set ℕ),
(∀ (m n : ℕ), m ∣ n → n ∈ s → m ∈ s) →
((∀ n > 0, n ∈ s → ∑ i ∈ n.divisors, f i = g n) ↔
∀ n > 0, n ∈ s → ∑ x ∈ n.divisorsAntidiagonal, ArithmeticFunction.moebius x.1 • g x.2 = f n)Möbius inversion for functions to an AddCommGroup, where the equalities only hold on a
well-behaved set.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 99 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- AddCommGroup
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
- Setstatement and proof · cited by 53,352
- AddCommGroupstatement and proof · cited by 12,871
- Finset.sumstatement and proof · cited by 5,195
- Finset.sum_congrproof · cited by 2,323
- ArithmeticFunctionstatement · cited by 290
- Nat.divisorsstatement and proof · cited by 137
- Nat.divisorsAntidiagonalstatement and proof · cited by 61
- ArithmeticFunction.moebiusstatement and proof · cited by 45
- Nat.dvd_of_mem_divisorsproof · cited by 8
- Nat.pos_of_mem_divisorsproof · cited by 6
- Nat.sum_divisorsAntidiagonal'proof · cited by 3
Cited by3
Results whose statement or proof uses this declaration.
- ArithmeticFunction.sum_eq_iff_sum_mul_moebius_eq_onproof · cited by 1
- ArithmeticFunction.prod_eq_iff_prod_pow_moebius_eq_onproof · cited by 1
- ArithmeticFunction.sum_eq_iff_sum_smul_moebius_eq_on'proof · cited by 0