Alphabeta Math
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 or 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,≤) be a poset (Partial order and partially ordered set). For comparable elements x≤y, the closed interval from x to y is

[x,y]:={z∈P:x≤z≤y}.

The principal ideal below y and the principal filter above x are

P≤y:={z∈P:z≤y},P≥x:={z∈P:x≤z}.

bwxuvytr[x;y]P∙yn[x;y]P¸xn[x;y]

The poset P is

  • locally finite when [x,y] is finite for every x≤y;
  • lower-finite when P≤y is finite for every y∈P;
  • upper-finite when P≥x is finite for every x∈P.

Here finite has the meaning of Finite, countably infinite, countable, uncountable, and finite cardinalities are those of The cardinality ∣A∣ of a finite set. Every lower-finite poset is locally finite because [x,y]⊆P≤y, and every upper-finite poset is locally finite because [x,y]⊆P≥x; both conclusions use that a subset of a finite set is finite (A subset of a finite set is finite, with ∣B∣≤∣A∣, and equality holds if and only if B=A).

Remarks

Local finiteness controls sums over one interval [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) of a locally finite poset and their convolution

Definition

Let (P,≤) be a locally finite poset (Intervals in a poset; locally finite, lower-finite and upper-finite posets) and let R 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:x≤y}.

An incidence function with coefficients in R is a function f:Int⁡(P)→R. The set of all incidence functions is denoted

I(P,R):=RInt⁡(P).

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

(f∗g)(x,y):=∑z∈[x,y]f(x,z)g(z,y)(x≤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 R.

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] 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 P be locally finite and let R be a commutative ring with zero 0R and identity 1R (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) (The incidence functions I(P,R) of a locally finite poset and their convolution) are

δ(x,y):={1R,x=y,0R,x<y,ζ(x,y):=1R(x≤y).

Both are functions on the comparable pairs of P. 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 P, a commutative ring R, and f,g,h∈I(P,R), incidence convolution satisfies

(f∗g)∗h=f∗(g∗h),

and both distributive laws over pointwise addition.

Facts & Assumptions

Given: A locally finite poset P, a commutative ring R, incidence functions f,g,h, and a comparable pair x≤y.

[F1]

(a∗b)(x,y)=∑x≤z≤ya(x,z)b(z,y), and [x,y] is finite (The incidence functions 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) through the inner sum gives ((f∗g)∗h)(x,y)=∑x≤v≤y∑x≤u≤vf(x,u)g(u,v)h(v,y).

F1F2
1.2

Put D:={(u,v)∈[x,y]2:u≤v}. Expanding the right bracketing gives (f∗(g∗h))(x,y)=∑x≤u≤y∑u≤v≤yf(x,u)g(u,v)h(v,y).

F1F2
1.3

For every x≤y, ((f+g)∗h)(x,y)=∑x≤z≤y(f(x,z)+g(x,z))h(z,y)=∑x≤z≤yf(x,z)h(z,y)+∑x≤z≤yg(x,z)h(z,y) by distributivity in R and additivity of a finite sum; hence (f+g)∗h=f∗h+g∗h.

F1F2L1
1.4

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

F1F2L1
2.1

Extend the displayed summand by 0R from D to [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. 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), (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) a ring with identity δ

Statement

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

Facts & Assumptions

Given: A locally finite poset P, a commutative ring R, and f∈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) is 1R on the diagonal and 0R off it (The delta and zeta incidence functions).

Proof

technique · direct
1.1

