Documentation

Atlas.AlgebraicTopologyI.code.ConeAcyclicity

The chain-level map induced by the identity continuous map is the identity.

Any two singular n-simplices of PUnit are equal, since PUnit is a subsingleton.

Any singular n-chain on PUnit is an integer multiple of the unique generator FreeAbelianGroup.of σ₀.

theorem AlgebraicTopologyI.FreeAbelianGroup.smul_of_eq_zero {T : Type u_1} (a : T) (m : ) (h : m FreeAbelianGroup.of a = 0) :
m = 0

If m • FreeAbelianGroup.of a = 0 in a free abelian group, then the scalar m is zero.

theorem AlgebraicTopologyI.alternating_sum_range (N : ) :
iFinset.range N, (-1) ^ i = if Odd N then 1 else 0

The alternating sum ∑_{i < N} (-1)^i equals 1 if N is odd and 0 otherwise.

theorem AlgebraicTopologyI.alternating_sum_fin (n : ) :
i : Fin (n + 2), (-1) ^ i = if Odd n then 1 else 0

The alternating sum ∑_{i : Fin (n+2)} (-1)^i equals 1 if n is odd and 0 otherwise — this captures the value of the boundary map on a chain of constant simplices on PUnit.

The boundary of the singular simplex FreeAbelianGroup.of σ on PUnit equals the alternating sum of signs times the unique n-simplex generator σ₀.

Acyclicity of the singular chain complex of PUnit in positive degrees: every (n+1)-cycle on PUnit is the boundary of some (n+2)-chain. This is the cone-style acyclicity input feeding into the chain-homotopy machinery for star-shaped regions (Proposition 5.13).