Theorem 1.7 — Arbitrary torsion in moment-angle and loop-space homology
OpenmomentAngle_arbitrary_torsionLet be a finitely generated abelian group. Prove that there exist a natural number and an abstract simplicial complex on Fin m whose geometric realization is homeomorphic to the unit sphere , such that the same moment-angle space admits injective additive homomorphisms
Here is the union, over faces of , of coordinate products having a disk in the coordinates of and a circle elsewhere. The loop space is based at the all-ones point, and denotes the direct sum of integral singular homology over all nonnegative degrees.
The same simplicial -sphere must witness both embeddings. The claim concerns additive subgroups; the embeddings need not occupy the same homological degree or preserve a graded ring structure.
Formalization Note The sphere condition is an actual homeomorphism, the moment-angle and loop spaces are concrete topological spaces, and the two subgroup claims are explicit injective additive homomorphisms.
import Definitions.Def_frame_2026_moment_angle_interfaces
open MomentAngle
theorem momentAngle_arbitrary_torsion
(G : Type) [AddCommGroup G] [Module.Finite ℤ G] :
∃ (m : ℕ) (_hm : 0 < m) (L : AbstractSimplicialComplex (Fin m)),
IsSimplicialFourSphere L ∧
AdditivelyEmbeds G (TotalIntegralHomology (Complex L)) ∧
AdditivelyEmbeds G (TotalIntegralHomology (BasedLoopSpace L)) := by sorry
Read-back
What the Lean code literally says, in plain math · gpt-5.6-sol
For every type carrying an abelian-group structure whose canonical -module is finitely generated, there exist a natural number with and an abstract simplicial complex on such that: the subtype of nonnegative real coordinate functions on having total sum and support a face of is homeomorphic to the unit sphere in ; there is an injective addition-and-zero-preserving map from into the direct sum over all nonnegative degrees of the integral singular-homology groups of the subtype of functions for which some empty-or--face contains every coordinate allowed to have modulus at most , while every coordinate outside has modulus exactly ; and there is also an injective addition-and-zero-preserving map from into the analogous total integral singular homology of the space of parametrized continuous loops in that same subtype based at the all-ones point. The same and serve both embeddings, but the two injective maps need not be related. The embeddings may use multiple homological degrees and need not split. The statement does not itself assert that the moment-angle subtype is a manifold.
Confirmed by the mission captain (proposal self-audit).