Skip to content

Commit

Permalink
chore: Fix arrowheads in character diagrams (#1124)
Browse files Browse the repository at this point in the history
Replaces capital and lower-case `V` arrowheads in character diagrams
with the logical or character `∨`, and the caret arrowheads `^` with
logical and `∧`. Also fixes a couple of miscellaneous issues with some
diagrams like lacking indentation and whitespace.
  • Loading branch information
fredrik-bakke committed Apr 25, 2024
1 parent de858a1 commit aa95b6e
Show file tree
Hide file tree
Showing 135 changed files with 437 additions and 444 deletions.
2 changes: 1 addition & 1 deletion src/category-theory/adjunctions-large-categories.lagda.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Two [functors](category-theory.functors-large-categories.md) `F : C → D` and
| |
g ∘ - ∘ F f | | G g ∘ - ∘ f
| |
v v
hom (F X₂) Y₂ --------> hom X₂ (G Y₂)
ϕ X₂ Y₂
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Let `C` and `D` be two
| |
g ∘ - ∘ F f | | G g ∘ - ∘ f
| |
v v
hom (F X₂) Y₂ --------> hom X₂ (G Y₂)
ϕ X₂ Y₂
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ A square of morphisms
x ------> y
| |
| |
V V
z ------> w
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ A square of morphisms
x ------> y
| |
| |
V V
z ------> w
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ A square of morphisms
x ------> y
| |
| |
V V
z ------> w
```

Expand Down
6 changes: 3 additions & 3 deletions src/category-theory/gaunt-categories.lagda.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ diagram relating the different notions of "category":
Gaunt categories
/ \
/ \
v v
Categories Strict categories
\ /
\ /
v v
Preunivalent categories
|
|
v
Precategories
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ that fit into a natural diagram
| |
| |
| |
v v
C ------------> D.
F
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ commutes :
| |
≅| |≅
| |
v v
BG ------> BH
ΩBf
```
Expand Down
2 changes: 1 addition & 1 deletion src/foundation-core/coherently-invertible-maps.lagda.md
Original file line number Diff line number Diff line change
Expand Up @@ -1176,7 +1176,7 @@ of coherently invertible maps asserts that for any
\ /
f\ /g
\ /
V V
∨ ∨
X,
```

Expand Down
14 changes: 7 additions & 7 deletions src/foundation-core/commuting-prisms-of-maps.lagda.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ Consider an arrangment of maps composable into a diagram as follows:
|\ |\
| \ h ⇗ | \ h'
| \ f' | \
| V | V
| |
f | ⇐ B ------ | -> B'
| / hB | ⇐ /
| / g | / g'
| / ⇗ | /
VV VV
∨∨ ∨∨
C ---------> C' ,
hC
```
Expand All @@ -57,16 +57,16 @@ We may also arrange the maps into a more vertical shape, like so:

```text
B
h ^| \ g
h | \ g
/ | \
/ f | ⇑ V
/ f | ⇑
A ---------> C
| | hB |
| ⇗ V ⇗ |
| ⇗ ⇗ |
hA | B' | hC
| h' ^ \ g' |
| h' \ g' |
| / ⇑ \ |
V/ VV
/ ∨∨
A' --------> C' .
f'
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ A square of [homotopies](foundation-core.homotopies.md)
f ------> g
| |
left | | right
v v
h ------> i
bottom
```
Expand Down
2 changes: 1 addition & 1 deletion src/foundation-core/commuting-squares-of-maps.lagda.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ module _
A -----> X -----> U -----> K
| | | |
f | α g | β h | γ | i
V V V V
B -----> Y -----> V -----> L.
α₁ β₁ γ₁
```
Expand Down
6 changes: 3 additions & 3 deletions src/foundation-core/commuting-triangles-of-maps.lagda.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ A triangle of maps
A ----> B
\ /
left \ / right
V V
∨ ∨
X
```

Expand Down Expand Up @@ -85,7 +85,7 @@ then the triangle
\ /
g\ /f
\ /
V V
∨ ∨
X
```

Expand Down Expand Up @@ -117,7 +117,7 @@ then the triangle
\ /
h\ /r
\ /
V V
∨ ∨
B
```

Expand Down
4 changes: 2 additions & 2 deletions src/foundation-core/equivalences.lagda.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ The **3-for-2 property** of equivalences asserts that for any
\ /
f\ /g
\ /
V V
∨ ∨
X,
```

Expand Down Expand Up @@ -622,7 +622,7 @@ We will assume a commuting square
A -----> C
| |
f | | g
V V
B -----> D
i
```
Expand Down
4 changes: 2 additions & 2 deletions src/foundation-core/operations-span-diagrams.lagda.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ as indicated in the diagram
A' <---- S'
| |
h₀ | | h₁
V V
A <----- S -----> B.
f g
```
Expand Down Expand Up @@ -210,7 +210,7 @@ as indicated in the diagram
S' ----> B'
| |
h₀ | | h₁
V V
A <----- S -----> B.
f g
```
Expand Down
4 changes: 2 additions & 2 deletions src/foundation-core/operations-spans.lagda.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ as indicated in the diagram
A' <---- S'
| |
h₀ | | h₁
V V
A <----- S -----> B.
f g
```
Expand Down Expand Up @@ -178,7 +178,7 @@ as indicated in the diagram
S' ----> B'
| |
h₀ | | h₁
V V
A <----- S -----> B.
f g
```
Expand Down
10 changes: 5 additions & 5 deletions src/foundation-core/pullbacks.lagda.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ Given a diagram as follows where the right-hand square is a pullback
-------> ∙ -------> ∙
| | ⌟ |
| | |
v v v
-------> ∙ -------> ∙,
```

Expand Down Expand Up @@ -431,11 +431,11 @@ Given a diagram as follows where the lower square is a pullback
-------> ∙
| |
| |
v v
-------> ∙
| ⌟ |
| |
v v
-------> ∙,
```

Expand Down Expand Up @@ -672,7 +672,7 @@ Given a pullback square
C -------> B
| ⌟ |
g'| | g
v v
A -------> X
f
```
Expand All @@ -684,7 +684,7 @@ square
C ---------> X
| ⌟ |
(f' , g') | |
v v
A × B -----> X × X,
f × g
```
Expand Down
4 changes: 2 additions & 2 deletions src/foundation-core/retractions.lagda.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ In a commuting triangle of the form
\ /
f\ /g
\ /
V V
∨ ∨
X,
```

Expand Down Expand Up @@ -206,7 +206,7 @@ In a commuting triangle of the form
\ /
f\ /g
\ /
V V
∨ ∨
X,
```

Expand Down
4 changes: 2 additions & 2 deletions src/foundation-core/sections.lagda.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ In a commuting triangle of the form
\ /
f\ /g
\ /
V V
∨ ∨
X,
```

Expand Down Expand Up @@ -188,7 +188,7 @@ In a commuting triangle of the form
\ /
f\ /g
\ /
V V
∨ ∨
X,
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ which is uniquely determined by the
(X = Y) ---------------> (f X = f Y)
| |
equiv-eq | | id
V V
(X ≃ Y) ---------------> (f X = f Y)
action-equiv f
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ We claim that the square
(X = Y) --------> (B X = B Y)
| |
equiv-eq | | equiv-eq
V V
(X ≃ Y) ---------> (B X ≃ B Y).
B
```
Expand Down
4 changes: 2 additions & 2 deletions src/foundation/action-on-equivalences-type-families.lagda.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ determined by the identification `B id-equiv = id-equiv`, and fits in a
(X = Y) --------> (B X = B Y)
| |
equiv-eq | | equiv-eq
V V
(X ≃ Y) ---------> (B X ≃ B Y).
B
```
Expand Down Expand Up @@ -98,7 +98,7 @@ We claim that the square
(X = Y) --------> (B X = B Y)
| |
equiv-eq | | equiv-eq
V V
(X ≃ Y) ---------> (B X ≃ B Y).
B
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ uncurried [commuting square](foundation-core.commuting-squares-of-maps.md)
| |
1 × Δ | | ap
| |
v v
(A × A B) × Path A × Path A ----------> Path B.
ap-binary
```
Expand Down
6 changes: 3 additions & 3 deletions src/foundation/cartesian-morphisms-arrows.lagda.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ if the [commuting square](foundation-core.commuting-squares-of-maps.md)
A -----> X
| |
f | h | g
V V
B -----> Y
j
```
Expand Down Expand Up @@ -184,7 +184,7 @@ of a cartesian morphism of arrows
A -----> X
| ⌟ |
f | | g
V V
B -----> Y
j
```
Expand All @@ -196,7 +196,7 @@ is the cartesian morphism of arrows
A -----> B
| ⌟ |
i | | j
V V
X -----> Y.
g
```
Expand Down
Loading

0 comments on commit aa95b6e

Please sign in to comment.