Skip to content

Point-set topology #424

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

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from
Draft

Point-set topology #424

wants to merge 9 commits into from

Conversation

TOTBWF
Copy link
Collaborator

@TOTBWF TOTBWF commented Aug 8, 2024

Description

Doing a bit of point-set topology for Borceux/taboos.

Todos

  • Finish writing prose: in particular, the introduction needs to be much better.
  • Finalize the API: right now inference is not great. Organizing things via displayed category theory
    seems like the right move, but you need to supply a lot of implicits currently.

Checklist

Before submitting a merge request, please check the items below:

  • I've read the contributing guidelines.
  • The imports of new modules have been sorted with support/sort-imports.hs (or nix run --experimental-features nix-command -f . sort-imports).
  • All new code blocks have "agda" as their language.

If your change affects many files without adding substantial content, and
you don't want your name to appear on those pages (for example, treewide
refactorings or reformattings), start the commit message and PR title with chore:.

@TOTBWF TOTBWF mentioned this pull request Apr 2, 2025
3 tasks
TOTBWF added a commit that referenced this pull request Apr 9, 2025
# Description

This PR defines jointly cartesian families, which paves the way for the
correct way to handle #424. Right now the prose
is a bit sparse, as many of the good examples require us to develop
point-set topology, which is exactly what I added this to do! Some of
the names for the cancellation lemmas are also a bit brutal; suggestions
are very much appreciated!

I've also done a bit of cleanup on some proofs in
`Cat.Displayed.Cartesian`; I needed to generalize a bunch of these, so
figured now would be a good of a time as any.

## Checklist

Before submitting a merge request, please check the items below:

- [x] I've read [the contributing
guidelines](https://github.com/plt-amy/1lab/blob/main/CONTRIBUTING.md).
- [x] The imports of new modules have been sorted with
`support/sort-imports.hs` (or `nix run --experimental-features
nix-command -f . sort-imports`).
- [x] All new code blocks have "agda" as their language.

If your change affects many files without adding substantial content,
and
you don't want your name to appear on those pages (for example, treewide
refactorings or reformattings), start the commit message and PR title
with `chore:`.
4e554c4c pushed a commit to 4e554c4c/1lab that referenced this pull request Apr 18, 2025
# Description

This PR defines jointly cartesian families, which paves the way for the
correct way to handle the1lab#424. Right now the prose
is a bit sparse, as many of the good examples require us to develop
point-set topology, which is exactly what I added this to do! Some of
the names for the cancellation lemmas are also a bit brutal; suggestions
are very much appreciated!

I've also done a bit of cleanup on some proofs in
`Cat.Displayed.Cartesian`; I needed to generalize a bunch of these, so
figured now would be a good of a time as any.

## Checklist

Before submitting a merge request, please check the items below:

- [x] I've read [the contributing
guidelines](https://github.com/plt-amy/1lab/blob/main/CONTRIBUTING.md).
- [x] The imports of new modules have been sorted with
`support/sort-imports.hs` (or `nix run --experimental-features
nix-command -f . sort-imports`).
- [x] All new code blocks have "agda" as their language.

If your change affects many files without adding substantial content,
and
you don't want your name to appear on those pages (for example, treewide
refactorings or reformattings), start the commit message and PR title
with `chore:`.
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.

1 participant