Remove useless esimp to speed up Lean.

This commit is contained in:
favonia 2017-06-07 09:39:33 -06:00
parent 95173995f4
commit 0a135fbe91

View file

@ -114,7 +114,7 @@ namespace group
dirsum_functor (λi, homomorphism_mul (f i) (f' i)) :=
begin
apply dirsum_homotopy,
intro i y, esimp, exact sorry
intro i y, exact sorry
end
definition dirsum_functor_homotopy {f f' : Πi, Y i →g Y' i} (p : f ~2 f') :