Fix typo and type of Hfwedge.
This commit is contained in:
parent
f098063d96
commit
c9ce91524f
1 changed files with 1 additions and 1 deletions
|
@ -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 :=
|
||||
|
|
Loading…
Reference in a new issue