move spectrum files to separate directory
This commit is contained in:
parent
6bbe5ef450
commit
ead933e0a9
9 changed files with 10 additions and 9 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
-- Author: Floris van Doorn
|
||||
|
||||
import .graded ..homotopy.spectrum .product_group
|
||||
import .graded ..spectrum.basic .product_group
|
||||
|
||||
open algebra is_trunc left_module is_equiv equiv eq function nat sigma sigma.ops set_quotient
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ Authors: Floris van Doorn, Ulrik Buchholtz
|
|||
Reduced cohomology of spectra and cohomology theories
|
||||
-/
|
||||
|
||||
import ..homotopy.spectrum ..algebra.arrow_group homotopy.fwedge ..choice ..homotopy.pushout ..algebra.product_group
|
||||
import ..spectrum.basic ..algebra.arrow_group ..homotopy.fwedge ..choice ..homotopy.pushout ..algebra.product_group
|
||||
|
||||
open eq spectrum int trunc pointed EM group algebra circle sphere nat EM.ops equiv susp is_trunc
|
||||
function fwedge cofiber bool lift sigma is_equiv choice pushout algebra unit pi
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import ..algebra.spectral_sequence ..homotopy.strunc .basic
|
||||
import ..algebra.spectral_sequence ..spectrum.trunc .basic
|
||||
|
||||
open eq spectrum trunc is_trunc pointed int EM algebra left_module fiber lift equiv is_equiv
|
||||
cohomology group sigma unit is_conn
|
||||
|
|
|
@ -6,7 +6,7 @@ Authors: Yuri Sulyma, Favonia, Floris van Doorn
|
|||
Reduced homology theories
|
||||
-/
|
||||
|
||||
import ..homotopy.smash_spectrum ..homotopy.wedge
|
||||
import ..spectrum.smash ..homotopy.wedge
|
||||
|
||||
open eq spectrum int pointed group algebra sphere nat equiv susp is_trunc
|
||||
function fwedge cofiber lift is_equiv choice algebra pi smash wedge
|
||||
|
|
|
@ -10,7 +10,7 @@ The goal of this file is to extend the library of pointed types and pointed maps
|
|||
|
||||
-/
|
||||
|
||||
import types.pointed2 ..pointed_pi
|
||||
import types.pointed2 .pointed_pi
|
||||
|
||||
open eq pointed
|
||||
|
|
@ -5,7 +5,8 @@ Authors: Michael Shulman, Floris van Doorn, Egbert Rijke, Stefano Piceghello, Yu
|
|||
|
||||
-/
|
||||
|
||||
import homotopy.LES_of_homotopy_groups ..algebra.splice ..algebra.seq_colim .EM .fwedge .pointed_cubes
|
||||
import homotopy.LES_of_homotopy_groups ..algebra.splice ..algebra.seq_colim ..homotopy.EM ..homotopy.fwedge
|
||||
..pointed_cubes
|
||||
|
||||
open eq nat int susp pointed pmap sigma is_equiv equiv fiber algebra trunc trunc_index pi group
|
||||
succ_str EM EM.ops function unit lift is_trunc
|
|
@ -1,4 +1,4 @@
|
|||
import .spectrification .smash_adjoint
|
||||
import .spectrification ..homotopy.smash_adjoint
|
||||
|
||||
open pointed is_equiv equiv eq susp succ_str smash int
|
||||
namespace spectrum
|
|
@ -1,4 +1,4 @@
|
|||
import .spectrum ..colim
|
||||
import .basic ..colim
|
||||
|
||||
open eq pointed succ_str is_equiv equiv spectrum.smap seq_colim nat
|
||||
|
|
@ -6,7 +6,7 @@ Authors: Floris van Doorn, Ulrik Buchholtz
|
|||
Truncatedness and truncation of spectra
|
||||
-/
|
||||
|
||||
import .spectrum .EM
|
||||
import .basic
|
||||
open int trunc eq is_trunc lift unit pointed equiv is_equiv algebra EM
|
||||
|
||||
namespace spectrum
|
Loading…
Reference in a new issue