src/HOL/Import/HOL/arithmetic.imp
changeset 25930 83e3dd60affe
parent 24996 ebd5f4cc7118
child 30925 c38cbc0ac8d1
equal deleted inserted replaced
25929:6bfef23e26be 25930:83e3dd60affe
   106   "NOT_LEQ" > "HOL4Base.arithmetic.NOT_LEQ"
   106   "NOT_LEQ" > "HOL4Base.arithmetic.NOT_LEQ"
   107   "NOT_GREATER_EQ" > "HOL4Base.arithmetic.NOT_GREATER_EQ"
   107   "NOT_GREATER_EQ" > "HOL4Base.arithmetic.NOT_GREATER_EQ"
   108   "NOT_GREATER" > "Nat.le_def"
   108   "NOT_GREATER" > "Nat.le_def"
   109   "NOT_EXP_0" > "HOL4Base.arithmetic.NOT_EXP_0"
   109   "NOT_EXP_0" > "HOL4Base.arithmetic.NOT_EXP_0"
   110   "NORM_0" > "HOL4Base.arithmetic.NORM_0"
   110   "NORM_0" > "HOL4Base.arithmetic.NORM_0"
   111   "MULT_SYM" > "IntDef.zmult_ac_2"
   111   "MULT_SYM" > "Int.zmult_ac_2"
   112   "MULT_SUC_EQ" > "HOL4Base.arithmetic.MULT_SUC_EQ"
   112   "MULT_SUC_EQ" > "HOL4Base.arithmetic.MULT_SUC_EQ"
   113   "MULT_SUC" > "Nat.mult_Suc_right"
   113   "MULT_SUC" > "Nat.mult_Suc_right"
   114   "MULT_RIGHT_1" > "Finite_Set.AC_mult.f_e.ident"
   114   "MULT_RIGHT_1" > "Finite_Set.AC_mult.f_e.ident"
   115   "MULT_MONO_EQ" > "Nat.Suc_mult_cancel1"
   115   "MULT_MONO_EQ" > "Nat.Suc_mult_cancel1"
   116   "MULT_LESS_EQ_SUC" > "Nat.Suc_mult_le_cancel1"
   116   "MULT_LESS_EQ_SUC" > "Nat.Suc_mult_le_cancel1"
   118   "MULT_INCREASES" > "HOL4Base.arithmetic.MULT_INCREASES"
   118   "MULT_INCREASES" > "HOL4Base.arithmetic.MULT_INCREASES"
   119   "MULT_EXP_MONO" > "HOL4Base.arithmetic.MULT_EXP_MONO"
   119   "MULT_EXP_MONO" > "HOL4Base.arithmetic.MULT_EXP_MONO"
   120   "MULT_EQ_1" > "HOL4Base.arithmetic.MULT_EQ_1"
   120   "MULT_EQ_1" > "HOL4Base.arithmetic.MULT_EQ_1"
   121   "MULT_EQ_0" > "Nat.mult_is_0"
   121   "MULT_EQ_0" > "Nat.mult_is_0"
   122   "MULT_DIV" > "Divides.div_mult_self_is_m"
   122   "MULT_DIV" > "Divides.div_mult_self_is_m"
   123   "MULT_COMM" > "IntDef.zmult_ac_2"
   123   "MULT_COMM" > "Int.zmult_ac_2"
   124   "MULT_CLAUSES" > "HOL4Base.arithmetic.MULT_CLAUSES"
   124   "MULT_CLAUSES" > "HOL4Base.arithmetic.MULT_CLAUSES"
   125   "MULT_ASSOC" > "IntDef.zmult_ac_1"
   125   "MULT_ASSOC" > "Int.zmult_ac_1"
   126   "MULT_0" > "Nat.mult_0_right"
   126   "MULT_0" > "Nat.mult_0_right"
   127   "MULT" > "HOL4Compat.MULT"
   127   "MULT" > "HOL4Compat.MULT"
   128   "MOD_UNIQUE" > "HOL4Base.arithmetic.MOD_UNIQUE"
   128   "MOD_UNIQUE" > "HOL4Base.arithmetic.MOD_UNIQUE"
   129   "MOD_TIMES2" > "HOL4Base.arithmetic.MOD_TIMES2"
   129   "MOD_TIMES2" > "HOL4Base.arithmetic.MOD_TIMES2"
   130   "MOD_TIMES" > "HOL4Base.arithmetic.MOD_TIMES"
   130   "MOD_TIMES" > "HOL4Base.arithmetic.MOD_TIMES"