Since I(P,R) is the set of functions from the comparable pairs of P to R, [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 x≤y, (δ∗f)(x,y)=∑x≤z≤yδ(x,z)f(z,y)=f(x,y) because only the term z=x is nonzero.

F1
1.4

Likewise (f∗δ)(x,y)=∑x≤z≤yf(x,z)δ(z,y)=f(x,y) because only the term z=y is nonzero.

F1
2.1

Thus convolution is associative, distributes over the pointwise abelian-group operation, and has the two-sided identity δ; 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 P be locally finite, let R be a commutative ring, and let f∈I(P,R). Suppose f(x,x) is a unit of R for every x∈P. Then the recursive formulas

g(x,x)=f(x,x)−1,g(x,y)=−f(x,x)−1∑x<z≤yf(x,z)g(z,y)(x<y)

and

h(x,x)=f(x,x)−1,h(x,y)=−(∑x≤z<yh(x,z)f(z,y))f(y,y)−1(x<y)

define incidence functions satisfying f∗g=δ and h∗f=δ. They coincide, so their common value is a two-sided convolution inverse of f.

Facts & Assumptions

Given: A locally finite poset P, a commutative ring R, and an incidence function f whose diagonal values are units.

[L1]

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

[F1]

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

[L4]

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

[F2]

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

Proof

technique · induction
1.1

On a diagonal interval the equations (f∗g)(x,x)=1R and (h∗f)(x,x)=1R force g(x,x)=h(x,x)=f(x,x)−1 by [L3].

baseL3
1.2

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

ih
2.1

Let x<y with ∣[x,y]∣=n. Every g(z,y) occurring in ∑x<z≤yf(x,z)g(z,y) belongs to the proper subinterval [z,y], and every h(x,z) in ∑x≤z<yh(x,z)f(z,y) belongs to the proper subinterval [x,z]; their cardinalities are less than n by [F1] and [L2].

step 1.2F1L2
3.1

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

step 2.1F2L3construct
4.1

Isolating the term z=x in convolution gives (f∗g)(x,y)=f(x,x)g(x,y)+∑x<z≤yf(x,z)g(z,y)=0R by the defining formula for g(x,y).

step 3.1L3
4.2

Isolating the term z=y gives (h∗f)(x,y)=∑x≤z<yh(x,z)f(z,y)+h(x,y)f(y,y)=0R by the defining formula for h(x,y).

step 3.1L3
5.1

Steps 1.1 through 4.2, with strong induction on ∣[x,y]∣, define g and h on every comparable pair and give f∗g=δ and h∗f=δ.

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∗(f∗g)=(h∗f)∗g=δ∗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 f.

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 P be any locally finite poset, possibly infinite, let R be a commutative ring, and let f∈I(P,R). Then f is invertible under convolution if and only if f(x,x) is a unit of R for every x∈P.

Facts & Assumptions

Given: A locally finite poset P, a commutative ring R, and f∈I(P,R).

[L1]

If every diagonal value of f 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 (The delta and zeta incidence functions).

Proof

technique · direct
1.1

Suppose f has a convolution inverse g. Evaluating f∗g=δ at (x,x) gives f(x,x)g(x,x)=1R, and evaluating g∗f=δ gives g(x,x)f(x,x)=1R. Thus f(x,x) is a unit for every x.

F1F2
1.2

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

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 of a locally finite poset

Definition

Let P be a locally finite poset. Take coefficients in the commutative ring Z (The integers form a commutative ring). The zeta incidence function has diagonal value 1, 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 P is its unique inverse

μP:=ζ−1∈I(P,Z),

so

μP∗ζ=δ=ζ∗μP

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

Remarks

The coefficient ring is fixed as Z. When a formula takes values in another ring R, the integer μP(x,y) acts through its canonical repeated-addition multiple of 1R; 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 and both interval sums of μP vanish when x<y

Statement

For a locally finite poset P and x≤y,

μP(x,x)=1,

and, when x<y,

∑x≤z≤yμP(x,z)=0,∑x≤z≤yμP(z,y)=0.

Equivalently, off the diagonal,

μP(x,y)=−∑x≤z<yμP(x,z)=−∑x<z≤yμP(z,y).

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

Facts & Assumptions

Given: A locally finite poset P and comparable elements x≤y.

[F1]

μP∗ζ=δ=ζ∗μP (The integer-valued Möbius function μP of a locally finite poset).

Proof

technique · direct
1.1

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

F1F2
1.2

Evaluating μP∗ζ=δ at x<y gives ∑x≤z≤yμP(x,z)=0.

F1F2
1.3

Evaluating ζ∗μP=δ at x<y gives ∑x≤z≤yμP(z,y)=0.

F1F2
2.1

Isolating the term z=y in step 1.2 and the term z=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] 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 R be a commutative ring and interpret an integer m in a coefficient as the repeated-addition element m1R (Integer multiples in a ring: (m+n)a=ma+na, m(a+b)=ma+mb, (ma)b=m(ab)=a(mb) and (ma)(nb)=(mn)(ab) for all m,n∈Z and a,b∈R).

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

  1. g(y)=∑x≤yf(x) for every y∈P;
  2. f(y)=∑x≤yμP(x,y)g(x) for every y∈P.

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

  1. g(x)=∑x≤yf(y) for every x∈P;
  2. f(x)=∑x≤yμP(x,y)g(y) for every x∈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 R, functions f,g:P→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]

