chore(builtin/num): remove leftover

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2014-02-09 11:39:26 -08:00
parent 8df7c7b02d
commit 4c76f6abb9
2 changed files with 0 additions and 2 deletions

View file

@ -557,8 +557,6 @@ add_rewrite mul_onel mul_oner
theorem mul_comm (a b : num) : a * b = b * a
:= induction_on b (by simp) (by simp)
exit
theorem distributer (a b c : num) : a * (b + c) = a * b + a * c
:= induction_on a (by simp) (by simp)

Binary file not shown.