src/HOL/Word/Word_Miscellaneous.thy
author haftmann
Thu, 23 Aug 2018 17:09:37 +0000
changeset 68795 210b687cdbbe
parent 68157 057d5b4ce47e
child 70169 8bb835f10a39
permissions -rw-r--r--
dropped redundant syntax translation rules for big operators
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
     1
(*  Title:      HOL/Word/Word_Miscellaneous.thy  *)
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
     2
61799
4cf66f21b764 isabelle update_cartouches -c -t;
wenzelm
parents: 60104
diff changeset
     3
section \<open>Miscellaneous lemmas, of at least doubtful value\<close>
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
     4
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
     5
theory Word_Miscellaneous
66453
cc19f7ca2ed6 session-qualified theory imports: isabelle imports -U -i -d '~~/src/Benchmarks' -a;
wenzelm
parents: 65363
diff changeset
     6
  imports "HOL-Library.Bit" Misc_Numeric
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
     7
begin
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
     8
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
     9
lemma power_minus_simp: "0 < n \<Longrightarrow> a ^ n = a * a ^ (n - 1)"
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
    10
  by (auto dest: gr0_implies_Suc)
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
    11
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
    12
lemma funpow_minus_simp: "0 < n \<Longrightarrow> f ^^ n = f \<circ> f ^^ (n - 1)"
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
    13
  by (auto dest: gr0_implies_Suc)
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
    14
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
    15
lemma power_numeral: "a ^ numeral k = a * a ^ (pred_numeral k)"
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
    16
  by (simp add: numeral_eq_Suc)
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
    17
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
    18
lemma funpow_numeral [simp]: "f ^^ numeral k = f \<circ> f ^^ (pred_numeral k)"
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
    19
  by (simp add: numeral_eq_Suc)
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
    20
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
    21
lemma replicate_numeral [simp]: "replicate (numeral k) x = x # replicate (pred_numeral k) x"
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
    22
  by (simp add: numeral_eq_Suc)
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
    23
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
    24
lemma rco_alt: "(f \<circ> g) ^^ n \<circ> f = f \<circ> (g \<circ> f) ^^ n"
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
    25
  apply (rule ext)
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
    26
  apply (induct n)
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
    27
   apply (simp_all add: o_def)
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
    28
  done
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
    29
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
    30
lemma list_exhaust_size_gt0:
67120
491fd7f0b5df misc tuning and modernization;
wenzelm
parents: 66886
diff changeset
    31
  assumes "\<And>a list. y = a # list \<Longrightarrow> P"
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
    32
  shows "0 < length y \<Longrightarrow> P"
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
    33
  apply (cases y)
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
    34
   apply simp
67120
491fd7f0b5df misc tuning and modernization;
wenzelm
parents: 66886
diff changeset
    35
  apply (rule assms)
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
    36
  apply fastforce
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
    37
  done
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
    38
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
    39
lemma list_exhaust_size_eq0:
67120
491fd7f0b5df misc tuning and modernization;
wenzelm
parents: 66886
diff changeset
    40
  assumes "y = [] \<Longrightarrow> P"
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
    41
  shows "length y = 0 \<Longrightarrow> P"
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
    42
  apply (cases y)
67120
491fd7f0b5df misc tuning and modernization;
wenzelm
parents: 66886
diff changeset
    43
   apply (rule assms)
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
    44
   apply simp
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
    45
  apply simp
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
    46
  done
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
    47
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
    48
lemma size_Cons_lem_eq: "y = xa # list \<Longrightarrow> size y = Suc k \<Longrightarrow> size list = k"
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
    49
  by auto
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
    50
62390
842917225d56 more canonical names
nipkow
parents: 61799
diff changeset
    51
lemmas ls_splits = prod.split prod.split_asm if_split_asm
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
    52
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
    53
lemma not_B1_is_B0: "y \<noteq> 1 \<Longrightarrow> y = 0"
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
    54
  for y :: bit
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
    55
  by (cases y) auto
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
    56
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
    57
lemma B1_ass_B0:
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
    58
  fixes y :: bit
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
    59
  assumes y: "y = 0 \<Longrightarrow> y = 1"
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
    60
  shows "y = 1"
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
    61
  apply (rule classical)
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
    62
  apply (drule not_B1_is_B0)
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
    63
  apply (erule y)
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
    64
  done
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
    65
