Homotopy Type Theory wedge sum > history (Rev #6, changes)

Showing changes from revision #5 to #6: Added | Removed | Changed

Idea

We can stick two spaces together by their points.

Definition

The wedge sum of two pointed types (A,a)(A,a) and (B,b)(B,b) can be defined as the higher inductive type with the following constructors:

  • Points come from the sum type? in:A+BABin : A + B \to A \vee B
  • And their base point is glued path:inl(a)=inr(b)path : inl(a) = inr(b) Clearly this is pointed.

The wedge sum of two types AA and BB, can also be defined as the pushout of the span

A1BA \leftarrow \mathbf{1} \rightarrow B

where the maps pick the base points of AA and BB. This pushout is denoted ABA \vee B and has basepoint ABinl( A)\star_{A \vee B} \equiv \mathrm{inl}(\star_A)

References

HoTT book

category: homotopy theory

Revision on June 9, 2022 at 05:36:17 by Anonymous?. See the history of this page for a list of all contributions to it.