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

Subshapes #110

Open
emilyriehl opened this issue Sep 28, 2023 · 0 comments
Open

Subshapes #110

emilyriehl opened this issue Sep 28, 2023 · 0 comments
Assignees

Comments

@emilyriehl
Copy link

emilyriehl commented Sep 28, 2023

In the sHott library we have two closely related definitions:

#def Λ : (2 × 2) → TOPE
  := \ (t , s) → (s ≡ 0₂ ∨ t ≡ 1₂)

#def Λ²₁ : Δ² → TOPE
  := \ (t,s) → Λ (t,s)

I attempted to delete the former and use only a direct definition of the latter but a few things in the Segal file then failed to typecheck. The issue was in the definition of is-segal-function-type which feeds the horn into the function flip-ext-fun-inv.

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

No branches or pull requests

2 participants