fix error when compiling
This commit is contained in:
parent
dcf0327e98
commit
aef91cd344
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
|
||||
import algebra.exactness homotopy.cofiber homotopy.wedge
|
||||
import ..algebra.exactness homotopy.cofiber homotopy.wedge
|
||||
|
||||
open eq function is_trunc sigma prod lift is_equiv equiv pointed sum unit bool cofiber
|
||||
|
||||
|
|
|
@ -385,7 +385,7 @@ namespace spectrum
|
|||
pseq_colim (spectrify_type_fun X n)
|
||||
|
||||
/-
|
||||
Let Y = spectify X. Then
|
||||
Let Y = spectify X ≡ colim_k Ω^k X (n + k). Then
|
||||
Ω Y (n+1) ≡ Ω colim_k Ω^k X ((n + 1) + k)
|
||||
... = colim_k Ω^{k+1} X ((n + 1) + k)
|
||||
... = colim_k Ω^{k+1} X (n + (k + 1))
|
||||
|
|
Loading…
Reference in a new issue