This commit is contained in:
Michael Zhang 2024-05-29 15:57:09 -05:00
parent ab8ba9f8bf
commit 9ea3e91e17
7 changed files with 31 additions and 3 deletions

View file

@ -12,6 +12,9 @@
- [Chapter 4](./generated/HottBook.Chapter4.md)
- [Chapter 5](./generated/HottBook.Chapter5.md)
- [Chapter 6](./generated/HottBook.Chapter6.md)
- [Chapter 7](./generated/HottBook.Chapter7.md)
- [Chapter 8](./generated/HottBook.Chapter8.md)
- [Chapter 9](./generated/HottBook.Chapter9.md)
# Individual lemmas

View file

@ -4,7 +4,7 @@ This book tracks my current research goals and progress.
- [Source](https://git.mzhang.io/school/type-theory)
```dot process
<!-- ```dot process
digraph {
rankdir="BT"
@ -21,4 +21,4 @@ digraph {
}
}
}
```
``` -->

BIN
resources/HoTT.pdf vendored Normal file

Binary file not shown.

BIN
resources/MayConcise/exercises.pdf vendored Normal file

Binary file not shown.

5
resources/MayConcise/exercises.typ vendored Normal file
View file

@ -0,0 +1,5 @@
= Chapter 1
1. #[
]

View file

@ -0,0 +1,16 @@
```
module HottBook.Chapter7 where
open import Agda.Primitive
open import HottBook.Chapter1
open import HottBook.Chapter2
open import HottBook.Chapter6
```
## 7.1 Definition of $n$-types
### Definition 7.1.1
```
is-_-type : → Set → Set
```

View file

@ -25,4 +25,8 @@ data : Set where
```
-- code : {l : Level} → S¹ → Set (lsuc l)
-- code {l} = S¹-elim (λ _ → Set l) (ua suc)
```
```
## 8.7 The van Kampen theorem
### 8.7.1 Naive van Kampen