fix(tests/lean): move hott tests

This commit is contained in:
Leonardo de Moura 2015-12-10 10:55:27 -08:00
parent 7b29ee1666
commit 13f9d8dd6c
2 changed files with 0 additions and 16 deletions

View file

@ -1,16 +0,0 @@
import algebra.group
open path_algebra
variable {A : Type}
variable [s : add_comm_group A]
include s
theorem add_minus_cancel_left1 (a b c : A) : (c + a) - (c + b) = a - b :=
begin
rotate_left 1,
apply sorry
end
theorem add_minus_cancel_left2 (a b c : A) : (c + a) - (c + b) = a - b :=
by rotate_left 1;
apply sorry