Fix the statement of susp_product.
This commit is contained in:
parent
c19c885de3
commit
df3ce3872f
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
import core
|
import core
|
||||||
open susp smash pointed wedge prod
|
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
|
sorry
|
||||||
|
|
Loading…
Add table
Reference in a new issue