67443
3abf6a722518 standardized towards new-style formal comments: isabelle update_comments;
wenzelm
parents: 67408
diff changeset
    66
\<comment> \<open>simplifications for specific word lengths\<close>
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
    67
lemmas n2s_ths [THEN eq_reflection] = add_2_eq_Suc add_2_eq_Suc'
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
    68
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
    69
lemmas s2n_ths = n2s_ths [symmetric]
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
    70
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
    71
lemma and_len: "xs = ys \<Longrightarrow> xs = ys \<and> length xs = length ys"
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
    72
  by auto
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
    73
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
    74
lemma size_if: "size (if p then xs else ys) = (if p then size xs else size ys)"
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
    75
  by auto
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
    76
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
    77
lemma tl_if: "tl (if p then xs else ys) = (if p then tl xs else tl ys)"
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
    78
  by auto
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
    79
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
    80
lemma hd_if: "hd (if p then xs else ys) = (if p then hd xs else hd ys)"
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
    81
  by auto
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
    82
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
    83
lemma if_Not_x: "(if p then \<not> x else x) = (p = (\<not> x))"
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
    84
  by auto
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
    85
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
    86
lemma if_x_Not: "(if p then x else \<not> x) = (p = x)"
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
    87
  by auto
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
    88
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
    89
lemma if_same_and: "(If p x y \<and> If p u v) = (if p then x \<and> u else y \<and> v)"
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
    90
  by auto
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
    91
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
    92
lemma if_same_eq: "(If p x y  = (If p u v)) = (if p then x = u else y = v)"
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
    93
  by auto
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
    94
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
    95
lemma if_same_eq_not: "(If p x y = (\<not> If p u v)) = (if p then x = (\<not> u) else y = (\<not> v))"
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
    96
  by auto
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
    97
67408
4a4c14b24800 prefer formal comments;
wenzelm
parents: 67120
diff changeset
    98
\<comment> \<open>note -- \<open>if_Cons\<close> can cause blowup in the size, if \<open>p\<close> is complex, so make a simproc\<close>
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
    99
lemma if_Cons: "(if p then x # xs else y # ys) = If p x y # If p xs ys"
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   100
  by auto
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   101
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   102
lemma if_single: "(if xc then [xab] else [an]) = [if xc then xab else an]"
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   103
  by auto
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   104
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   105
lemma if_bool_simps:
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   106
  "If p True y = (p \<or> y) \<and> If p False y = (\<not> p \<and> y) \<and>
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   107
    If p y True = (p \<longrightarrow> y) \<and> If p y False = (p \<and> y)"
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   108
  by auto
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   109
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   110
lemmas if_simps =
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   111
  if_x_Not if_Not_x if_cancel if_True if_False if_bool_simps
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   112
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   113
lemmas seqr = eq_reflection [where x = "size w"] for w (* FIXME: delete *)
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   114
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   115
lemma the_elemI: "y = {x} \<Longrightarrow> the_elem y = x"
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   116
  by simp
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   117
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   118
lemma nonemptyE: "S \<noteq> {} \<Longrightarrow> (\<And>x. x \<in> S \<Longrightarrow> R) \<Longrightarrow> R"
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   119
  by auto
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   120
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   121
lemma gt_or_eq_0: "0 < y \<or> 0 = y"
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   122
  for y :: nat
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   123
  by arith
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   124
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   125
lemmas xtr1 = xtrans(1)
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   126
lemmas xtr2 = xtrans(2)
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   127
lemmas xtr3 = xtrans(3)
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   128
lemmas xtr4 = xtrans(4)
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   129
lemmas xtr5 = xtrans(5)
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   130
lemmas xtr6 = xtrans(6)
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   131
lemmas xtr7 = xtrans(7)
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   132
lemmas xtr8 = xtrans(8)
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   133
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   134
lemmas nat_simps = diff_add_inverse2 diff_add_inverse
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   135
lemmas nat_iffs = le_add1 le_add2
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   136
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   137
lemma sum_imp_diff: "j = k + i \<Longrightarrow> j - i = k"
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   138
  for k :: nat
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   139
  by arith
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   140
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   141
lemmas pos_mod_sign2 = zless2 [THEN pos_mod_sign [where b = "2::int"]]
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   142
lemmas pos_mod_bound2 = zless2 [THEN pos_mod_bound [where b = "2::int"]]
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   143
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   144
lemma nmod2: "n mod 2 = 0 \<or> n mod 2 = 1"
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   145
  for n :: int
