A subcomplex of a simplicial -sphere becomes full after subdividing the ambient sphere
ProvedsimplicialFourSphere_full_subdivision_of_subcomplexLet be a finite simplicial complex whose geometric realization is homeomorphic to , and let a vertex injection identify a complex with a subcomplex of : every face of has image a face of . No fullness is assumed, so may well have faces all of whose vertices lie in the image of without those faces belonging to .
The assertion is that can be made a full subcomplex without changing the ambient homeomorphism type or touching itself: there are a simplicial complex with and a vertex injection of into such that
The mechanism is relative stellar subdivision. Working through the finitely many faces of whose vertices all lie in the image of but which are not images of faces of , in order of decreasing dimension, subdivide stellarly at : this introduces one new vertex, the barycentre of , and destroys while preserving every simplex that does not contain . Since is closed under passing to subsets and , no face of contains , so all of survives untouched; and every newly created simplex uses the new vertex, so no new offending face on the old vertices appears. Subdivision does not change the realization up to homeomorphism, so the result is still a triangulation of , and after all offending faces have been removed the copy of is full.
The statement is the combinatorial half of the construction of a full two-dimensional subcomplex of a triangulated four-sphere: it separates the purely piecewise-linear step from the geometry of embedding a three-manifold in .
Formalization Note Being a simplicial four-sphere means the barycentric-coordinate realization is homeomorphic to the unit sphere in ; the subcomplex hypothesis and the fullness conclusion are stated through the induced maps on finite vertex sets, and the ambient vertex set is allowed to grow.
import Definitions.Def_frame_2026_moment_angle_interfaces open MomentAngle
theorem simplicialFourSphere_full_subdivision_of_subcomplex {s m : ℕ}
(K : AbstractSimplicialComplex (Fin s)) (L : AbstractSimplicialComplex (Fin m))
(e : Fin s ↪ Fin m) (hL : IsSimplicialFourSphere L)
(hsub : ∀ σ : Finset (Fin s), σ ∈ K → σ.map e ∈ L) :
∃ (m' : ℕ) (_hm' : 0 < m') (L' : AbstractSimplicialComplex (Fin m'))
(e' : Fin s ↪ Fin m'),
IsSimplicialFourSphere L' ∧ ∀ σ : Finset (Fin s), σ ∈ K ↔ σ.map e' ∈ L' := by sorry