Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wedge of a family of pType #1829

Merged
merged 3 commits into from
Jan 25, 2024

Conversation

Alizter
Copy link
Collaborator

@Alizter Alizter commented Jan 24, 2024

We define wedges of families of pTypes.

Interestingly, we have to make some decidability assumptions on the indexing type in order to get the inclusion from wedge to product. This is also true for such colimits in a general pointed category.

I'm not sure if these assumptions are necessary, and in practice most index sets we will choose are decidable.

Once we have free products of abelian groups defined, we should be able to extend the PinSn result to wedges of spheres.

theories/Homotopy/Wedge.v Outdated Show resolved Hide resolved
theories/Homotopy/Wedge.v Outdated Show resolved Hide resolved
theories/Homotopy/Wedge.v Outdated Show resolved Hide resolved
Defined.

(** Recursion principle for the wedge of an indexed family of pointed types. *)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be an equivalence, which means that FamilyWedge X is a coproduct in pType. Does the Wildcat library have coproducts where the summands are indexed by a type?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't add such coproducts yet, but it should be straightforward.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think I'll hold off on making this an equivalence for now and perhaps introduce it when we have that result for coproducts.

theories/Homotopy/Wedge.v Outdated Show resolved Hide resolved
@Alizter Alizter force-pushed the ps/branch/wedge_of_a_family_of_ptype branch 3 times, most recently from ca50dcb to 6e534a2 Compare January 25, 2024 15:14
theories/Homotopy/Wedge.v Outdated Show resolved Hide resolved
theories/Homotopy/Wedge.v Outdated Show resolved Hide resolved
theories/Homotopy/Wedge.v Outdated Show resolved Hide resolved
Signed-off-by: Ali Caglayan <[email protected]>
We don't have to convert the indexing type into a pointed type, it
already is a type!

Signed-off-by: Ali Caglayan <[email protected]>
@Alizter Alizter force-pushed the ps/branch/wedge_of_a_family_of_ptype branch from 6e534a2 to 1d3ee90 Compare January 25, 2024 15:34
@jdchristensen
Copy link
Collaborator

LGTM!

@Alizter Alizter merged commit 68e9a59 into HoTT:master Jan 25, 2024
23 checks passed
@Alizter Alizter deleted the ps/branch/wedge_of_a_family_of_ptype branch January 25, 2024 17:40
@Alizter
Copy link
Collaborator Author

Alizter commented Jan 25, 2024

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants