Home

可縮な型

module foundations.contractible-type where
Imports
open import foundations.universe
open import foundations.sigma-type
open import foundations.identity-type
private variable  : Level

isContr : Type   Type 
isContr A = Σ[ x  A ]  (y : A)  x  y

isContr Aの第一成分をcenterと呼ぶことがある。