Alphabeta Math
Session-authored (Fable 5 assisted)
How statement and proof provenance work

The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.

  • Literature-sourced: the exact statement appears in a cited source; only wording and notation differ.
  • AI-adapted: a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
  • AI-generated: a genuinely novel statement formulated by AI, with no source for the claim itself.

These labels describe origin, not correctness: citations and verification chips remain separate evidence.

18 results · all verified · 0 also independently AI-judged
Every result on this page is machine-checked by a proof checker and read in full and owner-audited; the judge is an additional, independent cross-model AI review of the proofs. The 18 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Incidence Algebras and Möbius Inversion

1 · Prerequisites

2 · Summary

Partial orders supply intervals, chains and Boolean lattices, while commutative rings supply the coefficients for addition and multiplication. Finite-set cardinality, product and sum rules control the indexing sets, and prime factorisation with valuations describes positive divisors. These ingredients distinguish local finiteness of intervals from lower- and upper-finiteness of principal ideals and filters, and they support finite sums in arbitrary commutative monoids rather than only in R\mathbb R or N\mathbb N.

Incidence functions acquire convolution and a ring identity, and recursive one-sided inverses give the diagonal-unit criterion and the integer-valued poset Möbius function. Its two interval recurrences yield lower-finite inversion and a separately proved upper-finite dual. Product posets then give formulas for Boolean lattices and finite chains, identifying complementary inclusion-exclusion as Möbius inversion. The divisibility poset factorises into prime-exponent chains, which proves agreement with the number-theoretic Möbius function, classical divisor inversion and multiplicativity on coprime inputs.

3 · Logical flowchart

4 · Definitions, theorems and proofs

DefinitionDefinition: AI-adaptedProof: Not applicableaudited 2026-07-31Open item page →

Intervals in a poset; locally finite, lower-finite and upper-finite posets

Definition

Let (P,)(P,\le) be a poset (Partial order and partially ordered set). For comparable elements xyx\le y, the closed interval from xx to yy is

[x,y]:={zP:xzy}.[x,y]:=\{z\in P:x\le z\le y\}.

The principal ideal below yy and the principal filter above xx are

Py:={zP:zy},Px:={zP:xz}.P_{\le y}:=\{z\in P:z\le y\},\qquad P_{\ge x}:=\{z\in P:x\le z\}.

bwxuvytr[x;y]Pyn[x;y]P¸xn[x;y]

The poset PP is

  • locally finite when [x,y][x,y] is finite for every xyx\le y;
  • lower-finite when PyP_{\le y} is finite for every yPy\in P;
  • upper-finite when PxP_{\ge x} is finite for every xPx\in P.

Here finite has the meaning of Finite, countably infinite, countable, uncountable, and finite cardinalities are those of The cardinality A\lvert A\rvert of a finite set. Every lower-finite poset is locally finite because [x,y]Py[x,y]\subseteq P_{\le y}, and every upper-finite poset is locally finite because [x,y]Px[x,y]\subseteq P_{\ge x}; both conclusions use that a subset of a finite set is finite (A subset of a finite set is finite, with BA\lvert B\rvert \le \lvert A\rvert, and equality holds if and only if B=AB = A).

Remarks

Local finiteness controls sums over one interval [x,y][x,y]. It does not imply that a whole principal ideal or principal filter is finite. The one-sided hypotheses are therefore stated separately because global inversion sums range over those larger sets.

DefinitionDefinition: Literature-sourcedProof: Not applicableaudited 2026-07-31Open item page →

The incidence functions I(P,R)I(P,R) of a locally finite poset and their convolution

Definition

Let (P,)(P,\le) be a locally finite poset (Intervals in a poset; locally finite, lower-finite and upper-finite posets) and let RR be a commutative ring (Commutative ring, Ring: an abelian group under addition and a monoid under multiplication, with multiplication distributing over addition on both sides). Put

Int(P):={(x,y)P×P:xy}.\operatorname{Int}(P):=\{(x,y)\in P\times P:x\le y\}.

An incidence function with coefficients in RR is a function f:Int(P)Rf:\operatorname{Int}(P)\to R. The set of all incidence functions is denoted

I(P,R):=RInt(P).I(P,R):=R^{\operatorname{Int}(P)}.

Addition, zero and additive inverses are pointwise, as in the function ring of The ring RXR^{X} of all functions from a set XX into a ring, with pointwise operations. For f,gI(P,R)f,g\in I(P,R) their convolution is the incidence function

(fg)(x,y):=z[x,y]f(x,z)g(z,y)(xy),(f*g)(x,y):=\sum_{z\in[x,y]}f(x,z)g(z,y)\qquad(x\le y),

where the sum is the finite commutative-monoid sum of A finite sum in a commutative monoid indexed by an arbitrary finite set in the additive monoid of RR.

xzwyonesummand,forachosenz2[x;y]:f(x;z)g(z;y)f(x;z)g(z;y)

This operation is well defined precisely at the stated level of generality: local finiteness makes [x,y][x,y] finite for each comparable pair, so the displayed ring-valued sum has finitely many terms. The definition makes no claim about sums over an entire principal ideal or principal filter.

DefinitionDefinition: AI-adaptedProof: Not applicableaudited 2026-07-31Open item page →

The delta and zeta incidence functions

Definition

Let PP be locally finite and let RR be a commutative ring with zero 0R0_R and identity 1R1_R (Ring: an abelian group under addition and a monoid under multiplication, with multiplication distributing over addition on both sides). The delta function and zeta function in I(P,R)I(P,R) (The incidence functions I(P,R)I(P,R) of a locally finite poset and their convolution) are

