Pith. sign in
theorem

abnd_comp_asubIter

proved
show as:
module
IndisputableMonolith.Foundation.SingularSubdivision
domain
Foundation
line
428 · github
papers citing
none yet

plain-language theorem explainer

The k-fold singular subdivision operator commutes with the chain boundary: ∂ ∘ S^k = S^k ∘ ∂ in every degree. Homological algebraists proving that iterated barycentric subdivision is a chain map, or building the prism homotopy to the identity, cite this. The argument is induction on the iteration count, reducing to the single-step commutation lemma and associativity of linear-map composition.

Claim. Fix a barycenter operation on simplices. For all natural numbers $k$ and $n$, writing $\partial_n$ for the degree-$n$ singular boundary and $S^k$ for the $k$-fold subdivision endomorphism of the singular chain complex, one has $\partial_n \circ S^k_{n+1} = S^k_n \circ \partial_n$.

background

The module develops abstract singular subdivision over a convex ambient space $\alpha$. An abstract simplex is a map from the standard simplex vertices into $\alpha$; the boundary operator (here written degreewise) is the usual alternating face sum, realized as a linear map on free modules of such simplices.

Subdivision $S$ is built from a barycenter map that sends a labeled vertex tuple to a point of $\alpha$. One step of subdivision replaces each simplex by the cone of its faces from that barycenter; $S^k$ is the $k$-fold iterate of that endomorphism, defined recursively by $S^0 = \mathrm{id}$ and $S^{k+1} = S \circ S^k$.

A chain map must intertwine the boundary. The single-step identity $\partial \circ S = S \circ \partial$ is already available in-module; the present result lifts it to every iterate, which is the form needed for telescoping homotopies between $S^k$ and the identity.

proof idea

Induct on the iteration index $k$.

Base case $k = 0$: both sides reduce via the definition $S^0 = \mathrm{id}$ to $\partial \circ \mathrm{id} = \mathrm{id} \circ \partial$, discharged by the standard identities for composition with the identity linear map.

Successor step: unwind $S^{k+1} = S \circ S^k$ on both sides, reassociate compositions, apply the single-step commutation $\partial \circ S = S \circ \partial$ in the appropriate degree, then invoke the inductive hypothesis and reassociate again. No extra geometric input is required beyond the one-step lemma and the recursive definition of the iterate.

why it matters

In classical singular homology, barycentric subdivision is the standard tool that proves homotopy invariance and excision: one shows $S$ is chain-homotopic to the identity, so $S^k$ induces the identity on homology for large $k$, and supports become arbitrarily fine. This lemma is the chain-map half of that package for the abstract (Recognition-native) singular complex.

The immediately following construction in the module packages the telescoped prism operator $T_k = T \circ (1 + S + \cdots + S^{k-1})$ with $T_0 = 0$ and $T_{k+1} = T + T_k \circ S$. Commutation of every $S^k$ with $\partial$ is exactly what lets that telescope be a chain homotopy. Within the Foundation layer this sits under the singular-prism import path, supplying the homological scaffolding that later interfaces with the forcing chain rather than a named T0–T8 landmark itself.

No downstream consumers are recorded yet in the graph; the lemma is infrastructure awaiting the homotopy and homology-identity theorems.

Switch to Lean above to see the machine-checked source, dependencies, and usage graph.