Skip to content

Commit

Permalink
another naming conflict is-pullback-cartesian-product
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrik-bakke committed Feb 27, 2024
1 parent b79bcc0 commit 883a868
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ Cartesian products are a special case of pullbacks.
is-retraction-inv-gap-product (pair a b) = refl

abstract
is-pullback-product :
is-pullback-cartesian-product :
is-pullback (terminal-map A) (terminal-map B) cone-product
is-pullback-product =
is-pullback-cartesian-product =
is-equiv-is-invertible
inv-gap-product
is-section-inv-gap-product
Expand All @@ -131,5 +131,5 @@ We conclude that cartesian products satisfy the universal property of pullbacks.
( terminal-map A)
( terminal-map B)
( cone-product)
( is-pullback-product)
( is-pullback-cartesian-product)
```
2 changes: 1 addition & 1 deletion src/synthetic-homotopy-theory/acyclic-maps.lagda.md
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ module _
( terminal-map A)
( terminal-map B)
( cone-product A B)
( is-pullback-product A B)
( is-pullback-cartesian-product A B)
( is-acyclic-map-terminal-map-is-acyclic A ac-A)))
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ module _
( terminal-map A)
( terminal-map B)
( cone-product A B)
( is-pullback-product A B)
( is-pullback-cartesian-product A B)
( is-truncated-acyclic-map-terminal-map-is-truncated-acyclic A ac-A)))
```

Expand Down

0 comments on commit 883a868

Please sign in to comment.