Merge branch 'master' of github.com:fpvandoorn/Spectral
This commit is contained in:
commit
9274ba04c9
2 changed files with 2 additions and 2 deletions
|
@ -114,7 +114,7 @@ namespace group
|
|||
dirsum_functor (λi, homomorphism_mul (f i) (f' i)) :=
|
||||
begin
|
||||
apply dirsum_homotopy,
|
||||
intro i y, esimp, exact sorry
|
||||
intro i y, exact sorry
|
||||
end
|
||||
|
||||
definition dirsum_functor_homotopy {f f' : Πi, Y i →g Y' i} (p : f ~2 f') :
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
import core
|
||||
open susp smash pointed wedge prod
|
||||
|
||||
definition susp_product (X Y : Type*) : ⅀ (X × Y) ≃* ⅀ X ∨ (⅀ Y ∨ (X ∧ Y)) :=
|
||||
definition susp_product (X Y : Type*) : ⅀ (X × Y) ≃* ⅀ X ∨ (⅀ Y ∨ ⅀ (X ∧ Y)) :=
|
||||
sorry
|
||||
|
|
Loading…
Add table
Reference in a new issue