Spectral/homotopy/cohomology.hlean

26 lines
772 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/-
Copyright (c) 2016 Floris van Doorn. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Authors: Floris van Doorn
Reduced cohomology
-/
import .EM
open spectrum int trunc pointed EM group algebra circle sphere
definition cohomology [reducible] (X : Type*) (Y : spectrum) (n : ) : Set :=
ttrunc 0 (X →* Ω[2] (Y (n+2)))
definition ordinary_cohomology [reducible] (X : Type*) (G : CommGroup) (n : ) : Set :=
cohomology X (EM_spectrum G) n
definition ordinary_cohomology_Z [reducible] (X : Type*) (n : ) : Set :=
ordinary_cohomology X ag n
notation `H^` n `[`:0 X:0 `, ` Y:0 `]`:0 := cohomology X Y n
notation `H^` n `[`:0 X:0 `]`:0 := ordinary_cohomology_Z X n
check H^3[S¹*,EM_spectrum ag]
check H^3[S¹*]