∑u≤z≤yμP(z,y)=δu,y and ∑u≤z≤yμP(u,z)=δu,y (The Möbius recurrence: μP(x,x)=1 and both interval sums of μP vanish when x<y).

Proof

technique · direct
1.1

Assume P is lower-finite and g(y)=∑u≤yf(u) for every y∈P. Fix y∈P. Every index set below is contained in the finite principal ideal of y by [F1]. Substitution and finite Fubini give ∑x≤yμP(x,y)g(x)=∑u≤x≤yμP(x,y)f(u)=∑u≤yf(u)(∑u≤x≤yμP(x,y))=f(y) by [L1].

F1L1L2L3
1.2

Conversely, assume f(x)=∑u≤xμP(u,x)g(u) for every x∈P, and fix y∈P. Then ∑x≤yf(x)=∑u≤x≤yμP(u,x)g(u)=∑u≤yg(u)(∑u≤x≤yμP(u,x))=g(y) by [L1].

F1L1L2L3
1.3

Now assume P is upper-finite and g(x)=∑y≥xf(y) for every x∈P. Fix x∈P. Every index set lies in the finite principal filter of x. Substitution and finite Fubini give ∑y≥xμP(x,y)g(y)=∑x≤y≤zμP(x,y)f(z)=∑z≥xf(z)(∑x≤y≤zμP(x,y))=f(x) by [L1].

F1L1L2L3
1.4

Conversely, assume f(y)=∑z≥yμP(y,z)g(z) for every y∈P, and fix x∈P. Then ∑y≥xf(y)=∑x≤y≤zμP(y,z)g(z)=∑z≥xg(z)(∑x≤y≤zμP(y,z))=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 P is finite, then P 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 P into any commutative ring.

Facts & Assumptions

Given: A poset P 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 y∈P, the principal ideal P≤y is a subset of P, hence finite by [L1]; thus P is lower-finite.

L1
1.2

For each x∈P, the principal filter P≥x is a subset of P, hence finite by [L1]; thus P is upper-finite.

L1
2.1

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

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) and (Q,≤Q) be locally finite posets. Define the product order on P×Q by

(p,q)≤(p′,q′)⟺p≤Pp′ and q≤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′).

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

Facts & Assumptions

