X-Git-Url: http://git.megacz.com/?p=coq-categories.git;a=blobdiff_plain;f=src%2FEnrichment_ch2_8.v;h=87d9aa036780c12a14e2cdaf14cc81ecc46eb543;hp=52a3d2ab9502d135ad59f8f4a3dfa74e24aceaf3;hb=bce224f0a9ddd24cfe16a710b4f7d5be64b32929;hpb=1dd1bee2b13b43812ebbc078bdbf774886392886 diff --git a/src/Enrichment_ch2_8.v b/src/Enrichment_ch2_8.v index 52a3d2a..87d9aa0 100644 --- a/src/Enrichment_ch2_8.v +++ b/src/Enrichment_ch2_8.v @@ -127,7 +127,10 @@ Lemma ecomp_is_functorial `{ec:ECategory}{a b c}{x}(f:EI~~{V}~~>(a~~>b))(g:EI~~{ apply ibs. clear ibs. - setoid_rewrite (MacLane_ex_VII_1_1 (x~~>a) (a~~>b)). + set (MacLane_ex_VII_1_1 (a~~>b) (x~~>a)) as q. + simpl in q. + setoid_rewrite <- q. + clear q. setoid_rewrite juggle3. set (fmor_preserves_comp ((x ~~> a) ⋊-)) as q. simpl in q.