58681
a478a0742a8e legacy cleanup
haftmann
parents: 57514
diff changeset
   146
  by arith
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   147
57512
cc97b347b301 reduced name variants for assoc and commute on plus and mult
haftmann
parents: 55816
diff changeset
   148
lemmas eme1p = emep1 [simplified add.commute]
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   149
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   150
lemma le_diff_eq': "a \<le> c - b \<longleftrightarrow> b + a \<le> c"
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   151
  for a b c :: int
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   152
  by arith
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   153
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   154
lemma less_diff_eq': "a < c - b \<longleftrightarrow> b + a < c"
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   155
  for a b c :: int
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   156
  by arith
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   157
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   158
lemma diff_less_eq': "a - b < c \<longleftrightarrow> a < b + c"
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   159
  for a b c :: int
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   160
  by arith
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   161
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   162
lemmas m1mod22k = mult_pos_pos [OF zless2 zless2p, THEN zmod_minus1]
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   163
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   164
lemma z1pdiv2: "(2 * b + 1) div 2 = b"
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   165
  for b :: int
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   166
  by arith
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   167
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   168
lemmas zdiv_le_dividend = xtr3 [OF div_by_1 [symmetric] zdiv_mono2,
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   169
  simplified int_one_le_iff_zero_less, simplified]
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   170
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   171
lemma axxbyy: "a + m + m = b + n + n \<Longrightarrow> a = 0 \<or> a = 1 \<Longrightarrow> b = 0 \<or> b = 1 \<Longrightarrow> a = b \<and> m = n"
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   172
  for a b m n :: int
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   173
  by arith
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   174
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   175
lemma axxmod2: "(1 + x + x) mod 2 = 1 \<and> (0 + x + x) mod 2 = 0"
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   176
  for x :: int
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   177
  by arith
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   178
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   179
lemma axxdiv2: "(1 + x + x) div 2 = x \<and> (0 + x + x) div 2 = x"
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   180
  for x :: int
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   181
  by arith
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   182
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   183
lemmas iszero_minus =
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   184
  trans [THEN trans, OF iszero_def neg_equal_0_iff_equal iszero_def [symmetric]]
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   185
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   186
lemmas zadd_diff_inverse =
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   187
  trans [OF diff_add_cancel [symmetric] add.commute]
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   188
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   189
lemmas add_diff_cancel2 =
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   190
  add.commute [THEN diff_eq_eq [THEN iffD2]]
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   191
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   192
lemmas rdmods [symmetric] = mod_minus_eq
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   193
  mod_diff_left_eq mod_diff_right_eq mod_add_left_eq
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   194
  mod_add_right_eq mod_mult_right_eq mod_mult_left_eq
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   195
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   196
lemma mod_plus_right: "(a + x) mod m = (b + x) mod m \<longleftrightarrow> a mod m = b mod m"
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   197
  for a b m x :: nat
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   198
  by (induct x) (simp_all add: mod_Suc, arith)
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   199
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   200
lemma nat_minus_mod: "(n - n mod m) mod m = 0"
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   201
  for m n :: nat
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   202
  by (induct n) (simp_all add: mod_Suc)
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   203
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   204
lemmas nat_minus_mod_plus_right =
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   205
  trans [OF nat_minus_mod mod_0 [symmetric],
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   206
    THEN mod_plus_right [THEN iffD2], simplified]
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   207
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   208
lemmas push_mods' = mod_add_eq
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   209
  mod_mult_eq mod_diff_eq
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   210
  mod_minus_eq
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   211
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   212
lemmas push_mods = push_mods' [THEN eq_reflection]
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   213
lemmas pull_mods = push_mods [symmetric] rdmods [THEN eq_reflection]
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   214
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   215
lemma nat_mod_eq: "b < n \<Longrightarrow> a mod n = b mod n \<Longrightarrow> a mod n = b"
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   216
  for a b n :: nat
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   217
  by (induct a) auto
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   218
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   219
lemmas nat_mod_eq' = refl [THEN [2] nat_mod_eq]
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   220
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   221
lemma nat_mod_lem: "0 < n \<Longrightarrow> b < n \<longleftrightarrow> b mod n = b"
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   222
  for b n :: nat
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   223
  apply safe
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   224
   apply (erule nat_mod_eq')
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   225
  apply (erule subst)
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   226
  apply (erule mod_less_divisor)
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   227
  done
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   228
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   229
lemma mod_nat_add: "x < z \<Longrightarrow> y < z \<Longrightarrow> (x + y) mod z = (if x + y < z then x + y else x + y - z)"
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   230
  for x y z :: nat
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   231
  apply (rule nat_mod_eq)
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   232
   apply auto
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   233
  apply (rule trans)
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   234
   apply (rule le_mod_geq)
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   235
   apply simp
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   236
  apply (rule nat_mod_eq')
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   237
  apply arith
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   238
  done
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   239
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   240
lemma mod_nat_sub: "x < z \<Longrightarrow> (x - y) mod z = x - y"
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   241
  for x y :: nat
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   242
  by (rule nat_mod_eq') arith
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   243
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   244
lemma int_mod_eq: "0 \<le> b \<Longrightarrow> b < n \<Longrightarrow> a mod n = b mod n \<Longrightarrow> a mod n = b"
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   245
  for a b n :: int
55816
e8dd03241e86 cursory polishing: tuned proofs, tuned symbols, tuned headings
haftmann
parents: 55417
diff changeset
   246
  by (metis mod_pos_pos_trivial)
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   247
55816
e8dd03241e86 cursory polishing: tuned proofs, tuned symbols, tuned headings
haftmann
parents: 55417
diff changeset
   248
lemmas int_mod_eq' = mod_pos_pos_trivial (* FIXME delete *)
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   249
66801
f3fda9777f9a avoid fact name clashes
haftmann
parents: 66453
diff changeset
   250
lemmas int_mod_le = zmod_le_nonneg_dividend (* FIXME: delete *)
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   251
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   252
lemma mod_add_if_z:
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   253
  "x < z \<Longrightarrow> y < z \<Longrightarrow> 0 \<le> y \<Longrightarrow> 0 \<le> x \<Longrightarrow> 0 \<le> z \<Longrightarrow>
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   254
    (x + y) mod z = (if x + y < z then x + y else x + y - z)"
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   255
  for x y z :: int
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   256
  by (auto intro: int_mod_eq)
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   257
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   258
lemma mod_sub_if_z:
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   259
  "x < z \<Longrightarrow> y < z \<Longrightarrow> 0 \<le> y \<Longrightarrow> 0 \<le> x \<Longrightarrow> 0 \<le> z \<Longrightarrow>
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   260
    (x - y) mod z = (if y \<le> x then x - y else x - y + z)"
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   261
  for x y z :: int
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   262
  by (auto intro: int_mod_eq)
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   263
64246
15d1ee6e847b eliminated irregular aliasses
haftmann
parents: 64245
diff changeset
   264
lemmas zmde = mult_div_mod_eq [symmetric, THEN diff_eq_eq [THEN iffD2], symmetric]
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   265
lemmas mcl = mult_cancel_left [THEN iffD1, THEN make_pos_rule]
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   266
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   267
(* already have this for naturals, div_mult_self1/2, but not for ints *)
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   268
lemma zdiv_mult_self: "m \<noteq> 0 \<Longrightarrow> (a + m * n) div m = a div m + n"
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   269
  for a m n :: int
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   270
  apply (rule mcl)
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   271
   prefer 2
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   272
   apply (erule asm_rl)
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   273
  apply (simp add: zmde ring_distribs)
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   274
  done
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   275
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   276
lemma mod_power_lem: "a > 1 \<Longrightarrow> a ^ n mod a ^ m = (if m \<le> n then 0 else a ^ n)"
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   277
  for a :: int
68157
057d5b4ce47e removed some non-essential rules
haftmann
parents: 67443
diff changeset
   278
  by (simp add: mod_eq_0_iff_dvd le_imp_power_dvd)
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   279
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   280
lemma pl_pl_rels: "a + b = c + d \<Longrightarrow> a \<ge> c \<and> b \<le> d \<or> a \<le> c \<and> b \<ge> d"
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   281
  for a b c d :: nat
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   282
  by arith
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   283
57512
cc97b347b301 reduced name variants for assoc and commute on plus and mult
haftmann
parents: 55816
diff changeset
   284
lemmas pl_pl_rels' = add.commute [THEN [2] trans, THEN pl_pl_rels]
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   285
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   286
lemma minus_eq: "m - k = m \<longleftrightarrow> k = 0 \<or> m = 0"
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   287
  for k m :: nat
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   288
  by arith
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   289
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   290
lemma pl_pl_mm: "a + b = c + d \<Longrightarrow> a - c = d - b"
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   291
  for a b c d :: nat
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   292
  by arith
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   293
57512
cc97b347b301 reduced name variants for assoc and commute on plus and mult
haftmann
parents: 55816
diff changeset
   294
lemmas pl_pl_mm' = add.commute [THEN [2] trans, THEN pl_pl_mm]
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   295
64245
3d00821444fc avoid references to lemmas designed for prover tools
haftmann
parents: 62390
diff changeset
   296
lemmas dme = div_mult_mod_eq
66808
1907167b6038 elementary definition of division on natural numbers
haftmann
parents: 66801
diff changeset
   297
lemmas dtle = div_times_less_eq_dividend
1907167b6038 elementary definition of division on natural numbers
haftmann
parents: 66801
diff changeset
   298
lemmas th2 = order_trans [OF order_refl [THEN [2] mult_le_mono] div_times_less_eq_dividend]
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   299
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   300
lemma td_gal: "0 < c \<Longrightarrow> a \<ge> b * c \<longleftrightarrow> a div c \<ge> b"
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   301
  for a b c :: nat
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   302
  apply safe
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   303
   apply (erule (1) xtr4 [OF div_le_mono div_mult_self_is_m])
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   304
  apply (erule th2)
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   305
  done
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   306
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   307
lemmas td_gal_lt = td_gal [simplified not_less [symmetric], simplified]
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   308
67120
491fd7f0b5df misc tuning and modernization;
wenzelm
parents: 66886
diff changeset
   309
lemmas div_mult_le = div_times_less_eq_dividend
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   310
66808
1907167b6038 elementary definition of division on natural numbers
haftmann
parents: 66801
diff changeset
   311
lemmas sdl = div_nat_eqI
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   312
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   313
lemma given_quot: "f > 0 \<Longrightarrow> (f * l + (f - 1)) div f = l"
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   314
  for f l :: nat
66808
1907167b6038 elementary definition of division on natural numbers
haftmann
parents: 66801
diff changeset
   315
  by (rule div_nat_eqI) (simp_all)
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   316
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   317
lemma given_quot_alt: "f > 0 \<Longrightarrow> (l * f + f - Suc 0) div f = l"
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   318
  for f l :: nat
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   319
  apply (frule given_quot)
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   320
  apply (rule trans)
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   321
   prefer 2
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   322
   apply (erule asm_rl)
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   323
  apply (rule_tac f="\<lambda>n. n div f" in arg_cong)
57514
bdc2c6b40bf2 prefer ac_simps collections over separate name bindings for add and mult
haftmann
parents: 57512
diff changeset
   324
  apply (simp add : ac_simps)
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   325
  done
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   326
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   327
lemma diff_mod_le: "a < d \<Longrightarrow> b dvd d \<Longrightarrow> a - a mod b \<le> d - b"
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   328
  for a b d :: nat
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   329
  apply (unfold dvd_def)
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   330
  apply clarify
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   331
  apply (case_tac k)
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   332
   apply clarsimp
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   333
  apply clarify
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   334
  apply (cases "b > 0")
57512
cc97b347b301 reduced name variants for assoc and commute on plus and mult
haftmann
parents: 55816
diff changeset
   335
   apply (drule mult.commute [THEN xtr1])
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   336
   apply (frule (1) td_gal_lt [THEN iffD1])
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   337
   apply (clarsimp simp: le_simps)
64246
15d1ee6e847b eliminated irregular aliasses
haftmann
parents: 64245
diff changeset
   338
   apply (rule minus_mod_eq_mult_div [symmetric, THEN [2] xtr4])
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   339
   apply (rule mult_mono)
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   340
      apply auto
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   341
  done
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   342
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   343
lemma less_le_mult': "w * c < b * c \<Longrightarrow> 0 \<le> c \<Longrightarrow> (w + 1) * c \<le> b * c"
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   344
  for b c w :: int
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   345
  apply (rule mult_right_mono)
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   346
   apply (rule zless_imp_add1_zle)
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   347
   apply (erule (1) mult_right_less_imp_less)
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   348
  apply assumption
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   349
  done
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   350
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   351
lemma less_le_mult: "w * c < b * c \<Longrightarrow> 0 \<le> c \<Longrightarrow> w * c + c \<le> b * c"
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   352
  for b c w :: int
55816
e8dd03241e86 cursory polishing: tuned proofs, tuned symbols, tuned headings
haftmann
parents: 55417
diff changeset
   353
  using less_le_mult' [of w c b] by (simp add: algebra_simps)
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   354
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   355
lemmas less_le_mult_minus = iffD2 [OF le_diff_eq less_le_mult,
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   356
  simplified left_diff_distrib]
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   357
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   358
lemma gen_minus: "0 < n \<Longrightarrow> f n = f (Suc (n - 1))"
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   359
  by auto
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   360
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   361
lemma mpl_lem: "j \<le> i \<Longrightarrow> k < j \<Longrightarrow> i - j + k < i"
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   362
  for i j k :: nat
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   363
  by arith
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   364
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   365
lemma nonneg_mod_div: "0 \<le> a \<Longrightarrow> 0 \<le> b \<Longrightarrow> 0 \<le> (a mod b) \<and> 0 \<le> a div b"
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   366
  for a b :: int
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   367
  by (cases "b = 0") (auto intro: pos_imp_zdiv_nonneg_iff [THEN iffD2])
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   368
54872
af81b2357e08 postpone dis"useful" lemmas
haftmann
parents: 54871
diff changeset
   369
declare iszero_0 [intro]
af81b2357e08 postpone dis"useful" lemmas
haftmann
parents: 54871
diff changeset
   370
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   371
lemma min_pm [simp]: "min a b + (a - b) = a"
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   372
  for a b :: nat
54872
af81b2357e08 postpone dis"useful" lemmas
haftmann
parents: 54871
diff changeset
   373
  by arith
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   374
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   375
lemma min_pm1 [simp]: "a - b + min a b = a"
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   376
  for a b :: nat
54872
af81b2357e08 postpone dis"useful" lemmas
haftmann
parents: 54871
diff changeset
   377
  by arith
af81b2357e08 postpone dis"useful" lemmas
haftmann
parents: 54871
diff changeset
   378
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   379
lemma rev_min_pm [simp]: "min b a + (a - b) = a"
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   380
  for a b :: nat
54872
af81b2357e08 postpone dis"useful" lemmas
haftmann
parents: 54871
diff changeset
   381
  by arith
af81b2357e08 postpone dis"useful" lemmas
haftmann
parents: 54871
diff changeset
   382
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   383
lemma rev_min_pm1 [simp]: "a - b + min b a = a"
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   384
  for a b :: nat
54872
af81b2357e08 postpone dis"useful" lemmas
haftmann
parents: 54871
diff changeset
   385
  by arith
af81b2357e08 postpone dis"useful" lemmas
haftmann
parents: 54871
diff changeset
   386
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   387
lemma min_minus [simp]: "min m (m - k) = m - k"
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   388
  for m k :: nat
54872
af81b2357e08 postpone dis"useful" lemmas
haftmann
parents: 54871
diff changeset
   389
  by arith
65363
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   390
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   391
lemma min_minus' [simp]: "min (m - k) m = m - k"
5eb619751b14 misc tuning and modernization;
wenzelm
parents: 64593
diff changeset
   392
  for m k :: nat
54872
af81b2357e08 postpone dis"useful" lemmas
haftmann
parents: 54871
diff changeset
   393
  by arith
af81b2357e08 postpone dis"useful" lemmas
haftmann
parents: 54871
diff changeset
   394
53062
3af1a6020014 some vague grouping of related theorems, with slight tuning of headings and sorting out of dubious lemmas into separate theory
haftmann
parents:
diff changeset
   395
end