Given: Locally finite posets P,Q and elements p≤Pp′, q≤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 1 and vanishing interval sums off the diagonal (The Möbius recurrence: μP(x,x)=1 and both interval sums of μP vanish when x<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. Both factors are finite by local finiteness, so the interval is finite by [L1]; thus P×Q is locally finite.

F2L1
1.3

Define ν((p,q),(p′,q′)):=μP(p,p′)μQ(q,q′). On the diagonal, ν((p,q),(p,q))=1⋅1=1.

L3
2.1

For a nontrivial product interval, finite Fubini gives ∑(p,q)≤(u,v)≤(p′,q′)ν((p,q),(u,v))=(∑p≤Pu≤Pp′μP(p,u))(∑q≤Qv≤Qq′μQ(q,v)).

step 1.2L2L3
3.1

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

step 2.1L3
4.1

Thus ν has the diagonal and recurrence properties of the Möbius function on P×Q, and uniqueness in [L3] gives ν=μP×Q.

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

For A⊆B in a finite Boolean lattice, μ(A,B)=(−1)∣B∖A∣

Statement

Let X be finite and order its Boolean lattice B(X)=P(X) by inclusion (The Boolean lattice of subsets of a finite set and its rank levels). For A⊆B⊆X,

μB(X)(A,B)=(−1)∣B∖A∣.

Facts & Assumptions

Given: A finite set X and subsets A⊆B⊆X.

[F1]

The interval [A,B] consists of the sets A∪E with E⊆B∖A, and ∣(A∪E)∖A∣=∣E∣ (The Boolean lattice of subsets of a finite set and its rank levels, The cardinality ∣A∣ of a finite set).

[F2]

Natural powers of −1 are defined in the multiplicative monoid of Z, and Z is a commutative ring (Powers gn: natural exponents in a monoid and integer exponents in a group, with g0=e, The integers form a commutative ring).

[L2]

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

Proof

technique · direct
1.1

Define ν(A,B):=(−1)∣B∖A∣ in Z. On the diagonal, B∖A=∅, so ν(A,A)=(−1)0=1.

F1F2
1.2

Suppose A<B and choose b∈B∖A. The subsets E⊆B∖A split into disjoint pairs E and E∪{b} with b∉E; their contributions satisfy (−1)∣E∣+(−1)∣E∣+1=0 in Z. Finite splitting and reindexing therefore give ∑A⊆C⊆Bν(A,C)=∑E⊆B∖A(−1)∣E∣=0.

F1F2L1choose
2.1

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

step 1.1step 1.2L2
2.2

Equivalently, grouping the sum in step 1.2 by ∣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)i∈I in a finite ambient set X, let ι:N→R be the canonical natural map used in Inclusion and exclusion: ι∣⋃i∈IAi∣=∑∅≠J⊆I(−1)∣J∣+1 ι∣AJ∣, together with the complementary form counting the elements in none of the Ai. The complementary inclusion-exclusion identity

ι∣X∖⋃i∈IAi∣=∑J⊆I(−1)∣J∣ ι∣AJ∣

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

Facts & Assumptions

Given: A sieve family X,I,(Ai)i∈I, its intersections AJ, and the trace T(x):={i∈I:x∈Ai} (A finite family (Ai)i∈I of subsets of a finite set X, the intersections AJ for J⊆I, and the convention A∅=X).

[F1]

For J⊆I, x∈AJ exactly when J⊆T(x), including A∅=X; and x∉⋃iAi exactly when T(x)=∅ (A finite family (Ai)i∈I of subsets of a finite set X, the intersections AJ for J⊆I, and the convention A∅=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)∣K∖J∣ (For A⊆B in a finite Boolean lattice, μ(A,B)=(−1)∣B∖A∣).

[L3]

Proof

technique · direct
1.1

For K⊆I, let h(K):=ι∣{x∈X:T(x)=K}∣, and let g(J):=ι∣AJ∣. The trace classes partition AJ, and [F1] gives g(J)=∑K⊇Jh(K) in R.

F1L3
2.1

Apply the upper-finite form of [L1] at J=∅: h(∅)=∑K⊇∅μ(∅,K)g(K).

step 1.1L1
3.1

By [F1], h(∅)=ι∣X∖⋃iAi∣, and by [L2], μ(∅,K)=(−1)∣K∣. Substitution in step 2.1 gives ι∣X∖⋃iAi∣=∑K⊆I(−1)∣K∣ ι∣AK∣.

step 2.1F1L2
4.1

The identity in step 3.1 matches [L3] term for term, including the empty-subset term ι∣A∅∣=ι∣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 1 on the diagonal, −1 on covers and 0 on longer intervals

Statement

Let C be a finite totally ordered poset, and let x≤y in C. Then