δ(x,y):={1R,x=y,0R,x<y,ζ(x,y):=1R(xy).\delta(x,y):=\begin{cases}1_R,&x=y,\\0_R,&x<y,\end{cases}\qquad \zeta(x,y):=1_R\quad(x\le y).

Both are functions on the comparable pairs of PP. The delta function is supported on the diagonal, while the zeta function is constant on every interval.

LemmaStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-07-31Open item page →

Incidence convolution is associative and distributes over pointwise addition

Statement

For a locally finite poset PP, a commutative ring RR, and f,g,hI(P,R)f,g,h\in I(P,R), incidence convolution satisfies

(fg)h=f(gh),(f*g)*h=f*(g*h),

and both distributive laws over pointwise addition.

Facts & Assumptions

Given: A locally finite poset PP, a commutative ring RR, incidence functions f,g,hf,g,h, and a comparable pair xyx\le y.

[F1]

(ab)(x,y)=xzya(x,z)b(z,y)(a*b)(x,y)=\sum_{x\le z\le y}a(x,z)b(z,y), and [x,y][x,y] is finite (The incidence functions I(P,R)I(P,R) of a locally finite poset and their convolution).

[L1]

Finite sums in a commutative monoid may be reindexed, split, and interchanged by the finite Fubini rule (Finite commutative-monoid sums are invariant under bijective reindexing, split over disjoint unions, and satisfy the finite Fubini rule).

[F2]

In a ring, multiplication is associative and distributes over addition on both sides; in a commutative ring the order of factors may also be exchanged (Ring: an abelian group under addition and a monoid under multiplication, with multiplication distributing over addition on both sides, Commutative ring).

Proof

technique · direct
1.1

Expanding the left bracketing and distributing the factor h(v,y)h(v,y) through the inner sum gives ((fg)h)(x,y)=xvyxuvf(x,u)g(u,v)h(v,y)((f*g)*h)(x,y)=\sum_{x\le v\le y}\sum_{x\le u\le v}f(x,u)g(u,v)h(v,y).

F1F2
1.2

Put D:={(u,v)[x,y]2:uv}D:=\{(u,v)\in[x,y]^2:u\le v\}. Expanding the right bracketing gives (f(gh))(x,y)=xuyuvyf(x,u)g(u,v)h(v,y)(f*(g*h))(x,y)=\sum_{x\le u\le y}\sum_{u\le v\le y}f(x,u)g(u,v)h(v,y).

F1F2
1.3

For every xyx\le y, ((f+g)h)(x,y)=xzy(f(x,z)+g(x,z))h(z,y)=xzyf(x,z)h(z,y)+xzyg(x,z)h(z,y)((f+g)*h)(x,y)=\sum_{x\le z\le y}(f(x,z)+g(x,z))h(z,y)=\sum_{x\le z\le y}f(x,z)h(z,y)+\sum_{x\le z\le y}g(x,z)h(z,y) by distributivity in RR and additivity of a finite sum; hence (f+g)h=fh+gh(f+g)*h=f*h+g*h.

F1F2L1
1.4

The same calculation with the sum in the right factor gives f(g+h)=fg+fhf*(g+h)=f*g+f*h.

F1F2L1
2.1

Extend the displayed summand by 0R0_R from DD to [x,y]2[x,y]^2. Splitting each finite inner sum into the admissible indices and the zero terms identifies steps 1.1 and 1.2 with its two iterated sums over [x,y]2[x,y]^2. Finite Fubini makes those iterated sums equal.

step 1.1step 1.2L1
3.1

Since steps 2.1 and 1.2 agree for every comparable (x,y)(x,y), (fg)h=f(gh)(f*g)*h=f*(g*h).

step 2.1step 1.2
4.1

Steps 3.1, 1.3 and 1.4 prove associativity and both distributive laws.

step 3.1step 1.3step 1.4
TheoremStatement: AI-adaptedProof: AI-adaptedprecheck passaudited 2026-07-31Open item page →

Pointwise addition and convolution make I(P,R)I(P,R) a ring with identity δ\delta

Statement

If PP is locally finite and RR is a commutative ring, then pointwise addition and incidence convolution make I(P,R)I(P,R) a ring whose multiplicative identity is the delta incidence function δ\delta.

Facts & Assumptions

Given: A locally finite poset PP, a commutative ring RR, and fI(P,R)f\in I(P,R).

[L2]

Incidence convolution is associative and distributes over pointwise addition on both sides (Incidence convolution is associative and distributes over pointwise addition).

[F1]

δ(x,y)\delta(x,y) is 1R1_R on the diagonal and 0R0_R off it (The delta and zeta incidence functions).

Proof

technique · direct
1.1

Since I(P,R)I(P,R) is the set of functions from the comparable pairs of PP to RR, [L1] makes it an abelian group under pointwise addition.

L1
1.2

Associativity of convolution and both distributive laws are [L2].

L2
1.3

For xyx\le y, (δf)(x,y)=xzyδ(x,z)f(z,y)=f(x,y)(\delta*f)(x,y)=\sum_{x\le z\le y}\delta(x,z)f(z,y)=f(x,y) because only the term z=xz=x is nonzero.

F1
1.4

Likewise (fδ)(x,y)=xzyf(x,z)δ(z,y)=f(x,y)(f*\delta)(x,y)=\sum_{x\le z\le y}f(x,z)\delta(z,y)=f(x,y) because only the term z=yz=y is nonzero.

F1
2.1

Thus convolution is associative, distributes over the pointwise abelian-group operation, and has the two-sided identity δ\delta; these are exactly the ring axioms.

step 1.1step 1.2step 1.3step 1.4L1
LemmaStatement: AI-adaptedProof: AI-adaptedprecheck passaudited 2026-07-31Open item page →

If every diagonal value of an incidence function is a unit, recursive interval formulas construct both a left and a right convolution inverse

Statement

Let PP be locally finite, let RR be a commutative ring, and let fI(P,R)f\in I(P,R). Suppose f(x,x)f(x,x) is a unit of RR for every xPx\in P. Then the recursive formulas

g(x,x)=f(x,x)1,g(x,y)=f(x,x)1x<zyf(x,z)g(z,y)(x<y)g(x,x)=f(x,x)^{-1},\qquad g(x,y)=-f(x,x)^{-1}\sum_{x<z\le y}f(x,z)g(z,y)\quad(x<y)

and

h(x,x)=f(x,x)1,h(x,y)=(xz<yh(x,z)f(z,y))f(y,y)1(x<y)h(x,x)=f(x,x)^{-1},\qquad h(x,y)=-\left(\sum_{x\le z<y}h(x,z)f(z,y)\right)f(y,y)^{-1}\quad(x<y)

define incidence functions satisfying fg=δf*g=\delta and hf=δh*f=\delta. They coincide, so their common value is a two-sided convolution inverse of ff.

Facts & Assumptions

Given: A locally finite poset PP, a commutative ring RR, and an incidence function ff whose diagonal values are units.

[L1]

Strong induction: if a property at nn follows from its truth at every smaller natural, it holds for every natural (Strong (complete) induction).

[F1]

Every interval [x,y][x,y] is finite; if x<zyx<z\le y, then [z,y][z,y] is a proper subset of [x,y][x,y], and if xz<yx\le z<y, then [x,z][x,z] is a proper subset (Intervals in a poset; locally finite, lower-finite and upper-finite posets).

[L4]

I(P,R)I(P,R) is a ring with identity δ\delta, so convolution is associative (Pointwise addition and convolution make I(P,R)I(P,R) a ring with identity δ\delta).

[F2]

Finite sums over the displayed subintervals are defined in the additive commutative monoid of RR (A finite sum in a commutative monoid indexed by an arbitrary finite set).

Proof

technique · induction
1.1

On a diagonal interval the equations (fg)(x,x)=1R(f*g)(x,x)=1_R and (hf)(x,x)=1R(h*f)(x,x)=1_R force g(x,x)=h(x,x)=f(x,x)1g(x,x)=h(x,x)=f(x,x)^{-1} by [L3].

baseL3
1.2

Fix a natural nn and assume that gg and hh have been uniquely defined on every interval of cardinality less than nn, with the required convolution equations there.

ih
2.1

Let x<yx<y with [x,y]=n|[x,y]|=n. Every g(z,y)g(z,y) occurring in x<zyf(x,z)g(z,y)\sum_{x<z\le y}f(x,z)g(z,y) belongs to the proper subinterval [z,y][z,y], and every h(x,z)h(x,z) in xz<yh(x,z)f(z,y)\sum_{x\le z<y}h(x,z)f(z,y) belongs to the proper subinterval [x,z][x,z]; their cardinalities are less than nn by [F1] and [L2].

step 1.2F1L2
3.1

The displayed formulas in the Statement therefore assign unique values to g(x,y)g(x,y) and h(x,y)h(x,y), since the sums are finite and both diagonal inverses are unique.

step 2.1F2L3construct
4.1

Isolating the term z=xz=x in convolution gives (fg)(x,y)=f(x,x)g(x,y)+x<zyf(x,z)g(z,y)=0R(f*g)(x,y)=f(x,x)g(x,y)+\sum_{x<z\le y}f(x,z)g(z,y)=0_R by the defining formula for g(x,y)g(x,y).

step 3.1L3
4.2

Isolating the term z=yz=y gives (hf)(x,y)=xz<yh(x,z)f(z,y)+h(x,y)f(y,y)=0R(h*f)(x,y)=\sum_{x\le z<y}h(x,z)f(z,y)+h(x,y)f(y,y)=0_R by the defining formula for h(x,y)h(x,y).

step 3.1L3
5.1

Steps 1.1 through 4.2, with strong induction on [x,y]|[x,y]|, define gg and hh on every comparable pair and give fg=δf*g=\delta and hf=δh*f=\delta.

step 1.1step 1.2step 2.1step 3.1step 4.1step 4.2L1discharge-induction
6.1

Associativity and the identity law in [L4] now give h=hδ=h(fg)=(hf)g=δg=gh=h*\delta=h*(f*g)=(h*f)*g=\delta*g=g.

step 5.1L4
7.1

Hence the two recursive one-sided inverses coincide and their common value is a two-sided convolution inverse of ff.

step 5.1step 6.1discharge-induction
TheoremStatement: AI-adaptedProof: AI-adaptedprecheck passaudited 2026-07-31Open item page →

An incidence function is convolution-invertible if and only if every diagonal value is a unit

Statement

Let PP be any locally finite poset, possibly infinite, let RR be a commutative ring, and let fI(P,R)f\in I(P,R). Then ff is invertible under convolution if and only if f(x,x)f(x,x) is a unit of RR for every xPx\in P.

Facts & Assumptions

Given: A locally finite poset PP, a commutative ring RR, and fI(P,R)f\in I(P,R).

[L1]

If every diagonal value of ff is a unit, the recursive interval formulas construct a two-sided convolution inverse (If every diagonal value of an incidence function is a unit, recursive interval formulas construct both a left and a right convolution inverse).

[F2]

The convolution identity satisfies δ(x,x)=1R\delta(x,x)=1_R (The delta and zeta incidence functions).

Proof

technique · direct
1.1

Suppose ff has a convolution inverse gg. Evaluating fg=δf*g=\delta at (x,x)(x,x) gives f(x,x)g(x,x)=1Rf(x,x)g(x,x)=1_R, and evaluating gf=δg*f=\delta gives g(x,x)f(x,x)=1Rg(x,x)f(x,x)=1_R. Thus f(x,x)f(x,x) is a unit for every xx.

F1F2
1.2

Conversely, if every f(x,x)f(x,x) is a unit, [L1] constructs a two-sided convolution inverse of ff.

L1
2.1

Steps 1.1 and 1.2 prove both directions of the criterion.

step 1.1step 1.2
DefinitionDefinition: AI-adaptedProof: Not applicableaudited 2026-07-31Open item page →

The integer-valued Möbius function μP\mu_P of a locally finite poset

Definition

Let PP be a locally finite poset. Take coefficients in the commutative ring Z\mathbb Z (The integers form a commutative ring). The zeta incidence function has diagonal value 11, hence is convolution-invertible by An incidence function is convolution-invertible if and only if every diagonal value is a unit. The Möbius function of PP is its unique inverse

μP:=ζ1I(P,Z),\mu_P:=\zeta^{-1}\in I(P,\mathbb Z),

so

μPζ=δ=ζμP\mu_P*\zeta=\delta=\zeta*\mu_P

with δ\delta and ζ\zeta as in The delta and zeta incidence functions. Its value μP(x,y)\mu_P(x,y) is therefore an integer for every xyx\le y.

Remarks

The coefficient ring is fixed as Z\mathbb Z. When a formula takes values in another ring RR, the integer μP(x,y)\mu_P(x,y) acts through its canonical repeated-addition multiple of 1R1_R; no characteristic-dependent second Möbius function is introduced.

LemmaStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-07-31Open item page →

The Möbius recurrence: μP(x,x)=1\mu_P(x,x)=1 and both interval sums of μP\mu_P vanish when x<yx<y

Statement

For a locally finite poset PP and xyx\le y,

μP(x,x)=1,\mu_P(x,x)=1,

and, when x<yx<y,

xzyμP(x,z)=0,xzyμP(z,y)=0.\sum_{x\le z\le y}\mu_P(x,z)=0,\qquad \sum_{x\le z\le y}\mu_P(z,y)=0.

Equivalently, off the diagonal,

μP(x,y)=xz<yμP(x,z)=x<zyμP(z,y).\mu_P(x,y)=-\sum_{x\le z<y}\mu_P(x,z)=-\sum_{x<z\le y}\mu_P(z,y).

Either recurrence together with the diagonal values uniquely determines μP\mu_P interval by interval.

Facts & Assumptions

Given: A locally finite poset PP and comparable elements xyx\le y.

[F1]

μPζ=δ=ζμP\mu_P*\zeta=\delta=\zeta*\mu_P (The integer-valued Möbius function μP\mu_P of a locally finite poset).

[F2]

Proof

technique · direct
1.1

Evaluating either inverse equation at (x,x)(x,x) gives μP(x,x)=1\mu_P(x,x)=1.

F1F2
1.2

Evaluating μPζ=δ\mu_P*\zeta=\delta at x<yx<y gives xzyμP(x,z)=0\sum_{x\le z\le y}\mu_P(x,z)=0.

F1F2
1.3

Evaluating ζμP=δ\zeta*\mu_P=\delta at x<yx<y gives xzyμP(z,y)=0\sum_{x\le z\le y}\mu_P(z,y)=0.

F1F2
2.1

Isolating the term z=yz=y in step 1.2 and the term z=xz=x in step 1.3 yields the two displayed recursive formulas.

step 1.2step 1.3algebra
3.1

Each right-hand side uses only proper subintervals, so induction on the finite cardinality of [x,y][x,y] shows that either recurrence and the diagonal clause determine at most one function.

step 1.1step 2.1
4.1

Steps 1.1 through 3.1 prove both sums, both recurrences and uniqueness.

step 1.1step 1.2step 1.3step 2.1step 3.1
TheoremStatement: AI-adaptedProof: AI-adaptedprecheck passaudited 2026-07-31Open item page →

Möbius inversion on a lower-finite poset, with the dual upper-finite form

Statement

Let RR be a commutative ring and interpret an integer mm in a coefficient as the repeated-addition element m1Rm1_R (Integer multiples in a ring: (m+n)a=ma+na(m + n)a = ma + na, m(a+b)=ma+mbm(a + b) = ma + mb, (ma)b=m(ab)=a(mb)(ma)b = m(ab) = a(mb) and (ma)(nb)=(mn)(ab)(ma)(nb) = (mn)(ab) for all m,nZm, n \in \mathbb{Z} and a,bRa, b \in R).

Lower-finite form. If PP is lower-finite and f,g:PRf,g:P\to R, then the following are equivalent:

  1. g(y)=xyf(x)g(y)=\sum_{x\le y}f(x) for every yPy\in P;
  2. f(y)=xyμP(x,y)g(x)f(y)=\sum_{x\le y}\mu_P(x,y)g(x) for every yPy\in P.

Upper-finite form. If PP is upper-finite and f,g:PRf,g:P\to R, then the following are equivalent:

  1. g(x)=xyf(y)g(x)=\sum_{x\le y}f(y) for every xPx\in P;
  2. f(x)=xyμP(x,y)g(y)f(x)=\sum_{x\le y}\mu_P(x,y)g(y) for every xPx\in P.

The two assertions have separate finiteness hypotheses. Local finiteness alone makes each interval recurrence finite but does not make either displayed global sum finite.

Facts & Assumptions

Given: A commutative ring RR, functions f,g:PRf,g:P\to R, and either the lower-finite or the upper-finite hypotheses in the Statement.

[F1]

In a lower-finite poset each principal ideal is finite; in an upper-finite poset each principal filter is finite; either condition implies local finiteness (Intervals in a poset; locally finite, lower-finite and upper-finite posets).

[L1]

uzyμP(z,y)=δu,y\sum_{u\le z\le y}\mu_P(z,y)=\delta_{u,y} and uzyμP(u,z)=δu,y\sum_{u\le z\le y}\mu_P(u,z)=\delta_{u,y} (The Möbius recurrence: μP(x,x)=1\mu_P(x,x)=1 and both interval sums of μP\mu_P vanish when x<yx<y).

Proof

technique · direct
1.1

Assume PP is lower-finite and g(y)=uyf(u)g(y)=\sum_{u\le y}f(u) for every yPy\in P. Fix yPy\in P. Every index set below is contained in the finite principal ideal of yy by [F1]. Substitution and finite Fubini give xyμP(x,y)g(x)=uxyμP(x,y)f(u)=uyf(u)(uxyμP(x,y))=f(y)\sum_{x\le y}\mu_P(x,y)g(x)=\sum_{u\le x\le y}\mu_P(x,y)f(u)=\sum_{u\le y}f(u)\left(\sum_{u\le x\le y}\mu_P(x,y)\right)=f(y) by [L1].

F1L1L2L3
1.2

Conversely, assume f(x)=uxμP(u,x)g(u)f(x)=\sum_{u\le x}\mu_P(u,x)g(u) for every xPx\in P, and fix yPy\in P. Then xyf(x)=uxyμP(u,x)g(u)=uyg(u)(uxyμP(u,x))=g(y)\sum_{x\le y}f(x)=\sum_{u\le x\le y}\mu_P(u,x)g(u)=\sum_{u\le y}g(u)\left(\sum_{u\le x\le y}\mu_P(u,x)\right)=g(y) by [L1].

F1L1L2L3
1.3

Now assume PP is upper-finite and g(x)=yxf(y)g(x)=\sum_{y\ge x}f(y) for every xPx\in P. Fix xPx\in P. Every index set lies in the finite principal filter of xx. Substitution and finite Fubini give yxμP(x,y)g(y)=xyzμP(x,y)f(z)=zxf(z)(xyzμP(x,y))=f(x)\sum_{y\ge x}\mu_P(x,y)g(y)=\sum_{x\le y\le z}\mu_P(x,y)f(z)=\sum_{z\ge x}f(z)\left(\sum_{x\le y\le z}\mu_P(x,y)\right)=f(x) by [L1].

F1L1L2L3
1.4

Conversely, assume f(y)=zyμP(y,z)g(z)f(y)=\sum_{z\ge y}\mu_P(y,z)g(z) for every yPy\in P, and fix xPx\in P. Then yxf(y)=xyzμP(y,z)g(z)=zxg(z)(xyzμP(y,z))=g(x)\sum_{y\ge x}f(y)=\sum_{x\le y\le z}\mu_P(y,z)g(z)=\sum_{z\ge x}g(z)\left(\sum_{x\le y\le z}\mu_P(y,z)\right)=g(x) by [L1].

F1L1L2L3
2.1

Steps 1.1 and 1.2 prove the lower-finite equivalence, while steps 1.3 and 1.4 separately prove its upper-finite order dual.

step 1.1step 1.2step 1.3step 1.4
CorollaryStatement: AI-adaptedProof: AI-generatedprecheck passaudited 2026-07-31Open item page →

Both forms of Möbius inversion hold on every finite poset

Statement

If the ground set of a poset PP is finite, then PP is both lower-finite and upper-finite. Consequently both forms of Möbius inversion on a lower-finite poset, with the dual upper-finite form hold for functions from PP into any commutative ring.

Facts & Assumptions

Given: A poset PP with finite ground set.

[L2]

Lower-finite and upper-finite Möbius inversion hold under their respective hypotheses (Möbius inversion on a lower-finite poset, with the dual upper-finite form).

Proof

technique · direct
1.1

For each yPy\in P, the principal ideal PyP_{\le y} is a subset of PP, hence finite by [L1]; thus PP is lower-finite.

L1
1.2

For each xPx\in P, the principal filter PxP_{\ge x} is a subset of PP, hence finite by [L1]; thus PP is upper-finite.

L1
2.1

Applying the two separate parts of [L2] proves both inversion formulas on PP.

step 1.1step 1.2L2
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-07-31Open item page →

The Möbius function of a product poset is the product of the Möbius functions

Statement

Let (P,P)(P,\le_P) and (Q,Q)(Q,\le_Q) be locally finite posets. Define the product order on P×QP\times Q by

(p,q)(p,q)pPp and qQq.(p,q)\le(p',q')\quad\Longleftrightarrow\quad p\le_Pp'\text{ and }q\le_Qq'.

This relation is a partial order, the product poset is locally finite, and for comparable pairs

μP×Q((p,q),(p,q))=μP(p,p)μQ(q,q).\mu_{P\times Q}\big((p,q),(p',q')\big)=\mu_P(p,p')\mu_Q(q,q').

(p0;q0)(p1;q0)(p0;q1)(p1;q1)(p0;q2)(p1;q2)C2£C3P-coordinatecoverQ-coordinatecover

Facts & Assumptions

Given: Locally finite posets P,QP,Q and elements pPpp\le_Pp', qQqq\le_Qq'.

[F1]

A partial order is reflexive, antisymmetric and transitive (Partial order and partially ordered set).

[F2]

Local finiteness means every closed interval is finite (Intervals in a poset; locally finite, lower-finite and upper-finite posets).

[L2]

Finite Fubini interchanges a sum over a finite Cartesian product with its two iterated sums (Finite commutative-monoid sums are invariant under bijective reindexing, split over disjoint unions, and satisfy the finite Fubini rule).

[L3]

The Möbius function is the unique integer-valued function with diagonal value 11 and vanishing interval sums off the diagonal (The Möbius recurrence: μP(x,x)=1\mu_P(x,x)=1 and both interval sums of μP\mu_P vanish when x<yx<y, The integers form a commutative ring).

Proof

technique · direct
1.1

The product relation is reflexive because both coordinate orders are reflexive; it is antisymmetric because two opposite product inequalities give equality in each coordinate; and it is transitive because coordinatewise inequalities compose. Hence it is a partial order.

F1
1.2

Its intervals are exactly Cartesian products: [(p,q),(p,q)]=[p,p]P×[q,q]Q[(p,q),(p',q')]=[p,p']_P\times[q,q']_Q. Both factors are finite by local finiteness, so the interval is finite by [L1]; thus P×QP\times Q is locally finite.

F2L1
1.3

Define ν((p,q),(p,q)):=μP(p,p)μQ(q,q)\nu((p,q),(p',q')):=\mu_P(p,p')\mu_Q(q,q'). On the diagonal, ν((p,q),(p,q))=11=1\nu((p,q),(p,q))=1\cdot1=1.

L3
2.1

For a nontrivial product interval, finite Fubini gives (p,q)(u,v)(p,q)ν((p,q),(u,v))=(pPuPpμP(p,u))(qQvQqμQ(q,v))\sum_{(p,q)\le(u,v)\le(p',q')}\nu((p,q),(u,v))=\left(\sum_{p\le_Pu\le_Pp'}\mu_P(p,u)\right)\left(\sum_{q\le_Qv\le_Qq'}\mu_Q(q,v)\right).

step 1.2L2L3
3.1

Each factor in step 2.1 is 11 when its endpoints agree and 00 otherwise. Since the product interval is nontrivial, at least one coordinate pair has distinct endpoints, so the product is 00.

step 2.1L3
4.1

Thus ν\nu has the diagonal and recurrence properties of the Möbius function on P×QP\times Q, and uniqueness in [L3] gives ν=μP×Q\nu=\mu_{P\times Q}.

step 1.3step 3.1L3
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-07-31Open item page →

For ABA\subseteq B in a finite Boolean lattice, μ(A,B)=(1)BA\mu(A,B)=(-1)^{\lvert B\setminus A\rvert}

Statement

Let XX be finite and order its Boolean lattice B(X)=P(X)B(X)=\mathcal P(X) by inclusion (The Boolean lattice of subsets of a finite set and its rank levels). For ABXA\subseteq B\subseteq X,

μB(X)(A,B)=(1)BA.\mu_{B(X)}(A,B)=(-1)^{|B\setminus A|}.

Facts & Assumptions

Given: A finite set XX and subsets ABXA\subseteq B\subseteq X.

[F1]

The interval [A,B][A,B] consists of the sets AEA\cup E with EBAE\subseteq B\setminus A, and (AE)A=E|(A\cup E)\setminus A|=|E| (The Boolean lattice of subsets of a finite set and its rank levels, The cardinality A\lvert A\rvert of a finite set).

[F2]

Natural powers of 1-1 are defined in the multiplicative monoid of Z\mathbb Z, and Z\mathbb Z is a commutative ring (Powers gng^{n}: natural exponents in a monoid and integer exponents in a group, with g0=eg^{0} = e, The integers form a commutative ring).

[L2]

The Möbius function is the unique function with diagonal value 11 and vanishing interval sums off the diagonal (The Möbius recurrence: μP(x,x)=1\mu_P(x,x)=1 and both interval sums of μP\mu_P vanish when x<yx<y).

Proof

technique · direct
1.1

Define ν(A,B):=(1)BA\nu(A,B):=(-1)^{|B\setminus A|} in Z\mathbb Z. On the diagonal, BA=B\setminus A=\varnothing, so ν(A,A)=(1)0=1\nu(A,A)=(-1)^0=1.

F1F2
1.2

Suppose A<BA<B and choose bBAb\in B\setminus A. The subsets EBAE\subseteq B\setminus A split into disjoint pairs EE and E{b}E\cup\{b\} with bEb\notin E; their contributions satisfy (1)E+(1)E+1=0(-1)^{|E|}+(-1)^{|E|+1}=0 in Z\mathbb Z. Finite splitting and reindexing therefore give ACBν(A,C)=EBA(1)E=0\sum_{A\subseteq C\subseteq B}\nu(A,C)=\sum_{E\subseteq B\setminus A}(-1)^{|E|}=0.

F1F2L1choose
2.1

Thus ν\nu satisfies the diagonal and vanishing-sum recurrence, so uniqueness gives ν=μB(X)\nu=\mu_{B(X)}.

step 1.1step 1.2L2
2.2

Equivalently, grouping the sum in step 1.2 by E|E| gives the alternating binomial sum in [L3]. Identifying the interval with a finite product of two-element chains gives the same formula by [L4], since the defining recurrence and its uniqueness in [L2] transport through a poset isomorphism.

step 1.2L2L3L4
3.1

Step 2.1 is the asserted formula, with step 2.2 recording its binomial and product-poset readings.

step 2.1step 2.2
CorollaryStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-07-31Open item page →

The complementary inclusion-exclusion formula is Möbius inversion on the Boolean lattice

Statement

For a finite sieve family (Ai)iI(A_i)_{i\in I} in a finite ambient set XX, let ι:NR\iota:\mathbb N\to\mathbb R be the canonical natural map used in Inclusion and exclusion: ιiIAi=JI(1)J+1ιAJ\iota\lvert\bigcup_{i \in I} A_i\rvert = \sum_{\varnothing \ne J \subseteq I}(-1)^{\lvert J\rvert + 1}\,\iota\lvert A_J\rvert, together with the complementary form counting the elements in none of the AiA_i. The complementary inclusion-exclusion identity

ιXiIAi=JI(1)JιAJ\iota|X\setminus\bigcup_{i\in I}A_i|=\sum_{J\subseteq I}(-1)^{|J|}\,\iota|A_J|

in R\mathbb R is exactly the upper-finite Möbius inversion formula on the Boolean lattice P(I)\mathcal P(I).

Facts & Assumptions

Given: A sieve family X,I,(Ai)iIX,I,(A_i)_{i\in I}, its intersections AJA_J, and the trace T(x):={iI:xAi}T(x):=\{i\in I:x\in A_i\} (A finite family (Ai)iI(A_i)_{i \in I} of subsets of a finite set XX, the intersections AJA_J for JIJ \subseteq I, and the convention A=XA_\varnothing = X).

[F1]

For JIJ\subseteq I, xAJx\in A_J exactly when JT(x)J\subseteq T(x), including A=XA_\varnothing=X; and xiAix\notin\bigcup_iA_i exactly when T(x)=T(x)=\varnothing (A finite family (Ai)iI(A_i)_{i \in I} of subsets of a finite set XX, the intersections AJA_J for JIJ \subseteq I, and the convention A=XA_\varnothing = X).

[L1]

Both forms of Möbius inversion hold on the finite Boolean lattice (Both forms of Möbius inversion hold on every finite poset).

[L2]

Its Möbius function is μ(J,K)=(1)KJ\mu(J,K)=(-1)^{|K\setminus J|} (For ABA\subseteq B in a finite Boolean lattice, μ(A,B)=(1)BA\mu(A,B)=(-1)^{\lvert B\setminus A\rvert}).

Proof

technique · direct
1.1

For KIK\subseteq I, let h(K):=ι{xX:T(x)=K}h(K):=\iota|\{x\in X:T(x)=K\}|, and let g(J):=ιAJg(J):=\iota|A_J|. The trace classes partition AJA_J, and [F1] gives g(J)=KJh(K)g(J)=\sum_{K\supseteq J}h(K) in R\mathbb R.

F1L3
2.1

Apply the upper-finite form of [L1] at J=J=\varnothing: h()=Kμ(,K)g(K)h(\varnothing)=\sum_{K\supseteq\varnothing}\mu(\varnothing,K)g(K).

step 1.1L1
3.1

By [F1], h()=ιXiAih(\varnothing)=\iota|X\setminus\bigcup_iA_i|, and by [L2], μ(,K)=(1)K\mu(\varnothing,K)=(-1)^{|K|}. Substitution in step 2.1 gives ιXiAi=KI(1)KιAK\iota|X\setminus\bigcup_iA_i|=\sum_{K\subseteq I}(-1)^{|K|}\,\iota|A_K|.

step 2.1F1L2
4.1

The identity in step 3.1 matches [L3] term for term, including the empty-subset term ιA=ιX\iota|A_\varnothing|=\iota|X|; hence complementary inclusion-exclusion is Boolean-lattice Möbius inversion.

step 3.1L3
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-07-31Open item page →

On a finite chain, the Möbius function is 11 on the diagonal, 1-1 on covers and 00 on longer intervals

Statement

Let CC be a finite totally ordered poset, and let xyx\le y in CC. Then

μC(x,y)={1,x=y,1,y covers x,0,there is z with x<z<y.\mu_C(x,y)=\begin{cases}1,&x=y,\\-1,&y\text{ covers }x,\\0,&\text{there is }z\text{ with }x<z<y.\end{cases}

Facts & Assumptions

Given: A finite chain CC (Chain in a poset) and comparable elements xyx\le y.

[L1]

μ(x,x)=1\mu(x,x)=1 and μ(x,y)=xz<yμ(x,z)\mu(x,y)=-\sum_{x\le z<y}\mu(x,z) for x<yx<y (The Möbius recurrence: μP(x,x)=1\mu_P(x,x)=1 and both interval sums of μP\mu_P vanish when x<yx<y).

Proof

technique · induction
1.1

The diagonal value is 11 by [L1].

baseL1
1.2

If yy covers xx, then the recurrence has only the term z=xz=x, so μ(x,y)=μ(x,x)=1\mu(x,y)=-\mu(x,x)=-1.

L1
1.3

Fix an interval cardinality and assume the formula holds on every strictly smaller interval.

ih
1.4

Suppose there is an element strictly between xx and yy. The finite nonempty chain (x,y](x,y] has a least element cc: starting with any element, successively retain the smaller one while traversing a finite enumeration. Then cc covers xx and c<yc<y.

givenconstruct
2.1

For every zz with c<z<yc<z<y, the interval [x,z][x,z] is a proper subset of [x,y][x,y] and contains the intermediate element cc, so the inductive hypothesis and [L3] give μ(x,z)=0\mu(x,z)=0.

step 1.3step 1.4L3
3.1

The recurrence now gives μ(x,y)=xz<yμ(x,z)=(μ(x,x)+μ(x,c))=(11)=0\mu(x,y)=-\sum_{x\le z<y}\mu(x,z)=-(\mu(x,x)+\mu(x,c))=-(1-1)=0.

step 1.1step 1.2step 2.1L1
4.1

The diagonal and cover cases are steps 1.1 and 1.2; step 3.1 proves the longer-interval case from all smaller intervals, so strong induction completes the formula.

step 1.1step 1.2step 1.3step 3.1L2discharge-induction
DefinitionDefinition: Literature-sourcedProof: Not applicableaudited 2026-07-31Open item page →

The divisibility poset of positive integers

Definition

Let Z>0:={nZ:n>0}\mathbb Z_{>0}:=\{n\in\mathbb Z:n>0\}. The divisibility order on positive integers is

abab,a\le_{\mid} b\quad\Longleftrightarrow\quad a\mid b,

where divisibility is that of Divisibility in Z\mathbb{Z}: dad \mid a when a=dqa = dq for some integer qq. This is a partial order (Partial order and partially ordered set): it is reflexive and transitive by Divisibility is reflexive and transitive on Z\mathbb{Z}, and is linear: if dad \mid a and dbd \mid b then dax+byd \mid ax + by for all integers x,yx, y; also dad \mid a implies dacd \mid ac, da-d \mid a and dad \mid -a, and it is antisymmetric because aba\mid b with b0b\ne0 gives a=ab=ba=|a|\le|b|=b by If dad \mid a and a0a \ne 0 then d0d \ne 0 and da|d| \le |a|; hence the set of divisors of a nonzero integer is bounded above by a|a|, while bab\mid a gives bab\le a, so antisymmetry of the integer order (The integers form a totally ordered ring) gives a=ba=b.

For aba\mid b, the interval is

[a,b]={dZ>0:ad and db}.[a,b]_{\mid}=\{d\in\mathbb Z_{>0}:a\mid d\text{ and }d\mid b\}.

The least element is 11. There is no greatest element because every positive integer divides a larger positive multiple of itself.

LemmaStatement: AI-adaptedProof: AI-adaptedprecheck passverified 2026-08-04 (gpt-5.6-sol-codex-subscription)Open item page →

The divisibility poset is lower-finite, and each divisor interval factorises as a product of finite chains of prime exponents

Statement

The divisibility poset Z>0\mathbb Z_{>0} is lower-finite. More precisely, if aba\mid b and q:=b/aq:=b/a, choose the distinct prime divisors p0,,pr1p_0,\ldots,p_{r-1} of qq and put ei:=vpi(q)e_i:=v_{p_i}(q). Then

[a,b]i<r{0,1,,ei}[a,b]_{\mid}\cong\prod_{i<r}\{0,1,\ldots,e_i\}

as posets, where the right side has coordinatewise order. The isomorphism sends d=acd=ac to (vpi(c))i<r(v_{p_i}(c))_{i<r}. For q=1q=1 the product is the one-point empty product.

Facts & Assumptions

Given: Positive integers aba\mid b, their positive quotient q=b/aq=b/a, and the divisibility poset of The divisibility poset of positive integers.

[L1]

A divisor dd of a nonzero integer nn satisfies d0d\ne0 and dn|d|\le|n|, so a positive divisor dd of a positive integer nn satisfies 1dn1\le d\le n (If dad \mid a and a0a \ne 0 then d0d \ne 0 and da|d| \le |a|; hence the set of divisors of a nonzero integer is bounded above by a|a|).

[L2]

Every nonnegative integer is the image of a unique natural number, and the embedding preserves order (The naturals embed in the integers).

[L5]

For positive integers c,cc,c', ccc\mid c' exactly when vp(c)vp(c)v_p(c)\le v_p(c') for every prime pp (For positive integers aa and bb: aba \mid b if and only if vp(a)vp(b)v_p(a) \le v_p(b) for every prime pp).

Proof

technique · direct
1.1

For a positive integer nn, every element of its principal ideal is a positive divisor dd with 1dn1\le d\le n by [L1]. By [L2] these integers correspond to a subset of the finite natural initial segment through nn, hence form a finite set by [L3]. Thus the divisibility poset is lower-finite.

L1L2L3
1.2

Multiplication by aa gives an order isomorphism from [1,q][1,q]_{\mid} to [a,b][a,b]_{\mid}: if cqc\mid q, then acaq=bac\mid aq=b; and if adba\mid d\mid b, write d=acd=ac and cancel aa from b=aq=dt=actb=aq=d t=act to get q=ctq=ct.

givenconstruct
1.3

By [L4], every divisor cc of qq has the unique form c=i<rpikic=\prod_{i<r}p_i^{k_i} with 0kiei0\le k_i\le e_i, and every such exponent tuple gives a divisor of qq. Thus c(ki)i<rc\mapsto(k_i)_{i<r} is a bijection from [1,q][1,q]_{\mid} to the displayed finite Cartesian product.

L4L6
2.1

By [L5], ccc\mid c' holds exactly when kikik_i\le k'_i for every i<ri<r, so the bijection in step 1.3 preserves and reflects the order.

step 1.3L5
3.1

Composing steps 1.2 and 1.3 gives the asserted interval factorisation; step 2.1 makes it a poset isomorphism, and step 1.1 proves lower-finiteness.

step 1.1step 1.2step 1.3step 2.1
DefinitionDefinition: Literature-sourcedProof: Not applicableaudited 2026-07-31Open item page →

The number-theoretic Möbius function μ(n)\mu(n) from prime factorisation

Definition

For a positive integer nn, the number-theoretic Möbius function is

μ(n):={0,vp(n)2 for some prime p,(1)r,n=p0p1pr1 for distinct primes pi.\mu(n):=\begin{cases}0,&v_p(n)\ge2\text{ for some prime }p,\\(-1)^r,&n=p_0p_1\cdots p_{r-1}\text{ for distinct primes }p_i.\end{cases}

The power (1)r(-1)^r is the natural power in the multiplicative monoid of Z\mathbb Z (Powers gng^{n}: natural exponents in a monoid and integer exponents in a group, with g0=eg^{0} = e, The integers form a commutative ring).

This definition is well posed. Canonical prime factorisation (For n1n \ge 1 and any injective list p:rZp : r \to \mathbb{Z} of primes containing every prime divisor of nn, one has n=i<rpivpi(n)n = \prod_{i<r} p_i^{\,v_{p_i}(n)}; the exponents are determined by nn, and vq(n)=0v_q(n) = 0 for every prime qq outside the list, The pp-adic valuation vp(a)v_p(a) of a nonzero integer: the greatest kNk \in \mathbb{N} with pkap^{k} \mid a) uniquely determines every exponent vp(n)v_p(n). If none exceeds 11, the primes with exponent 11 form a finite list whose length rr is invariant under reordering by the uniqueness clause of The fundamental theorem of arithmetic: every integer n1n \ge 1 is a product of primes, and the factorisation is unique up to order — if i<rpi=j<sqj\prod_{i<r} p_i = \prod_{j<s} q_j with every pip_i and qjq_j prime, then r=sr = s and qi=pπ(i)q_i = p_{\pi(i)} for some πSym(r)\pi \in \operatorname{Sym}(r). If some exponent exceeds 11, the first clause applies independently of which such prime is noticed. For n=1n=1 the prime list is empty, so

μ(1)=(1)0=1.\mu(1)=(-1)^0=1.

Equivalently, μ(n)=0\mu(n)=0 exactly when a prime square divides nn; otherwise its sign records the parity of the number of distinct prime factors (For a prime pp and a nonzero integer aa: pvp(a)ap^{v_p(a)} \mid a and pvp(a)+1ap^{v_p(a)+1} \nmid a; pkap^{k} \mid a holds exactly for kvp(a)k \le v_p(a); vp(a)1v_p(a) \ge 1 exactly when pap \mid a; vp(1)=vp(1)=0v_p(1) = v_p(-1) = 0; and vp(p)=1v_p(p) = 1).

TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-07-31Open item page →

The number-theoretic Möbius function is the poset Möbius function of divisibility: μ(n)=μ(1,n)\mu(n)=\mu_{\mid}(1,n)

Statement

For every positive integer nn,

μ(n)=μ(1,n),\mu(n)=\mu_{\mid}(1,n),

where the left side is The number-theoretic Möbius function μ(n)\mu(n) from prime factorisation and the right side is the poset Möbius function of positive-integer divisibility (The integer-valued Möbius function μP\mu_P of a locally finite poset). More generally, if dnd\mid n, then

μ(d,n)=μ(n/d).\mu_{\mid}(d,n)=\mu(n/d).

Facts & Assumptions

Given: A positive integer nn and, for the general clause, a positive divisor dd of nn.

[L1]

A divisor interval for quotient qq is order-isomorphic to a finite product of exponent chains {0,,vpi(q)}\{0,\ldots,v_{p_i}(q)\} (The divisibility poset is lower-finite, and each divisor interval factorises as a product of finite chains of prime exponents).

[L2]

The Möbius function of a product poset is the product of the factor Möbius functions (The Möbius function of a product poset is the product of the Möbius functions).

[L3]

The endpoint Möbius value of a finite chain is 11 for a one-point chain, 1-1 for a two-point chain, and 00 for a longer chain (On a finite chain, the Möbius function is 11 on the diagonal, 1-1 on covers and 00 on longer intervals).

[L4]

The diagonal and interval-sum recurrence uniquely determine the Möbius function, so a poset isomorphism transports its values (The Möbius recurrence: μP(x,x)=1\mu_P(x,x)=1 and both interval sums of μP\mu_P vanish when x<yx<y).

[F1]

The prime-factor definition gives 00 when some exponent is at least 22, and otherwise gives (1)r(-1)^r for the rr exponents equal to 11 (The number-theoretic Möbius function μ(n)\mu(n) from prime factorisation).

Proof

technique · direct
1.1

Apply [L1] to [1,n][1,n]. Transporting through its order isomorphism by [L4] and iterating [L2], its endpoint Möbius value is the product over the prime exponents ei=vpi(n)e_i=v_{p_i}(n) of the endpoint values of the chains {0,,ei}\{0,\ldots,e_i\}.

L1L2L4
2.1

If some ei2e_i\ge2, [L3] makes one factor 00, so the product is 00. If every ei=1e_i=1, every factor is 1-1, so the product is (1)r(-1)^r. For n=1n=1 the product is empty and equals 11.

step 1.1L3
3.1

The cases in step 2.1 are exactly those of [F1], proving μ(1,n)=μ(n)\mu_{\mid}(1,n)=\mu(n).

step 2.1F1
3.2

For dnd\mid n, [L1] identifies [d,n][d,n] with the divisor interval [1,n/d][1,n/d] and hence with the same exponent-chain product; transporting through these isomorphisms by [L4] and repeating steps 1.1 and 2.1 gives μ(d,n)=μ(n/d)\mu_{\mid}(d,n)=\mu(n/d).

step 1.1step 2.1L1L2L3L4
4.1

Steps 3.1 and 3.2 prove the stated agreement and its interval form.

step 3.1step 3.2
CorollaryStatement: AI-adaptedProof: AI-adaptedprecheck passaudited 2026-07-31Open item page →

Classical Möbius inversion over positive divisors

Statement

Let RR be a commutative ring and let f,g:Z>0Rf,g:\mathbb Z_{>0}\to R. Then

g(n)=dnf(d)for every n1g(n)=\sum_{d\mid n}f(d)\quad\text{for every }n\ge1

if and only if

f(n)=dnμ(n/d)g(d)=dnμ(d)g(n/d)for every n1.f(n)=\sum_{d\mid n}\mu(n/d)g(d)=\sum_{d\mid n}\mu(d)g(n/d)\quad\text{for every }n\ge1.

All divisors in the sums are positive.

Facts & Assumptions

Given: A commutative ring RR and functions f,gf,g on the positive integers.

[L1]

Lower-finite poset inversion says g(n)=dnf(d)g(n)=\sum_{d\mid n}f(d) exactly when f(n)=dnμ(d,n)g(d)f(n)=\sum_{d\mid n}\mu_{\mid}(d,n)g(d) (Möbius inversion on a lower-finite poset, with the dual upper-finite form).

Proof

technique · direct
1.1

Apply [L1] to the lower-finite divisibility poset from [L3] and substitute [L2]. This gives f(n)=dnμ(n/d)g(d)f(n)=\sum_{d\mid n}\mu(n/d)g(d).

L1L2L3
2.1

The map dn/dd\mapsto n/d is a bijection of the positive divisors of nn with itself and is its own inverse. Reindexing the sum in step 1.1 by [L4] gives f(n)=dnμ(d)g(n/d)f(n)=\sum_{d\mid n}\mu(d)g(n/d).

step 1.1L4
3.1

Since [L1] is an equivalence, steps 1.1 and 2.1 prove both directions and both standard indexings.

step 1.1step 2.1L1
CorollaryStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-07-31Open item page →

The number-theoretic Möbius function is multiplicative on coprime positive integers

Statement

If m,nm,n are coprime positive integers, then

μ(mn)=μ(m)μ(n).\mu(mn)=\mu(m)\mu(n).

Facts & Assumptions

Given: Coprime positive integers m,nm,n (Coprime integers: gcd(a,b)=1\gcd(a,b) = 1).

[L3]
[L4]

Möbius values transport through poset isomorphisms because the diagonal and recurrence conditions uniquely determine them (The Möbius recurrence: μP(x,x)=1\mu_P(x,x)=1 and both interval sums of μP\mu_P vanish when x<yx<y).

Proof

technique · direct
1.1

By [L1], (a,b)ab(a,b)\mapsto ab is a bijection from [1,m]×[1,n][1,m]_{\mid}\times[1,n]_{\mid} to [1,mn][1,mn]_{\mid}. It preserves and reflects divisibility coordinatewise, again by the disjoint prime supports, so it is a poset isomorphism.

L1construct
2.1

Apply the product theorem at the endpoints and transfer along the isomorphism by [L4]: μ(1,mn)=μ(1,m)μ(1,n)\mu_{\mid}(1,mn)=\mu_{\mid}(1,m)\mu_{\mid}(1,n).

step 1.1L2L4
3.1

Replacing each poset value in step 2.1 by its number-theoretic value using [L3] yields μ(mn)=μ(m)μ(n)\mu(mn)=\mu(m)\mu(n).

step 2.1L3

5 · Examples, counterexamples and false statements

False statementConstruction: AI-adaptedVerification: AI-generatedprecheck passaudited 2026-07-31Open item page →

False: convolution defines an incidence algebra for every poset

Statement

For every poset PP and every commutative ring RR, the formula

(fg)(x,y)=xzyf(x,z)g(z,y)(f*g)(x,y)=\sum_{x\le z\le y}f(x,z)g(z,y)

defines a convolution operation on all functions on comparable pairs.

Facts & Assumptions

Given: A countably infinite set MM, two further elements ,\bot,\top, a nonzero commutative ring RR, and the poset P:={,}MP:=\{\bot,\top\}\cup M in which <m<\bot<m<\top for every mMm\in M and distinct elements of MM are incomparable.

[F1]

Incidence convolution is defined by a finite commutative-monoid sum over [x,y][x,y], under the hypothesis that the poset is locally finite (The incidence functions I(P,R)I(P,R) of a locally finite poset and their convolution).

[F2]

A partial order is reflexive, antisymmetric and transitive, and local finiteness means that every interval [x,y][x,y] is finite (Partial order and partially ordered set, Intervals in a poset; locally finite, lower-finite and upper-finite posets).

Refutation

technique · direct
1.1

The displayed relation on PP is reflexive, antisymmetric and transitive: the only strict comparisons are from \bot to a middle element, from a middle element to \top, and from \bot to \top. Thus PP is a poset.

givenF2
1.2

Its interval [,][\bot,\top] is all of PP and contains the countably infinite set MM, so it is infinite and PP is not locally finite.

givenF2
2.1

Let ff and gg be the constant-one functions on comparable pairs. At the endpoint, the proposed convolution asks for zP1R\sum_{z\in P}1_R, an infinite sum that is not supplied by the additive group or ring axioms and is not the finite sum in [F1].

step 1.2F1
3.1

Therefore the formula does not define convolution for every poset; local finiteness is a genuine well-definedness hypothesis.

step 1.2step 2.1
False statementConstruction: AI-adaptedVerification: AI-generatedprecheck passaudited 2026-07-31Open item page →

False: μP(x,y)\mu_P(x,y) depends only on the cardinality of [x,y][x,y]

Statement

If two finite intervals have the same cardinality, then their endpoint Möbius values are equal.

Facts & Assumptions

Given: A four-element chain c0<c1<c2<c3c_0<c_1<c_2<c_3 and the four-element diamond {,a,b,}\{\bot,a,b,\top\} with <a<\bot<a<\top, <b<\bot<b<\top, and a,ba,b incomparable.

[L1]

On a finite chain the endpoint value is 00 whenever the interval contains an intermediate element (On a finite chain, the Möbius function is 11 on the diagonal, 1-1 on covers and 00 on longer intervals).

[L2]

The diamond is the Boolean lattice on a two-element set, whose endpoint value is (1)2=1(-1)^2=1 (For ABA\subseteq B in a finite Boolean lattice, μ(A,B)=(1)BA\mu(A,B)=(-1)^{\lvert B\setminus A\rvert}).

Refutation

technique · direct
1.1

The endpoint interval [c0,c3][c_0,c_3] has four elements and Möbius value 00 by [L1].

L1
1.2

The endpoint interval [,][\bot,\top] in the diamond also has four elements but has Möbius value 11 by [L2].

L2
2.1

Equal interval cardinality therefore does not determine the Möbius value; the internal order structure matters.

step 1.1step 1.2
False statementConstruction: AI-adaptedVerification: AI-generatedprecheck passaudited 2026-07-31Open item page →

False: classical Möbius inversion and inclusion-exclusion are unrelated inversion principles

Statement

Classical divisor Möbius inversion and finite inclusion-exclusion arise from unrelated algebraic principles.

Facts & Assumptions

Given: The divisibility poset and finite Boolean lattices.

[L1]

Classical divisor inversion is lower-finite poset Möbius inversion on positive-integer divisibility (Classical Möbius inversion over positive divisors).

[L2]

Complementary inclusion-exclusion is upper-finite poset Möbius inversion on a finite Boolean lattice (The complementary inclusion-exclusion formula is Möbius inversion on the Boolean lattice).

Refutation

technique · direct
1.1

By [L1], the classical divisor formula is an instance of the general poset inversion theorem.

L1
1.2

By [L2], complementary inclusion-exclusion is another instance of the same theorem, for a different poset.

L2
2.1

Thus the two principles share one incidence-algebra inversion mechanism, so the claim that they are unrelated is false.

step 1.1step 1.2

Sources