# HG changeset patch # User huffman # Date 1329818885 -3600 # Node ID 092f4eca98485add0d670d01abbde4ca76dd1bf3 # Parent 8e252a608765390123e63cda0b2ba447782ee943 add missing lemmas to compute_div_mod diff -r 8e252a608765 -r 092f4eca9848 src/HOL/Matrix/ComputeNumeral.thy --- a/src/HOL/Matrix/ComputeNumeral.thy Tue Feb 21 11:04:38 2012 +0100 +++ b/src/HOL/Matrix/ComputeNumeral.thy Tue Feb 21 11:08:05 2012 +0100 @@ -156,7 +156,7 @@ else apsnd uminus (posDivAlg (-a) (-b)))" by (auto simp only: divmod_int_def) -lemmas compute_div_mod = div_int_def mod_int_def divmod adjust posDivAlg.simps negDivAlg.simps +lemmas compute_div_mod = div_int_def mod_int_def divmod adjust apsnd_def map_pair_def posDivAlg.simps negDivAlg.simps