μC(x,y)={1,x=y,−1,y covers x,0,there is z with x<z<y.

Facts & Assumptions

Given: A finite chain C (Chain in a poset) and comparable elements x≤y.

[L1]

μ(x,x)=1 and μ(x,y)=−∑x≤z<yμ(x,z) for x<y (The Möbius recurrence: μP(x,x)=1 and both interval sums of μP vanish when x<y).

[L2]

Strong induction on finite interval cardinality (Strong (complete) induction, The cardinality ∣A∣ of a finite set).

Proof

technique · induction
1.1

The diagonal value is 1 by [L1].

baseL1
1.2

If y covers x, then the recurrence has only the term z=x, so μ(x,y)=−μ(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 x and y. The finite nonempty chain (x,y] has a least element c: starting with any element, successively retain the smaller one while traversing a finite enumeration. Then c covers x and c<y.

givenconstruct
2.1

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

step 1.3step 1.4L3
3.1

The recurrence now gives μ(x,y)=−∑x≤z<yμ(x,z)=−(μ(x,x)+μ(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:={n∈Z:n>0}. The divisibility order on positive integers is

a≤∣b⟺a∣b,

where divisibility is that of Divisibility in Z: d∣a when a=dq for some integer q. This is a partial order (Partial order and partially ordered set): it is reflexive and transitive by Divisibility is reflexive and transitive on Z, and is linear: if d∣a and d∣b then d∣ax+by for all integers x,y; also d∣a implies d∣ac, −d∣a and d∣−a, and it is antisymmetric because a∣b with b≠0 gives a=∣a∣≤∣b∣=b by If d∣a and a≠0 then d≠0 and ∣d∣≤∣a∣; hence the set of divisors of a nonzero integer is bounded above by ∣a∣, while b∣a gives b≤a, so antisymmetry of the integer order (The integers form a totally ordered ring) gives a=b.

For a∣b, the interval is

[a,b]∣={d∈Z>0:a∣d and d∣b}.

The least element is 1. 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 is lower-finite. More precisely, if a∣b and q:=b/a, choose the distinct prime divisors p0,…,pr−1 of q and put ei:=vpi(q). Then

[a,b]∣≅∏i<r{0,1,…,ei}

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

Facts & Assumptions

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

[L1]

A divisor d of a nonzero integer n satisfies d≠0 and ∣d∣≤∣n∣, so a positive divisor d of a positive integer n satisfies 1≤d≤n (If d∣a and a≠0 then d≠0 and ∣d∣≤∣a∣; hence the set of divisors of a nonzero integer is bounded above by ∣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,c′, c∣c′ exactly when vp(c)≤vp(c′) for every prime p (For positive integers a and b: a∣b if and only if vp(a)≤vp(b) for every prime p).

Proof

technique · direct
1.1

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

L1L2L3
1.2

Multiplication by a gives an order isomorphism from [1,q]∣ to [a,b]∣: if c∣q, then ac∣aq=b; and if a∣d∣b, write d=ac and cancel a from b=aq=dt=act to get q=ct.

givenconstruct
1.3

By [L4], every divisor c of q has the unique form c=∏i<rpiki with 0≤ki≤ei, and every such exponent tuple gives a divisor of q. Thus c↦(ki)i<r is a bijection from [1,q]∣ to the displayed finite Cartesian product.

L4L6
2.1

By [L5], c∣c′ holds exactly when ki≤ki′ for every i<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) from prime factorisation

Definition

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

μ(n):={0,vp(n)≥2 for some prime p,(−1)r,n=p0p1⋯pr−1 for distinct primes pi.

The power (−1)r is the natural power in the multiplicative monoid of Z (Powers gn: natural exponents in a monoid and integer exponents in a group, with g0=e, The integers form a commutative ring).

This definition is well posed. Canonical prime factorisation (For n≥1 and any injective list p:r→Z of primes containing every prime divisor of n, one has n=∏i<rpi vpi(n); the exponents are determined by n, and vq(n)=0 for every prime q outside the list, The p-adic valuation vp(a) of a nonzero integer: the greatest k∈N with pk∣a) uniquely determines every exponent vp(n). If none exceeds 1, the primes with exponent 1 form a finite list whose length r is invariant under reordering by the uniqueness clause of The fundamental theorem of arithmetic: every integer n≥1 is a product of primes, and the factorisation is unique up to order — if ∏i<rpi=∏j<sqj with every pi and qj prime, then r=s and qi=pπ(i) for some π∈Sym⁡(r). If some exponent exceeds 1, the first clause applies independently of which such prime is noticed. For n=1 the prime list is empty, so

μ(1)=(−1)0=1.

Equivalently, μ(n)=0 exactly when a prime square divides n; otherwise its sign records the parity of the number of distinct prime factors (For a prime p and a nonzero integer a: pvp(a)∣a and pvp(a)+1∤a; pk∣a holds exactly for k≤vp(a); vp(a)≥1 exactly when p∣a; vp(1)=vp(−1)=0; and vp(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)

Statement

For every positive integer n,

μ(n)=μ∣(1,n),

where the left side is The number-theoretic Möbius function μ(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 of a locally finite poset). More generally, if d∣n, then

μ∣(d,n)=μ(n/d).

Facts & Assumptions

Given: A positive integer n and, for the general clause, a positive divisor d of n.

[L1]

A divisor interval for quotient q is order-isomorphic to a finite product of exponent chains {0,…,vpi(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 1 for a one-point chain, −1 for a two-point chain, and 0 for a longer chain (On a finite chain, the Möbius function is 1 on the diagonal, −1 on covers and 0 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 and both interval sums of μP vanish when x<y).

[F1]

The prime-factor definition gives 0 when some exponent is at least 2, and otherwise gives (−1)r for the r exponents equal to 1 (The number-theoretic Möbius function μ(n) from prime factorisation).

Proof

technique · direct
1.1

Apply [L1] to [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) of the endpoint values of the chains {0,…,ei}.

L1L2L4
2.1

If some ei≥2, [L3] makes one factor 0, so the product is 0. If every ei=1, every factor is −1, so the product is (−1)r. For n=1 the product is empty and equals 1.

step 1.1L3
3.1

The cases in step 2.1 are exactly those of [F1], proving μ∣(1,n)=μ(n).

step 2.1F1
3.2

For d∣n, [L1] identifies [d,n] with the divisor interval [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).

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 R be a commutative ring and let f,g:Z>0→R. Then

g(n)=∑d∣nf(d)for every n≥1

if and only if

f(n)=∑d∣nμ(n/d)g(d)=∑d∣nμ(d)g(n/d)for every n≥1.

All divisors in the sums are positive.

Facts & Assumptions

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

[L1]

Lower-finite poset inversion says g(n)=∑d∣nf(d) exactly when f(n)=∑d∣nμ∣(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)=∑d∣nμ(n/d)g(d).

L1L2L3
2.1

The map d↦n/d is a bijection of the positive divisors of n with itself and is its own inverse. Reindexing the sum in step 1.1 by [L4] gives f(n)=∑d∣nμ(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,n are coprime positive integers, then

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

Facts & Assumptions

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

[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 and both interval sums of μP vanish when x<y).

Proof

technique · direct
1.1

By [L1], (a,b)↦ab is a bijection from [1,m]∣×[1,n]∣ to [1,mn]∣. 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).

step 1.1L2L4
3.1

Replacing each poset value in step 2.1 by its number-theoretic value using [L3] yields μ(mn)=μ(m)μ(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 P and every commutative ring R, the formula

(f∗g)(x,y)=∑x≤z≤yf(x,z)g(z,y)

defines a convolution operation on all functions on comparable pairs.

Facts & Assumptions

Given: A countably infinite set M, two further elements ⊥,⊤, a nonzero commutative ring R, and the poset P:={⊥,⊤}∪M in which ⊥<m<⊤ for every m∈M and distinct elements of M are incomparable.

[F1]

Incidence convolution is defined by a finite commutative-monoid sum over [x,y], under the hypothesis that the poset is locally finite (The incidence functions 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] 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 P is reflexive, antisymmetric and transitive: the only strict comparisons are from ⊥ to a middle element, from a middle element to ⊤, and from ⊥ to ⊤. Thus P is a poset.

givenF2
1.2

Its interval [⊥,⊤] is all of P and contains the countably infinite set M, so it is infinite and P is not locally finite.

givenF2
2.1

Let f and g be the constant-one functions on comparable pairs. At the endpoint, the proposed convolution asks for ∑z∈P1R, 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) depends only on the cardinality of [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<c3 and the four-element diamond {⊥,a,b,⊤} with ⊥<a<⊤, ⊥<b<⊤, and a,b incomparable.

[L1]

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

[L2]

The diamond is the Boolean lattice on a two-element set, whose endpoint value is (−1)2=1 (For A⊆B in a finite Boolean lattice, μ(A,B)=(−1)∣B∖A∣).

Refutation

technique · direct
1.1

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

L1
1.2

The endpoint interval [⊥,⊤] in the diamond also has four elements but has Möbius value 1 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