Skip to content

Commit

Permalink
Typos in the universal property of the family of fibers of a map (#971)
Browse files Browse the repository at this point in the history
  • Loading branch information
EgbertRijke authored Dec 5, 2023
1 parent dcc67bb commit 5327f95
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions src/foundation/universal-property-family-of-fibers-of-maps.lagda.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# The universal property of family of fibers of maps
# The universal property of the family of fibers of maps

```agda
module foundation.universal-property-family-of-fibers-of-maps where
Expand Down Expand Up @@ -79,7 +79,7 @@ described above, while the universal property of the fiber `fiber f b` of a map

## Definitions

### The dependent universal property of the fibers of a map
### The dependent universal property of the family of fibers of a map

Consider a map `f : A → B` and a type family `F : B 𝒰` equipped with a lift
: (a : A) F (f a)` of `f` to `F`. Then there is an evaluation map
Expand All @@ -89,9 +89,11 @@ Consider a map `f : A → B` and a type family `F : B → 𝒰` equipped with a
```

for any binary type family `X : (b : B) F b 𝒰`. This evaluation map takes a
binary family of elements of `X` to a double lift over `f` and `δ`. The
dependent universal property of the family of fibers of `f` asserts that this
evaluation map is an equivalence.
binary family of elements of `X` to a
[double lift](orthogonal-factorization-systems.double-lifts-families-of-elements.md)
of `f` and `δ`. The
{{#concept "dependent universal property of the family of fibers of a map"}} `f`
asserts that this evaluation map is an equivalence.

```agda
module _
Expand All @@ -105,18 +107,19 @@ module _
is-equiv (ev-double-lift-family-of-elements {B = F} δ {X})
```

### The universal property of the fibers of a map
### The universal property of the family of fibers of a map

Consider a map `f : A → B` and a type family `F : B 𝒰` equipped with a lift
: (a : A) F (f f)` of `f` to `F`. Then there is an evaluation map
: (a : A) F (f a)` of `f` to `F`. Then there is an evaluation map

```text
((b : B) F b X b) ((a : A) X (f a))
```

for any binary type family `X : B 𝒰`. This evaluation map takes a binary
family of elements of `X` to a lift of `f`. The universal property of the family
of fibers of `f` asserts that this evaluation map is an equivalence.
family of elements of `X` to a double lift of `f` and `δ`. The universal
property of the family of fibers of `f` asserts that this evaluation map is an
equivalence.

```agda
module _
Expand Down Expand Up @@ -221,7 +224,7 @@ module _
dependent-universal-property-family-of-fibers-fiber C
```

### The family of fibers of a map satisfies the dependent universal property of the family of fibers of a map
### The family of fibers of a map satisfies the universal property of the family of fibers of a map

```agda
module _
Expand Down Expand Up @@ -300,7 +303,7 @@ module _
extension-universal-property-family-of-fibers
```

### Fibers are uniquely unique
### The family of fibers of a map is uniquely unique

```agda
module _
Expand Down

0 comments on commit 5327f95

Please sign in to comment.