File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1- Require Import Basics.
2- Require Import Pointed.Core .
3- Require Import Types .
1+ Require Import Basics.Overture Basics.PathGroupoids Basics.Tactics Basics.Equivalences.
2+ Require Import Types .Sum Types .Bool Types . Paths .
3+ Require Import WildCat.Core WildCat.Bifunctor .
44Require Import Colimits.Pushout.
55Require Import Cubical.DPath.
6- Require Import WildCat .Core WildCat.Bifunctor .
6+ Require Import Pointed .Core.
77
88Local Open Scope pointed_scope.
99Local Open Scope dpath_scope.
@@ -294,7 +294,6 @@ Definition functor_smash_homotopic {X Y A B : pType}
294294 (p : f $== h) (q : g $== k)
295295 : functor_smash f g $== functor_smash h k.
296296Proof .
297- pointed_reduce.
298297 snrapply Build_pHomotopy.
299298 { snrapply Smash_ind.
300299 - intros x y.
You can’t perform that action at this time.
0 commit comments