rzk-lang / sHoTT

Formalisations for simplicial HoTT and synthetic ∞-categories.
https://rzk-lang.github.io/sHoTT/
44 stars 12 forks source link

RS17, Proposition 9.10. #149

Closed robin-carlier closed 2 weeks ago

robin-carlier commented 1 month ago

I noticed Proposition 9.10 was stated in the exposition but not formalized.

The proof is split between has-initial-tot-is-representable-family-is-segal and has-initial-tot-is-representable-family-is-segal. I also added a helper lemma that states that equivalences map initial objects to initial objects (as well as its dual for final objects).

This closes #21.

emilyriehl commented 3 weeks ago

@fizruk can you remind me (and @robin-carlier) how the user can do this fix:

Checking formatting...
[warn] src/simplicial-hott/09-yoneda.rzk.md
[warn] Code style issues found in the above file. Run Prettier with --write to fix.
emilyriehl commented 3 weeks ago

@robin-carlier thanks for the contribution. Perhaps you could add a sentence or two in markdown before each of your main lemmas explaining the idea of the proof? But once that and minor formatting issues are fixed, we can merge.

robin-carlier commented 3 weeks ago

@fizruk can you remind me (and @robin-carlier) how the user can do this fix:

Checking formatting...
[warn] src/simplicial-hott/09-yoneda.rzk.md
[warn] Code style issues found in the above file. Run Prettier with --write to fix.

Installing prettier (via npm for me) and running prettier --write **/*.{md,json,yaml,yml} seemed to do the trick.

emilyriehl commented 2 weeks ago

Looks good.