Skip to content

Commit

Permalink
delete core.standard-pullbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrik-bakke committed Feb 28, 2024
1 parent b10e1ba commit c534b08
Show file tree
Hide file tree
Showing 16 changed files with 351 additions and 429 deletions.
1 change: 0 additions & 1 deletion src/foundation-core.lagda.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ open import foundation-core.retractions public
open import foundation-core.sections public
open import foundation-core.sets public
open import foundation-core.small-types public
open import foundation-core.standard-pullbacks public
open import foundation-core.subtypes public
open import foundation-core.torsorial-type-families public
open import foundation-core.transport-along-identifications public
Expand Down
4 changes: 2 additions & 2 deletions src/foundation-core/pullbacks.lagda.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ open import foundation.dependent-pair-types
open import foundation.functoriality-cartesian-product-types
open import foundation.functoriality-fibers-of-maps
open import foundation.identity-types
open import foundation.standard-pullbacks
open import foundation.universe-levels

open import foundation-core.diagonal-maps-of-types
Expand All @@ -23,7 +24,6 @@ open import foundation-core.fibers-of-maps
open import foundation-core.function-types
open import foundation-core.functoriality-dependent-pair-types
open import foundation-core.homotopies
open import foundation-core.standard-pullbacks
open import foundation-core.universal-property-pullbacks
```

Expand All @@ -50,7 +50,7 @@ this concept is captured by
this is a large proposition, which is not suitable for all purposes. Therefore,
as our main definition of a pullback cone we consider the
{{#concept "small predicate of being a pullback" Agda=is-pullback}}: given the
existence of the [standard pullback type](foundation-core.standard-pullbacks.md)
existence of the [standard pullback type](foundation.standard-pullbacks.md)
`A ×_X B`, a cone is a _pullback_ if the gap map into the standard pullback is
an [equivalence](foundation-core.equivalences.md).

Expand Down
Loading

0 comments on commit c534b08

Please sign in to comment.