Theorems · Theorem · order theory
IncidenceAlgebra.moebius_inversion_top
∀ {𝕜 : Type u_2} {α : Type u_5} [inst : Ring 𝕜] [inst_1 : PartialOrder α] [inst_2 : OrderTop α]
[inst_3 : LocallyFiniteOrder α] [inst_4 : DecidableEq α] (f g : α → 𝕜),
(∀ (x : α), g x = ∑ y ≥ x, f y) → ∀ (x : α), f x = ∑ y ≥ x, (IncidenceAlgebra.mu 𝕜) x y * g yA general form of Möbius inversion. Based on lemma 2.1.2 of Incidence Algebras by Spiegel and O'Donnell.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 82 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites39
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
- AddCommGroupproof · cited by 12,871
- AddCommMonoidproof · cited by 12,281
- Ringstatement and proof · cited by 7,463
- PartialOrderstatement and proof · cited by 6,410
- Finset.sumstatement and proof · cited by 5,195
- mul_oneproof · cited by 3,885
- one_mulproof · cited by 2,841
- Finset.sum_congrproof · cited by 2,323
- MulZeroClass.mul_zeroproof · cited by 2,091
- MulZeroClass.zero_mulproof · cited by 1,625
Cited by1
Results whose statement or proof uses this declaration.
- IncidenceAlgebra.moebius_inversion_botproof · cited by 0