Mathlib Map

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 y

A general form of Möbius inversion. Based on lemma 2.1.2 of Incidence Algebras by Spiegel and O'Donnell.

Defined in
Mathlib.Combinatorics.Enumerative.IncidenceAlgebra
Cited by
1 results in Mathlib
Foundations
Depth 82 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
RingPartialOrderOrderTopLocallyFiniteOrderDecidableEq

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.

Cited by1

Results whose statement or proof uses this declaration.