Theorems · Theorem · number theory
ArithmeticFunction.sum_eq_iff_sum_mul_moebius_eq_on
∀ {R : Type u_1} [inst : NonAssocRing 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 a Ring, where the equalities only hold on a well-behaved
set.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 100 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- NonAssocRing
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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
- Finset.sumstatement and proof · cited by 5,195
- Finset.sum_congrproof · cited by 2,323
- NonAssocRingstatement and proof · cited by 483
- ArithmeticFunctionstatement · cited by 290
- Nat.divisorsstatement · cited by 137
- zsmul_eq_mulproof · cited by 120
- Nat.divisorsAntidiagonalstatement and proof · cited by 61
- ArithmeticFunction.moebiusstatement and proof · cited by 45
- ArithmeticFunction.sum_eq_iff_sum_smul_moebius_eq_onproof · cited by 3
Cited by1
Results whose statement or proof uses this declaration.
- BoundingSieve.nu_inv_eq_sum_divisors_inv_selbergTermsproof · cited by 2