Fix typo and type of Hfwedge.

This commit is contained in:
favonia 2017-06-09 06:38:07 -06:00
parent f098063d96
commit c9ce91524f

View file

@ -78,7 +78,7 @@ namespace homology
}
end
definition Hfwehce (n : ) {I : Set} (X : I → Type*): HH theory n ( X) ≃g dirsum (λi, HH theory n (X i)) :=
definition Hfwedge (n : ) {I : Type} [is_set I] (X : I → Type*): HH theory n ( X) ≃g dirsum (λi, HH theory n (X i)) :=
(isomorphism.mk _ (Hadditive theory n X))⁻¹ᵍ
definition Hpwedge (n : ) (A B : Type*) : HH theory n (pwedge A B) ≃g HH theory n A ×g HH theory n B :=