chore(builtin/num): remove leftover
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
8df7c7b02d
commit
4c76f6abb9
2 changed files with 0 additions and 2 deletions
|
@ -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.
Loading…
Reference in a new issue