src/HOL/Multivariate_Analysis/Cartesian_Euclidean_Space.thy
author hoelzl
Thu, 28 Jul 2011 10:42:24 +0200
changeset 44866 c479836d9048
parent 43685 5af15f1e2ef6
child 44948 427db4ab3c99
permissions -rw-r--r--
simplified definition of vector (also removed Cartesian_Euclidean_Space.from_nat which collides with Countable.from_nat)
hoelzl@37489
     1
hoelzl@37489
     2
header {*Instanciates the finite cartesian product of euclidean spaces as a euclidean space.*}
hoelzl@37489
     3
hoelzl@37489
     4
theory Cartesian_Euclidean_Space
hoelzl@37489
     5
imports Finite_Cartesian_Product Integration
hoelzl@37489
     6
begin
hoelzl@37489
     7
hoelzl@37489
     8
lemma delta_mult_idempotent:
hoelzl@37489
     9
  "(if k=a then 1 else (0::'a::semiring_1)) * (if k=a then 1 else 0) = (if k=a then 1 else 0)" by (cases "k=a", auto)
hoelzl@37489
    10
hoelzl@37489
    11
lemma setsum_Plus:
hoelzl@37489
    12
  "\<lbrakk>finite A; finite B\<rbrakk> \<Longrightarrow>
hoelzl@37489
    13
    (\<Sum>x\<in>A <+> B. g x) = (\<Sum>x\<in>A. g (Inl x)) + (\<Sum>x\<in>B. g (Inr x))"
hoelzl@37489
    14
  unfolding Plus_def
hoelzl@37489
    15
  by (subst setsum_Un_disjoint, auto simp add: setsum_reindex)
hoelzl@37489
    16
hoelzl@37489
    17
lemma setsum_UNIV_sum:
hoelzl@37489
    18
  fixes g :: "'a::finite + 'b::finite \<Rightarrow> _"
hoelzl@37489
    19
  shows "(\<Sum>x\<in>UNIV. g x) = (\<Sum>x\<in>UNIV. g (Inl x)) + (\<Sum>x\<in>UNIV. g (Inr x))"
hoelzl@37489
    20
  apply (subst UNIV_Plus_UNIV [symmetric])
hoelzl@37489
    21
  apply (rule setsum_Plus [OF finite finite])
hoelzl@37489
    22
  done
hoelzl@37489
    23
hoelzl@37489
    24
lemma setsum_mult_product:
hoelzl@37489
    25
  "setsum h {..<A * B :: nat} = (\<Sum>i\<in>{..<A}. \<Sum>j\<in>{..<B}. h (j + i * B))"
hoelzl@37489
    26
  unfolding sumr_group[of h B A, unfolded atLeast0LessThan, symmetric]
hoelzl@37489
    27
proof (rule setsum_cong, simp, rule setsum_reindex_cong)
hoelzl@37489
    28
  fix i show "inj_on (\<lambda>j. j + i * B) {..<B}" by (auto intro!: inj_onI)
hoelzl@37489
    29
  show "{i * B..<i * B + B} = (\<lambda>j. j + i * B) ` {..<B}"
hoelzl@37489
    30
  proof safe
hoelzl@37489
    31
    fix j assume "j \<in> {i * B..<i * B + B}"
hoelzl@37489
    32
    thus "j \<in> (\<lambda>j. j + i * B) ` {..<B}"
hoelzl@37489
    33
      by (auto intro!: image_eqI[of _ _ "j - i * B"])
hoelzl@37489
    34
  qed simp
hoelzl@37489
    35
qed simp
hoelzl@37489
    36
hoelzl@37489
    37
subsection{* Basic componentwise operations on vectors. *}
hoelzl@37489
    38
hoelzl@37489
    39
instantiation cart :: (times,finite) times
hoelzl@37489
    40
begin
hoelzl@37489
    41
  definition vector_mult_def : "op * \<equiv> (\<lambda> x y.  (\<chi> i. (x$i) * (y$i)))"
hoelzl@37489
    42
  instance ..
hoelzl@37489
    43
end
hoelzl@37489
    44
hoelzl@37489
    45
instantiation cart :: (one,finite) one
hoelzl@37489
    46
begin
hoelzl@37489
    47
  definition vector_one_def : "1 \<equiv> (\<chi> i. 1)"
hoelzl@37489
    48
  instance ..
hoelzl@37489
    49
end
hoelzl@37489
    50
hoelzl@37489
    51
instantiation cart :: (ord,finite) ord
hoelzl@37489
    52
begin
hoelzl@37489
    53
  definition vector_le_def:
hoelzl@37489
    54
    "less_eq (x :: 'a ^'b) y = (ALL i. x$i <= y$i)"
hoelzl@37489
    55
  definition vector_less_def: "less (x :: 'a ^'b) y = (ALL i. x$i < y$i)"
hoelzl@37489
    56
  instance by (intro_classes)
hoelzl@37489
    57
end
hoelzl@37489
    58
hoelzl@37489
    59
text{* The ordering on one-dimensional vectors is linear. *}
hoelzl@37489
    60
hoelzl@37489
    61
class cart_one = assumes UNIV_one: "card (UNIV \<Colon> 'a set) = Suc 0"
hoelzl@37489
    62
begin
hoelzl@37489
    63
  subclass finite
hoelzl@37489
    64
  proof from UNIV_one show "finite (UNIV :: 'a set)"
hoelzl@37489
    65
      by (auto intro!: card_ge_0_finite) qed
hoelzl@37489
    66
end
hoelzl@37489
    67
hoelzl@37489
    68
instantiation cart :: (linorder,cart_one) linorder begin
hoelzl@37489
    69
instance proof
hoelzl@37489
    70
  guess a B using UNIV_one[where 'a='b] unfolding card_Suc_eq apply- by(erule exE)+
hoelzl@37489
    71
  hence *:"UNIV = {a}" by auto
hoelzl@37489
    72
  have "\<And>P. (\<forall>i\<in>UNIV. P i) \<longleftrightarrow> P a" unfolding * by auto hence all:"\<And>P. (\<forall>i. P i) \<longleftrightarrow> P a" by auto
hoelzl@37489
    73
  fix x y z::"'a^'b::cart_one" note * = vector_le_def vector_less_def all Cart_eq
hoelzl@37489
    74
  show "x\<le>x" "(x < y) = (x \<le> y \<and> \<not> y \<le> x)" "x\<le>y \<or> y\<le>x" unfolding * by(auto simp only:field_simps)
hoelzl@37489
    75
  { assume "x\<le>y" "y\<le>z" thus "x\<le>z" unfolding * by(auto simp only:field_simps) }
hoelzl@37489
    76
  { assume "x\<le>y" "y\<le>x" thus "x=y" unfolding * by(auto simp only:field_simps) }
hoelzl@37489
    77
qed end
hoelzl@37489
    78
hoelzl@37489
    79
text{* Constant Vectors *} 
hoelzl@37489
    80
hoelzl@37489
    81
definition "vec x = (\<chi> i. x)"
hoelzl@37489
    82
hoelzl@37489
    83
text{* Also the scalar-vector multiplication. *}
hoelzl@37489
    84
hoelzl@37489
    85
definition vector_scalar_mult:: "'a::times \<Rightarrow> 'a ^ 'n \<Rightarrow> 'a ^ 'n" (infixl "*s" 70)
hoelzl@37489
    86
  where "c *s x = (\<chi> i. c * (x$i))"
hoelzl@37489
    87
hoelzl@37489
    88
subsection {* A naive proof procedure to lift really trivial arithmetic stuff from the basis of the vector space. *}
hoelzl@37489
    89
hoelzl@37489
    90
method_setup vector = {*
hoelzl@37489
    91
let
hoelzl@37489
    92
  val ss1 = HOL_basic_ss addsimps [@{thm setsum_addf} RS sym,
hoelzl@37489
    93
  @{thm setsum_subtractf} RS sym, @{thm setsum_right_distrib},
hoelzl@37489
    94
  @{thm setsum_left_distrib}, @{thm setsum_negf} RS sym]
hoelzl@37489
    95
  val ss2 = @{simpset} addsimps
hoelzl@37489
    96
             [@{thm vector_add_def}, @{thm vector_mult_def},
hoelzl@37489
    97
              @{thm vector_minus_def}, @{thm vector_uminus_def},
hoelzl@37489
    98
              @{thm vector_one_def}, @{thm vector_zero_def}, @{thm vec_def},
hoelzl@37489
    99
              @{thm vector_scaleR_def},
hoelzl@37489
   100
              @{thm Cart_lambda_beta}, @{thm vector_scalar_mult_def}]
hoelzl@37489
   101
 fun vector_arith_tac ths =
hoelzl@37489
   102
   simp_tac ss1
hoelzl@37489
   103
   THEN' (fn i => rtac @{thm setsum_cong2} i
hoelzl@37489
   104
         ORELSE rtac @{thm setsum_0'} i
hoelzl@37489
   105
         ORELSE simp_tac (HOL_basic_ss addsimps [@{thm "Cart_eq"}]) i)
hoelzl@37489
   106
   (* THEN' TRY o clarify_tac HOL_cs  THEN' (TRY o rtac @{thm iffI}) *)
hoelzl@37489
   107
   THEN' asm_full_simp_tac (ss2 addsimps ths)
hoelzl@37489
   108
 in
hoelzl@37489
   109
  Attrib.thms >> (fn ths => K (SIMPLE_METHOD' (vector_arith_tac ths)))
hoelzl@37489
   110
 end
wenzelm@43685
   111
*} "lift trivial vector statements to real arith statements"
hoelzl@37489
   112
hoelzl@37489
   113
lemma vec_0[simp]: "vec 0 = 0" by (vector vector_zero_def)
hoelzl@37489
   114
lemma vec_1[simp]: "vec 1 = 1" by (vector vector_one_def)
hoelzl@37489
   115
hoelzl@37489
   116
lemma vec_inj[simp]: "vec x = vec y \<longleftrightarrow> x = y" by vector
hoelzl@37489
   117
hoelzl@37489
   118
lemma vec_in_image_vec: "vec x \<in> (vec ` S) \<longleftrightarrow> x \<in> S" by auto
hoelzl@37489
   119
hoelzl@37489
   120
lemma vec_add: "vec(x + y) = vec x + vec y"  by (vector vec_def)
hoelzl@37489
   121
lemma vec_sub: "vec(x - y) = vec x - vec y" by (vector vec_def)
hoelzl@37489
   122
lemma vec_cmul: "vec(c * x) = c *s vec x " by (vector vec_def)
hoelzl@37489
   123
lemma vec_neg: "vec(- x) = - vec x " by (vector vec_def)
hoelzl@37489
   124
hoelzl@37489
   125
lemma vec_setsum: assumes fS: "finite S"
hoelzl@37489
   126
  shows "vec(setsum f S) = setsum (vec o f) S"
hoelzl@37489
   127
  apply (induct rule: finite_induct[OF fS])
hoelzl@37489
   128
  apply (simp)
hoelzl@37489
   129
  apply (auto simp add: vec_add)
hoelzl@37489
   130
  done
hoelzl@37489
   131
hoelzl@37489
   132
text{* Obvious "component-pushing". *}
hoelzl@37489
   133
hoelzl@37489
   134
lemma vec_component [simp]: "vec x $ i = x"
hoelzl@37489
   135
  by (vector vec_def)
hoelzl@37489
   136
hoelzl@37489
   137
lemma vector_mult_component [simp]: "(x * y)$i = x$i * y$i"
hoelzl@37489
   138
  by vector
hoelzl@37489
   139
hoelzl@37489
   140
lemma vector_smult_component [simp]: "(c *s y)$i = c * (y$i)"
hoelzl@37489
   141
  by vector
hoelzl@37489
   142
hoelzl@37489
   143
lemma cond_component: "(if b then x else y)$i = (if b then x$i else y$i)" by vector
hoelzl@37489
   144
hoelzl@37489
   145
lemmas vector_component =
hoelzl@37489
   146
  vec_component vector_add_component vector_mult_component
hoelzl@37489
   147
  vector_smult_component vector_minus_component vector_uminus_component
hoelzl@37489
   148
  vector_scaleR_component cond_component
hoelzl@37489
   149
hoelzl@37489
   150
subsection {* Some frequently useful arithmetic lemmas over vectors. *}
hoelzl@37489
   151
hoelzl@37489
   152
instance cart :: (semigroup_mult,finite) semigroup_mult
hoelzl@37489
   153
  apply (intro_classes) by (vector mult_assoc)
hoelzl@37489
   154
hoelzl@37489
   155
instance cart :: (monoid_mult,finite) monoid_mult
hoelzl@37489
   156
  apply (intro_classes) by vector+
hoelzl@37489
   157
hoelzl@37489
   158
instance cart :: (ab_semigroup_mult,finite) ab_semigroup_mult
hoelzl@37489
   159
  apply (intro_classes) by (vector mult_commute)
hoelzl@37489
   160
hoelzl@37489
   161
instance cart :: (ab_semigroup_idem_mult,finite) ab_semigroup_idem_mult
hoelzl@37489
   162
  apply (intro_classes) by (vector mult_idem)
hoelzl@37489
   163
hoelzl@37489
   164
instance cart :: (comm_monoid_mult,finite) comm_monoid_mult
hoelzl@37489
   165
  apply (intro_classes) by vector
hoelzl@37489
   166
hoelzl@37489
   167
instance cart :: (semiring,finite) semiring
hoelzl@37489
   168
  apply (intro_classes) by (vector field_simps)+
hoelzl@37489
   169
hoelzl@37489
   170
instance cart :: (semiring_0,finite) semiring_0
hoelzl@37489
   171
  apply (intro_classes) by (vector field_simps)+
hoelzl@37489
   172
instance cart :: (semiring_1,finite) semiring_1
hoelzl@37489
   173
  apply (intro_classes) by vector
hoelzl@37489
   174
instance cart :: (comm_semiring,finite) comm_semiring
hoelzl@37489
   175
  apply (intro_classes) by (vector field_simps)+
hoelzl@37489
   176
hoelzl@37489
   177
instance cart :: (comm_semiring_0,finite) comm_semiring_0 by (intro_classes)
hoelzl@37489
   178
instance cart :: (cancel_comm_monoid_add, finite) cancel_comm_monoid_add ..
hoelzl@37489
   179
instance cart :: (semiring_0_cancel,finite) semiring_0_cancel by (intro_classes)
hoelzl@37489
   180
instance cart :: (comm_semiring_0_cancel,finite) comm_semiring_0_cancel by (intro_classes)
hoelzl@37489
   181
instance cart :: (ring,finite) ring by (intro_classes)
hoelzl@37489
   182
instance cart :: (semiring_1_cancel,finite) semiring_1_cancel by (intro_classes)
hoelzl@37489
   183
instance cart :: (comm_semiring_1,finite) comm_semiring_1 by (intro_classes)
hoelzl@37489
   184
hoelzl@37489
   185
instance cart :: (ring_1,finite) ring_1 ..
hoelzl@37489
   186
hoelzl@37489
   187
instance cart :: (real_algebra,finite) real_algebra
hoelzl@37489
   188
  apply intro_classes
hoelzl@37489
   189
  apply (simp_all add: vector_scaleR_def field_simps)
hoelzl@37489
   190
  apply vector
hoelzl@37489
   191
  apply vector
hoelzl@37489
   192
  done
hoelzl@37489
   193
hoelzl@37489
   194
instance cart :: (real_algebra_1,finite) real_algebra_1 ..
hoelzl@37489
   195
hoelzl@37489
   196
lemma of_nat_index:
hoelzl@37489
   197
  "(of_nat n :: 'a::semiring_1 ^'n)$i = of_nat n"
hoelzl@37489
   198
  apply (induct n)
hoelzl@37489
   199
  apply vector
hoelzl@37489
   200
  apply vector
hoelzl@37489
   201
  done
hoelzl@37489
   202
hoelzl@37489
   203
lemma one_index[simp]:
hoelzl@37489
   204
  "(1 :: 'a::one ^'n)$i = 1" by vector
hoelzl@37489
   205
haftmann@38844
   206
instance cart :: (semiring_char_0, finite) semiring_char_0
haftmann@38844
   207
proof
haftmann@38844
   208
  fix m n :: nat
haftmann@38844
   209
  show "inj (of_nat :: nat \<Rightarrow> 'a ^ 'b)"
haftmann@38844
   210
    by (auto intro!: injI simp add: Cart_eq of_nat_index)
hoelzl@37489
   211
qed
hoelzl@37489
   212
haftmann@38844
   213
instance cart :: (comm_ring_1,finite) comm_ring_1 ..
haftmann@38844
   214
instance cart :: (ring_char_0,finite) ring_char_0 ..
hoelzl@37489
   215
hoelzl@37489
   216
instance cart :: (real_vector,finite) real_vector ..
hoelzl@37489
   217
hoelzl@37489
   218
lemma vector_smult_assoc: "a *s (b *s x) = ((a::'a::semigroup_mult) * b) *s x"
hoelzl@37489
   219
  by (vector mult_assoc)
hoelzl@37489
   220
lemma vector_sadd_rdistrib: "((a::'a::semiring) + b) *s x = a *s x + b *s x"
hoelzl@37489
   221
  by (vector field_simps)
hoelzl@37489
   222
lemma vector_add_ldistrib: "(c::'a::semiring) *s (x + y) = c *s x + c *s y"
hoelzl@37489
   223
  by (vector field_simps)
hoelzl@37489
   224
lemma vector_smult_lzero[simp]: "(0::'a::mult_zero) *s x = 0" by vector
hoelzl@37489
   225
lemma vector_smult_lid[simp]: "(1::'a::monoid_mult) *s x = x" by vector
hoelzl@37489
   226
lemma vector_ssub_ldistrib: "(c::'a::ring) *s (x - y) = c *s x - c *s y"
hoelzl@37489
   227
  by (vector field_simps)
hoelzl@37489
   228
lemma vector_smult_rneg: "(c::'a::ring) *s -x = -(c *s x)" by vector
hoelzl@37489
   229
lemma vector_smult_lneg: "- (c::'a::ring) *s x = -(c *s x)" by vector
hoelzl@37489
   230
lemma vector_sneg_minus1: "-x = (- (1::'a::ring_1)) *s x" by vector
hoelzl@37489
   231
lemma vector_smult_rzero[simp]: "c *s 0 = (0::'a::mult_zero ^ 'n)" by vector
hoelzl@37489
   232
lemma vector_sub_rdistrib: "((a::'a::ring) - b) *s x = a *s x - b *s x"
hoelzl@37489
   233
  by (vector field_simps)
hoelzl@37489
   234
hoelzl@37489
   235
lemma vec_eq[simp]: "(vec m = vec n) \<longleftrightarrow> (m = n)"
hoelzl@37489
   236
  by (simp add: Cart_eq)
hoelzl@37489
   237
hoelzl@37489
   238
lemma norm_eq_0_imp: "norm x = 0 ==> x = (0::real ^'n)" by (metis norm_eq_zero)
hoelzl@37489
   239
lemma vector_mul_eq_0[simp]: "(a *s x = 0) \<longleftrightarrow> a = (0::'a::idom) \<or> x = 0"
hoelzl@37489
   240
  by vector
hoelzl@37489
   241
lemma vector_mul_lcancel[simp]: "a *s x = a *s y \<longleftrightarrow> a = (0::real) \<or> x = y"
hoelzl@37489
   242
  by (metis eq_iff_diff_eq_0 vector_mul_eq_0 vector_ssub_ldistrib)
hoelzl@37489
   243
lemma vector_mul_rcancel[simp]: "a *s x = b *s x \<longleftrightarrow> (a::real) = b \<or> x = 0"
hoelzl@37489
   244
  by (metis eq_iff_diff_eq_0 vector_mul_eq_0 vector_sub_rdistrib)
hoelzl@37489
   245
lemma vector_mul_lcancel_imp: "a \<noteq> (0::real) ==>  a *s x = a *s y ==> (x = y)"
hoelzl@37489
   246
  by (metis vector_mul_lcancel)
hoelzl@37489
   247
lemma vector_mul_rcancel_imp: "x \<noteq> 0 \<Longrightarrow> (a::real) *s x = b *s x ==> a = b"
hoelzl@37489
   248
  by (metis vector_mul_rcancel)
hoelzl@37489
   249
hoelzl@37489
   250
lemma component_le_norm_cart: "\<bar>x$i\<bar> <= norm x"
hoelzl@37489
   251
  apply (simp add: norm_vector_def)
hoelzl@37489
   252
  apply (rule member_le_setL2, simp_all)
hoelzl@37489
   253
  done
hoelzl@37489
   254
hoelzl@37489
   255
lemma norm_bound_component_le_cart: "norm x <= e ==> \<bar>x$i\<bar> <= e"
hoelzl@37489
   256
  by (metis component_le_norm_cart order_trans)
hoelzl@37489
   257
hoelzl@37489
   258
lemma norm_bound_component_lt_cart: "norm x < e ==> \<bar>x$i\<bar> < e"
hoelzl@37489
   259
  by (metis component_le_norm_cart basic_trans_rules(21))
hoelzl@37489
   260
hoelzl@37489
   261
lemma norm_le_l1_cart: "norm x <= setsum(\<lambda>i. \<bar>x$i\<bar>) UNIV"
hoelzl@37489
   262
  by (simp add: norm_vector_def setL2_le_setsum)
hoelzl@37489
   263
hoelzl@37489
   264
lemma scalar_mult_eq_scaleR: "c *s x = c *\<^sub>R x"
hoelzl@37489
   265
  unfolding vector_scaleR_def vector_scalar_mult_def by simp
hoelzl@37489
   266
hoelzl@37489
   267
lemma dist_mul[simp]: "dist (c *s x) (c *s y) = \<bar>c\<bar> * dist x y"
hoelzl@37489
   268
  unfolding dist_norm scalar_mult_eq_scaleR
hoelzl@37489
   269
  unfolding scaleR_right_diff_distrib[symmetric] by simp
hoelzl@37489
   270
hoelzl@37489
   271
lemma setsum_component [simp]:
hoelzl@37489
   272
  fixes f:: " 'a \<Rightarrow> ('b::comm_monoid_add) ^'n"
hoelzl@37489
   273
  shows "(setsum f S)$i = setsum (\<lambda>x. (f x)$i) S"
hoelzl@37489
   274
  by (cases "finite S", induct S set: finite, simp_all)
hoelzl@37489
   275
hoelzl@37489
   276
lemma setsum_eq: "setsum f S = (\<chi> i. setsum (\<lambda>x. (f x)$i ) S)"
hoelzl@37489
   277
  by (simp add: Cart_eq)
hoelzl@37489
   278
hoelzl@37489
   279
lemma setsum_cmul:
hoelzl@37489
   280
  fixes f:: "'c \<Rightarrow> ('a::semiring_1)^'n"
hoelzl@37489
   281
  shows "setsum (\<lambda>x. c *s f x) S = c *s setsum f S"
hoelzl@37489
   282
  by (simp add: Cart_eq setsum_right_distrib)
hoelzl@37489
   283
hoelzl@37489
   284
(* TODO: use setsum_norm_allsubsets_bound *)
hoelzl@37489
   285
lemma setsum_norm_allsubsets_bound_cart:
hoelzl@37489
   286
  fixes f:: "'a \<Rightarrow> real ^'n"
hoelzl@37489
   287
  assumes fP: "finite P" and fPs: "\<And>Q. Q \<subseteq> P \<Longrightarrow> norm (setsum f Q) \<le> e"
hoelzl@37489
   288
  shows "setsum (\<lambda>x. norm (f x)) P \<le> 2 * real CARD('n) *  e"
hoelzl@37489
   289
proof-
hoelzl@37489
   290
  let ?d = "real CARD('n)"
hoelzl@37489
   291
  let ?nf = "\<lambda>x. norm (f x)"
hoelzl@37489
   292
  let ?U = "UNIV :: 'n set"
hoelzl@37489
   293
  have th0: "setsum (\<lambda>x. setsum (\<lambda>i. \<bar>f x $ i\<bar>) ?U) P = setsum (\<lambda>i. setsum (\<lambda>x. \<bar>f x $ i\<bar>) P) ?U"
hoelzl@37489
   294
    by (rule setsum_commute)
hoelzl@37489
   295
  have th1: "2 * ?d * e = of_nat (card ?U) * (2 * e)" by (simp add: real_of_nat_def)
hoelzl@37489
   296
  have "setsum ?nf P \<le> setsum (\<lambda>x. setsum (\<lambda>i. \<bar>f x $ i\<bar>) ?U) P"
hoelzl@37489
   297
    apply (rule setsum_mono)    by (rule norm_le_l1_cart)
hoelzl@37489
   298
  also have "\<dots> \<le> 2 * ?d * e"
hoelzl@37489
   299
    unfolding th0 th1
hoelzl@37489
   300
  proof(rule setsum_bounded)
hoelzl@37489
   301
    fix i assume i: "i \<in> ?U"
hoelzl@37489
   302
    let ?Pp = "{x. x\<in> P \<and> f x $ i \<ge> 0}"
hoelzl@37489
   303
    let ?Pn = "{x. x \<in> P \<and> f x $ i < 0}"
hoelzl@37489
   304
    have thp: "P = ?Pp \<union> ?Pn" by auto
hoelzl@37489
   305
    have thp0: "?Pp \<inter> ?Pn ={}" by auto
hoelzl@37489
   306
    have PpP: "?Pp \<subseteq> P" and PnP: "?Pn \<subseteq> P" by blast+
hoelzl@37489
   307
    have Ppe:"setsum (\<lambda>x. \<bar>f x $ i\<bar>) ?Pp \<le> e"
hoelzl@37489
   308
      using component_le_norm_cart[of "setsum (\<lambda>x. f x) ?Pp" i]  fPs[OF PpP]
hoelzl@37489
   309
      by (auto intro: abs_le_D1)
hoelzl@37489
   310
    have Pne: "setsum (\<lambda>x. \<bar>f x $ i\<bar>) ?Pn \<le> e"
hoelzl@37489
   311
      using component_le_norm_cart[of "setsum (\<lambda>x. - f x) ?Pn" i]  fPs[OF PnP]
hoelzl@37489
   312
      by (auto simp add: setsum_negf intro: abs_le_D1)
hoelzl@37489
   313
    have "setsum (\<lambda>x. \<bar>f x $ i\<bar>) P = setsum (\<lambda>x. \<bar>f x $ i\<bar>) ?Pp + setsum (\<lambda>x. \<bar>f x $ i\<bar>) ?Pn"
hoelzl@37489
   314
      apply (subst thp)
hoelzl@37489
   315
      apply (rule setsum_Un_zero)
hoelzl@37489
   316
      using fP thp0 by auto
hoelzl@37489
   317
    also have "\<dots> \<le> 2*e" using Pne Ppe by arith
hoelzl@37489
   318
    finally show "setsum (\<lambda>x. \<bar>f x $ i\<bar>) P \<le> 2*e" .
hoelzl@37489
   319
  qed
hoelzl@37489
   320
  finally show ?thesis .
hoelzl@37489
   321
qed
hoelzl@37489
   322
hoelzl@37489
   323
subsection {* A bijection between 'n::finite and {..<CARD('n)} *}
hoelzl@37489
   324
hoelzl@37489
   325
definition cart_bij_nat :: "nat \<Rightarrow> ('n::finite)" where
hoelzl@37489
   326
  "cart_bij_nat = (SOME p. bij_betw p {..<CARD('n)} (UNIV::'n set) )"
hoelzl@37489
   327
hoelzl@37489
   328
abbreviation "\<pi> \<equiv> cart_bij_nat"
hoelzl@37489
   329
definition "\<pi>' = inv_into {..<CARD('n)} (\<pi>::nat \<Rightarrow> ('n::finite))"
hoelzl@37489
   330
hoelzl@37489
   331
lemma bij_betw_pi:
hoelzl@37489
   332
  "bij_betw \<pi> {..<CARD('n::finite)} (UNIV::('n::finite) set)"
hoelzl@37489
   333
  using ex_bij_betw_nat_finite[of "UNIV::'n set"]
hoelzl@37489
   334
  by (auto simp: cart_bij_nat_def atLeast0LessThan
hoelzl@37489
   335
    intro!: someI_ex[of "\<lambda>x. bij_betw x {..<CARD('n)} (UNIV::'n set)"])
hoelzl@37489
   336
hoelzl@37489
   337
lemma bij_betw_pi'[intro]: "bij_betw \<pi>' (UNIV::'n set) {..<CARD('n::finite)}"
hoelzl@37489
   338
  using bij_betw_inv_into[OF bij_betw_pi] unfolding \<pi>'_def by auto
hoelzl@37489
   339
hoelzl@37489
   340
lemma pi'_inj[intro]: "inj \<pi>'"
hoelzl@37489
   341
  using bij_betw_pi' unfolding bij_betw_def by auto
hoelzl@37489
   342
hoelzl@37489
   343
lemma pi'_range[intro]: "\<And>i::'n. \<pi>' i < CARD('n::finite)"
hoelzl@37489
   344
  using bij_betw_pi' unfolding bij_betw_def by auto
hoelzl@37489
   345
hoelzl@37489
   346
lemma \<pi>\<pi>'[simp]: "\<And>i::'n::finite. \<pi> (\<pi>' i) = i"
hoelzl@37489
   347
  using bij_betw_pi by (auto intro!: f_inv_into_f simp: \<pi>'_def bij_betw_def)
hoelzl@37489
   348
hoelzl@37489
   349
lemma \<pi>'\<pi>[simp]: "\<And>i. i\<in>{..<CARD('n::finite)} \<Longrightarrow> \<pi>' (\<pi> i::'n) = i"
hoelzl@37489
   350
  using bij_betw_pi by (auto intro!: inv_into_f_eq simp: \<pi>'_def bij_betw_def)
hoelzl@37489
   351
hoelzl@37489
   352
lemma \<pi>\<pi>'_alt[simp]: "\<And>i. i<CARD('n::finite) \<Longrightarrow> \<pi>' (\<pi> i::'n) = i"
hoelzl@37489
   353
  by auto
hoelzl@37489
   354
hoelzl@37489
   355
lemma \<pi>_inj_on: "inj_on (\<pi>::nat\<Rightarrow>'n::finite) {..<CARD('n)}"
hoelzl@37489
   356
  using bij_betw_pi[where 'n='n] by (simp add: bij_betw_def)
hoelzl@37489
   357
hoelzl@37489
   358
instantiation cart :: (real_basis,finite) real_basis
hoelzl@37489
   359
begin
hoelzl@37489
   360
hoelzl@37489
   361
definition "(basis i::'a^'b) =
hoelzl@37489
   362
  (if i < (CARD('b) * DIM('a))
hoelzl@37489
   363
  then (\<chi> j::'b. if j = \<pi>(i div DIM('a)) then basis (i mod DIM('a)) else 0)
hoelzl@37489
   364
  else 0)"
hoelzl@37489
   365
hoelzl@37489
   366
lemma basis_eq:
hoelzl@37489
   367
  assumes "i < CARD('b)" and "j < DIM('a)"
hoelzl@37489
   368
  shows "basis (j + i * DIM('a)) = (\<chi> k. if k = \<pi> i then basis j else 0)"
hoelzl@37489
   369
proof -
hoelzl@37489
   370
  have "j + i * DIM('a) <  DIM('a) * (i + 1)" using assms by (auto simp: field_simps)
hoelzl@37489
   371
  also have "\<dots> \<le> DIM('a) * CARD('b)" using assms unfolding mult_le_cancel1 by auto
hoelzl@37489
   372
  finally show ?thesis
hoelzl@37489
   373
    unfolding basis_cart_def using assms by (auto simp: Cart_eq not_less field_simps)
hoelzl@37489
   374
qed
hoelzl@37489
   375
hoelzl@37489
   376
lemma basis_eq_pi':
hoelzl@37489
   377
  assumes "j < DIM('a)"
hoelzl@37489
   378
  shows "basis (j + \<pi>' i * DIM('a)) $ k = (if k = i then basis j else 0)"
hoelzl@37489
   379
  apply (subst basis_eq)
hoelzl@37489
   380
  using pi'_range assms by simp_all
hoelzl@37489
   381
hoelzl@37489
   382
lemma split_times_into_modulo[consumes 1]:
hoelzl@37489
   383
  fixes k :: nat
hoelzl@37489
   384
  assumes "k < A * B"
hoelzl@37489
   385
  obtains i j where "i < A" and "j < B" and "k = j + i * B"
hoelzl@37489
   386
proof
hoelzl@37489
   387
  have "A * B \<noteq> 0"
hoelzl@37489
   388
  proof assume "A * B = 0" with assms show False by simp qed
hoelzl@37489
   389
  hence "0 < B" by auto
hoelzl@37489
   390
  thus "k mod B < B" using `0 < B` by auto
hoelzl@37489
   391
next
hoelzl@37489
   392
  have "k div B * B \<le> k div B * B + k mod B" by (rule le_add1)
hoelzl@37489
   393
  also have "... < A * B" using assms by simp
hoelzl@37489
   394
  finally show "k div B < A" by auto
hoelzl@37489
   395
qed simp
hoelzl@37489
   396
hoelzl@37489
   397
lemma split_CARD_DIM[consumes 1]:
hoelzl@37489
   398
  fixes k :: nat
hoelzl@37489
   399
  assumes k: "k < CARD('b) * DIM('a)"
hoelzl@37489
   400
  obtains i and j::'b where "i < DIM('a)" "k = i + \<pi>' j * DIM('a)"
hoelzl@37489
   401
proof -
hoelzl@37489
   402
  from split_times_into_modulo[OF k] guess i j . note ij = this
hoelzl@37489
   403
  show thesis
hoelzl@37489
   404
  proof
hoelzl@37489
   405
    show "j < DIM('a)" using ij by simp
hoelzl@37489
   406
    show "k = j + \<pi>' (\<pi> i :: 'b) * DIM('a)"
hoelzl@37489
   407
      using ij by simp
hoelzl@37489
   408
  qed
hoelzl@37489
   409
qed
hoelzl@37489
   410
hoelzl@37489
   411
lemma linear_less_than_times:
hoelzl@37489
   412
  fixes i j A B :: nat assumes "i < B" "j < A"
hoelzl@37489
   413
  shows "j + i * A < B * A"
hoelzl@37489
   414
proof -
hoelzl@37489
   415
  have "i * A + j < (Suc i)*A" using `j < A` by simp
hoelzl@37489
   416
  also have "\<dots> \<le> B * A" using `i < B` unfolding mult_le_cancel2 by simp
hoelzl@37489
   417
  finally show ?thesis by simp
hoelzl@37489
   418
qed
hoelzl@37489
   419
hoelzl@37489
   420
instance
hoelzl@37489
   421
proof
hoelzl@37489
   422
  let ?b = "basis :: nat \<Rightarrow> 'a^'b"
hoelzl@37489
   423
  let ?b' = "basis :: nat \<Rightarrow> 'a"
hoelzl@37489
   424
hoelzl@37489
   425
  have setsum_basis:
hoelzl@37489
   426
    "\<And>f. (\<Sum>x\<in>range basis. f (x::'a)) = f 0 + (\<Sum>i<DIM('a). f (basis i))"
hoelzl@37489
   427
    unfolding range_basis apply (subst setsum.insert)
hoelzl@37489
   428
    by (auto simp: basis_eq_0_iff setsum.insert setsum_reindex[OF basis_inj])
hoelzl@37489
   429
hoelzl@37489
   430
  have inj: "inj_on ?b {..<CARD('b)*DIM('a)}"
hoelzl@37489
   431
    by (auto intro!: inj_onI elim!: split_CARD_DIM split: split_if_asm
hoelzl@37489
   432
             simp add: Cart_eq basis_eq_pi' all_conj_distrib basis_neq_0
hoelzl@37489
   433
                       inj_on_iff[OF basis_inj])
hoelzl@37489
   434
  moreover
hoelzl@37489
   435
  hence indep: "independent (?b ` {..<CARD('b) * DIM('a)})"
hoelzl@37664
   436
  proof (rule independent_eq_inj_on[THEN iffD2], safe elim!: split_CARD_DIM del: notI)
hoelzl@37489
   437
    fix j and i :: 'b and u :: "'a^'b \<Rightarrow> real" assume "j < DIM('a)"
hoelzl@37489
   438
    let ?x = "j + \<pi>' i * DIM('a)"
hoelzl@37489
   439
    show "(\<Sum>k\<in>{..<CARD('b) * DIM('a)} - {?x}. u(?b k) *\<^sub>R ?b k) \<noteq> ?b ?x"
hoelzl@37489
   440
      unfolding Cart_eq not_all
hoelzl@37489
   441
    proof
hoelzl@37489
   442
      have "(\<lambda>j. j + \<pi>' i*DIM('a))`({..<DIM('a)}-{j}) =
hoelzl@37489
   443
        {\<pi>' i*DIM('a)..<Suc (\<pi>' i) * DIM('a)} - {?x}"(is "?S = ?I - _")
hoelzl@37489
   444
      proof safe
hoelzl@37489
   445
        fix y assume "y \<in> ?I"
hoelzl@37489
   446
        moreover def k \<equiv> "y - \<pi>' i*DIM('a)"
hoelzl@37489
   447
        ultimately have "k < DIM('a)" and "y = k + \<pi>' i * DIM('a)" by auto
hoelzl@37489
   448
        moreover assume "y \<notin> ?S"
hoelzl@37489
   449
        ultimately show "y = j + \<pi>' i * DIM('a)" by auto
hoelzl@37489
   450
      qed auto
hoelzl@37489
   451
hoelzl@37489
   452
      have "(\<Sum>k\<in>{..<CARD('b) * DIM('a)} - {?x}. u(?b k) *\<^sub>R ?b k) $ i =
hoelzl@37489
   453
          (\<Sum>k\<in>{..<CARD('b) * DIM('a)} - {?x}. u(?b k) *\<^sub>R ?b k $ i)" by simp
hoelzl@37489
   454
      also have "\<dots> = (\<Sum>k\<in>?S. u(?b k) *\<^sub>R ?b k $ i)"
hoelzl@37489
   455
        unfolding `?S = ?I - {?x}`
hoelzl@37489
   456
      proof (safe intro!: setsum_mono_zero_cong_right)
hoelzl@37489
   457
        fix y assume "y \<in> {\<pi>' i*DIM('a)..<Suc (\<pi>' i) * DIM('a)}"
hoelzl@37489
   458
        moreover have "Suc (\<pi>' i) * DIM('a) \<le> CARD('b) * DIM('a)"
hoelzl@37489
   459
          unfolding mult_le_cancel2 using pi'_range[of i] by simp
hoelzl@37489
   460
        ultimately show "y < CARD('b) * DIM('a)" by simp
hoelzl@37489
   461
      next
hoelzl@37489
   462
        fix y assume "y < CARD('b) * DIM('a)"
hoelzl@37489
   463
        with split_CARD_DIM guess l k . note y = this
hoelzl@37489
   464
        moreover assume "u (?b y) *\<^sub>R ?b y $ i \<noteq> 0"
hoelzl@37489
   465
        ultimately show "y \<in> {\<pi>' i*DIM('a)..<Suc (\<pi>' i) * DIM('a)}"
hoelzl@37489
   466
          by (auto simp: basis_eq_pi' split: split_if_asm)
hoelzl@37489
   467
      qed simp
hoelzl@37489
   468
      also have "\<dots> = (\<Sum>k\<in>{..<DIM('a)} - {j}. u (?b (k + \<pi>' i*DIM('a))) *\<^sub>R (?b' k))"
hoelzl@37489
   469
        by (subst setsum_reindex) (auto simp: basis_eq_pi' intro!: inj_onI)
hoelzl@37489
   470
      also have "\<dots> \<noteq> ?b ?x $ i"
hoelzl@37489
   471
      proof -
hoelzl@37664
   472
        note independent_eq_inj_on[THEN iffD1, OF basis_inj independent_basis, rule_format]
hoelzl@37489
   473
        note this[of j "\<lambda>v. u (\<chi> ka::'b. if ka = i then v else (0\<Colon>'a))"]
hoelzl@37489
   474
        thus ?thesis by (simp add: `j < DIM('a)` basis_eq pi'_range)
hoelzl@37489
   475
      qed
hoelzl@37489
   476
      finally show "(\<Sum>k\<in>{..<CARD('b) * DIM('a)} - {?x}. u(?b k) *\<^sub>R ?b k) $ i \<noteq> ?b ?x $ i" .
hoelzl@37489
   477
    qed
hoelzl@37489
   478
  qed
hoelzl@37489
   479
  ultimately
hoelzl@37489
   480
  show "\<exists>d>0. ?b ` {d..} = {0} \<and> independent (?b ` {..<d}) \<and> inj_on ?b {..<d}"
hoelzl@37489
   481
    by (auto intro!: exI[of _ "CARD('b) * DIM('a)"] simp: basis_cart_def)
hoelzl@37489
   482
hoelzl@37489
   483
  from indep have exclude_0: "0 \<notin> ?b ` {..<CARD('b) * DIM('a)}"
hoelzl@37489
   484
    using dependent_0[of "?b ` {..<CARD('b) * DIM('a)}"] by blast
hoelzl@37489
   485
hoelzl@37489
   486
  show "span (range ?b) = UNIV"
hoelzl@37489
   487
  proof -
hoelzl@37489
   488
    { fix x :: "'a^'b"
hoelzl@37489
   489
      let "?if i y" = "(\<chi> k::'b. if k = i then ?b' y else (0\<Colon>'a))"
hoelzl@37489
   490
      have The_if: "\<And>i j. j < DIM('a) \<Longrightarrow> (THE k. (?if i j) $ k \<noteq> 0) = i"
hoelzl@37489
   491
        by (rule the_equality) (simp_all split: split_if_asm add: basis_neq_0)
hoelzl@37489
   492
      { fix x :: 'a
hoelzl@37489
   493
        have "x \<in> span (range basis)"
hoelzl@37664
   494
          using span_basis by (auto simp: range_basis)
hoelzl@37489
   495
        hence "\<exists>u. (\<Sum>x<DIM('a). u (?b' x) *\<^sub>R ?b' x) = x"
hoelzl@37489
   496
          by (subst (asm) span_finite) (auto simp: setsum_basis) }
hoelzl@37489
   497
      hence "\<forall>i. \<exists>u. (\<Sum>x<DIM('a). u (?b' x) *\<^sub>R ?b' x) = i" by auto
hoelzl@37489
   498
      then obtain u where u: "\<forall>i. (\<Sum>x<DIM('a). u i (?b' x) *\<^sub>R ?b' x) = i"
hoelzl@37489
   499
        by (auto dest: choice)
hoelzl@37489
   500
      have "\<exists>u. \<forall>i. (\<Sum>j<DIM('a). u (?if i j) *\<^sub>R ?b' j) = x $ i"
hoelzl@37489
   501
        apply (rule exI[of _ "\<lambda>v. let i = (THE i. v$i \<noteq> 0) in u (x$i) (v$i)"])
hoelzl@37489
   502
        using The_if u by simp }
hoelzl@37489
   503
    moreover
hoelzl@37489
   504
    have "\<And>i::'b. {..<CARD('b)} \<inter> {x. i = \<pi> x} = {\<pi>' i}"
hoelzl@37489
   505
      using pi'_range[where 'n='b] by auto
hoelzl@37489
   506
    moreover
hoelzl@37489
   507
    have "range ?b = {0} \<union> ?b ` {..<CARD('b) * DIM('a)}"
hoelzl@37489
   508
      by (auto simp: image_def basis_cart_def)
hoelzl@37489
   509
    ultimately
hoelzl@37489
   510
    show ?thesis
hoelzl@37664
   511
      by (auto simp add: Cart_eq setsum_reindex[OF inj] range_basis
hoelzl@37489
   512
          setsum_mult_product basis_eq if_distrib setsum_cases span_finite
hoelzl@37489
   513
          setsum_reindex[OF basis_inj])
hoelzl@37489
   514
  qed
hoelzl@37489
   515
qed
hoelzl@37489
   516
hoelzl@37489
   517
end
hoelzl@37489
   518
hoelzl@37489
   519
lemma DIM_cart[simp]: "DIM('a^'b) = CARD('b) * DIM('a::real_basis)"
hoelzl@37489
   520
proof (safe intro!: dimension_eq elim!: split_times_into_modulo del: notI)
hoelzl@37489
   521
  fix i j assume *: "i < CARD('b)" "j < DIM('a)"
hoelzl@37489
   522
  hence A: "(i * DIM('a) + j) div DIM('a) = i"
hoelzl@37489
   523
    by (subst div_add1_eq) simp
hoelzl@37489
   524
  from * have B: "(i * DIM('a) + j) mod DIM('a) = j"
hoelzl@37489
   525
    unfolding mod_mult_self3 by simp
hoelzl@37489
   526
  show "basis (j + i * DIM('a)) \<noteq> (0::'a^'b)" unfolding basis_cart_def
hoelzl@37489
   527
    using * basis_finite[where 'a='a]
hoelzl@37489
   528
      linear_less_than_times[of i "CARD('b)" j "DIM('a)"]
hoelzl@37489
   529
    by (auto simp: A B field_simps Cart_eq basis_eq_0_iff)
hoelzl@37489
   530
qed (auto simp: basis_cart_def)
hoelzl@37489
   531
hoelzl@37489
   532
lemma if_distr: "(if P then f else g) $ i = (if P then f $ i else g $ i)" by simp
hoelzl@37489
   533
hoelzl@37489
   534
lemma split_dimensions'[consumes 1]:
hoelzl@37489
   535
  assumes "k < DIM('a::real_basis^'b)"
hoelzl@37489
   536
  obtains i j where "i < CARD('b::finite)" and "j < DIM('a::real_basis)" and "k = j + i * DIM('a::real_basis)"
hoelzl@37489
   537
using split_times_into_modulo[OF assms[simplified]] .
hoelzl@37489
   538
hoelzl@37489
   539
lemma cart_euclidean_bound[intro]:
hoelzl@37489
   540
  assumes j:"j < DIM('a::{real_basis})"
hoelzl@37489
   541
  shows "j + \<pi>' (i::'b::finite) * DIM('a) < CARD('b) * DIM('a::real_basis)"
hoelzl@37489
   542
  using linear_less_than_times[OF pi'_range j, of i] .
hoelzl@37489
   543
hoelzl@37489
   544
instance cart :: (real_basis_with_inner,finite) real_basis_with_inner ..
hoelzl@37489
   545
hoelzl@37489
   546
lemma (in real_basis) forall_CARD_DIM:
hoelzl@37489
   547
  "(\<forall>i<CARD('b) * DIM('a). P i) \<longleftrightarrow> (\<forall>(i::'b::finite) j. j<DIM('a) \<longrightarrow> P (j + \<pi>' i * DIM('a)))"
hoelzl@37489
   548
   (is "?l \<longleftrightarrow> ?r")
hoelzl@37489
   549
proof (safe elim!: split_times_into_modulo)
hoelzl@37489
   550
  fix i :: 'b and j assume "j < DIM('a)"
hoelzl@37489
   551
  note linear_less_than_times[OF pi'_range[of i] this]
hoelzl@37489
   552
  moreover assume "?l"
hoelzl@37489
   553
  ultimately show "P (j + \<pi>' i * DIM('a))" by auto
hoelzl@37489
   554
next
hoelzl@37489
   555
  fix i j assume "i < CARD('b)" "j < DIM('a)" and "?r"
hoelzl@37489
   556
  from `?r`[rule_format, OF `j < DIM('a)`, of "\<pi> i"] `i < CARD('b)`
hoelzl@37489
   557
  show "P (j + i * DIM('a))" by simp
hoelzl@37489
   558
qed
hoelzl@37489
   559
hoelzl@37489
   560
lemma (in real_basis) exists_CARD_DIM:
hoelzl@37489
   561
  "(\<exists>i<CARD('b) * DIM('a). P i) \<longleftrightarrow> (\<exists>i::'b::finite. \<exists>j<DIM('a). P (j + \<pi>' i * DIM('a)))"
hoelzl@37489
   562
  using forall_CARD_DIM[where 'b='b, of "\<lambda>x. \<not> P x"] by blast
hoelzl@37489
   563
hoelzl@37489
   564
lemma forall_CARD:
hoelzl@37489
   565
  "(\<forall>i<CARD('b). P i) \<longleftrightarrow> (\<forall>i::'b::finite. P (\<pi>' i))"
hoelzl@37489
   566
  using forall_CARD_DIM[where 'a=real, of P] by simp
hoelzl@37489
   567
hoelzl@37489
   568
lemma exists_CARD:
hoelzl@37489
   569
  "(\<exists>i<CARD('b). P i) \<longleftrightarrow> (\<exists>i::'b::finite. P (\<pi>' i))"
hoelzl@37489
   570
  using exists_CARD_DIM[where 'a=real, of P] by simp
hoelzl@37489
   571
hoelzl@37489
   572
lemmas cart_simps = forall_CARD_DIM exists_CARD_DIM forall_CARD exists_CARD
hoelzl@37489
   573
hoelzl@37489
   574
lemma cart_euclidean_nth[simp]:
hoelzl@37489
   575
  fixes x :: "('a::real_basis_with_inner, 'b::finite) cart"
hoelzl@37489
   576
  assumes j:"j < DIM('a)"
hoelzl@37489
   577
  shows "x $$ (j + \<pi>' i * DIM('a)) = x $ i $$ j"
hoelzl@37489
   578
  unfolding euclidean_component_def inner_vector_def basis_eq_pi'[OF j] if_distrib cond_application_beta
hoelzl@37489
   579
  by (simp add: setsum_cases)
hoelzl@37489
   580
hoelzl@37489
   581
lemma real_euclidean_nth:
hoelzl@37489
   582
  fixes x :: "real^'n"
hoelzl@37489
   583
  shows "x $$ \<pi>' i = (x $ i :: real)"
hoelzl@37489
   584
  using cart_euclidean_nth[where 'a=real, of 0 x i] by simp
hoelzl@37489
   585
hoelzl@37489
   586
lemmas nth_conv_component = real_euclidean_nth[symmetric]
hoelzl@37489
   587
hoelzl@37489
   588
lemma mult_split_eq:
hoelzl@37489
   589
  fixes A :: nat assumes "x < A" "y < A"
hoelzl@37489
   590
  shows "x + i * A = y + j * A \<longleftrightarrow> x = y \<and> i = j"
hoelzl@37489
   591
proof
hoelzl@37489
   592
  assume *: "x + i * A = y + j * A"
hoelzl@37489
   593
  { fix x y i j assume "i < j" "x < A" and *: "x + i * A = y + j * A"
hoelzl@37489
   594
    hence "x + i * A < Suc i * A" using `x < A` by simp
hoelzl@37489
   595
    also have "\<dots> \<le> j * A" using `i < j` unfolding mult_le_cancel2 by simp
hoelzl@37489
   596
    also have "\<dots> \<le> y + j * A" by simp
hoelzl@37489
   597
    finally have "i = j" using * by simp }
hoelzl@37489
   598
  note eq = this
hoelzl@37489
   599
hoelzl@37489
   600
  have "i = j"
hoelzl@37489
   601
  proof (cases rule: linorder_cases)
hoelzl@37489
   602
    assume "i < j" from eq[OF this `x < A` *] show "i = j" by simp
hoelzl@37489
   603
  next
hoelzl@37489
   604
    assume "j < i" from eq[OF this `y < A` *[symmetric]] show "i = j" by simp
hoelzl@37489
   605
  qed simp
hoelzl@37489
   606
  thus "x = y \<and> i = j" using * by simp
hoelzl@37489
   607
qed simp
hoelzl@37489
   608
hoelzl@37489
   609
instance cart :: (euclidean_space,finite) euclidean_space
hoelzl@37489
   610
proof (default, safe elim!: split_dimensions')
hoelzl@37489
   611
  let ?b = "basis :: nat \<Rightarrow> 'a^'b"
hoelzl@37489
   612
  have if_distrib_op: "\<And>f P Q a b c d.
hoelzl@37489
   613
    f (if P then a else b) (if Q then c else d) =
hoelzl@37489
   614
      (if P then if Q then f a c else f a d else if Q then f b c else f b d)"
hoelzl@37489
   615
    by simp
hoelzl@37489
   616
hoelzl@37489
   617
  fix i j k l
hoelzl@37489
   618
  assume "i < CARD('b)" "k < CARD('b)" "j < DIM('a)" "l < DIM('a)"
hoelzl@37489
   619
  thus "?b (j + i * DIM('a)) \<bullet> ?b (l + k * DIM('a)) =
hoelzl@37489
   620
    (if j + i * DIM('a) = l + k * DIM('a) then 1 else 0)"
hoelzl@37489
   621
    using inj_on_iff[OF \<pi>_inj_on[where 'n='b], of k i]
hoelzl@37489
   622
    by (auto simp add: basis_eq inner_vector_def if_distrib_op[of inner] setsum_cases basis_orthonormal mult_split_eq)
hoelzl@37489
   623
qed
hoelzl@37489
   624
hoelzl@37489
   625
instance cart :: (ordered_euclidean_space,finite) ordered_euclidean_space
hoelzl@37489
   626
proof
hoelzl@37489
   627
  fix x y::"'a^'b"
hoelzl@37489
   628
  show "(x \<le> y) = (\<forall>i<DIM(('a, 'b) cart). x $$ i \<le> y $$ i)"
hoelzl@37489
   629
    unfolding vector_le_def apply(subst eucl_le) by (simp add: cart_simps)
hoelzl@37489
   630
  show"(x < y) = (\<forall>i<DIM(('a, 'b) cart). x $$ i < y $$ i)"
hoelzl@37489
   631
    unfolding vector_less_def apply(subst eucl_less) by (simp add: cart_simps)
hoelzl@37489
   632
qed
hoelzl@37489
   633
hoelzl@37489
   634
subsection{* Basis vectors in coordinate directions. *}
hoelzl@37489
   635
hoelzl@37489
   636
definition "cart_basis k = (\<chi> i. if i = k then 1 else 0)"
hoelzl@37489
   637
hoelzl@37489
   638
lemma basis_component [simp]: "cart_basis k $ i = (if k=i then 1 else 0)"
hoelzl@37489
   639
  unfolding cart_basis_def by simp
hoelzl@37489
   640
hoelzl@37489
   641
lemma norm_basis[simp]:
hoelzl@37489
   642
  shows "norm (cart_basis k :: real ^'n) = 1"
hoelzl@37489
   643
  apply (simp add: cart_basis_def norm_eq_sqrt_inner) unfolding inner_vector_def
hoelzl@37489
   644
  apply (vector delta_mult_idempotent)
hoelzl@37489
   645
  using setsum_delta[of "UNIV :: 'n set" "k" "\<lambda>k. 1::real"] by auto
hoelzl@37489
   646
hoelzl@37489
   647
lemma norm_basis_1: "norm(cart_basis 1 :: real ^'n::{finite,one}) = 1"
hoelzl@37489
   648
  by (rule norm_basis)
hoelzl@37489
   649
hoelzl@37489
   650
lemma vector_choose_size: "0 <= c ==> \<exists>(x::real^'n). norm x = c"
hoelzl@37489
   651
  by (rule exI[where x="c *\<^sub>R cart_basis arbitrary"]) simp
hoelzl@37489
   652
hoelzl@37489
   653
lemma vector_choose_dist: assumes e: "0 <= e"
hoelzl@37489
   654
  shows "\<exists>(y::real^'n). dist x y = e"
hoelzl@37489
   655
proof-
hoelzl@37489
   656
  from vector_choose_size[OF e] obtain c:: "real ^'n"  where "norm c = e"
hoelzl@37489
   657
    by blast
hoelzl@37489
   658
  then have "dist x (x - c) = e" by (simp add: dist_norm)
hoelzl@37489
   659
  then show ?thesis by blast
hoelzl@37489
   660
qed
hoelzl@37489
   661
hoelzl@37489
   662
lemma basis_inj[intro]: "inj (cart_basis :: 'n \<Rightarrow> real ^'n)"
hoelzl@37489
   663
  by (simp add: inj_on_def Cart_eq)
hoelzl@37489
   664
hoelzl@37489
   665
lemma basis_expansion:
hoelzl@37489
   666
  "setsum (\<lambda>i. (x$i) *s cart_basis i) UNIV = (x::('a::ring_1) ^'n)" (is "?lhs = ?rhs" is "setsum ?f ?S = _")
hoelzl@37489
   667
  by (auto simp add: Cart_eq if_distrib setsum_delta[of "?S", where ?'b = "'a", simplified] cong del: if_weak_cong)
hoelzl@37489
   668
hoelzl@37489
   669
lemma smult_conv_scaleR: "c *s x = scaleR c x"
hoelzl@37489
   670
  unfolding vector_scalar_mult_def vector_scaleR_def by simp
hoelzl@37489
   671
hoelzl@37489
   672
lemma basis_expansion':
hoelzl@37489
   673
  "setsum (\<lambda>i. (x$i) *\<^sub>R cart_basis i) UNIV = x"
hoelzl@37489
   674
  by (rule basis_expansion [where 'a=real, unfolded smult_conv_scaleR])
hoelzl@37489
   675
hoelzl@37489
   676
lemma basis_expansion_unique:
hoelzl@37489
   677
  "setsum (\<lambda>i. f i *s cart_basis i) UNIV = (x::('a::comm_ring_1) ^'n) \<longleftrightarrow> (\<forall>i. f i = x$i)"
hoelzl@37489
   678
  by (simp add: Cart_eq setsum_delta if_distrib cong del: if_weak_cong)
hoelzl@37489
   679
hoelzl@37489
   680
lemma dot_basis:
hoelzl@37489
   681
  shows "cart_basis i \<bullet> x = x$i" "x \<bullet> (cart_basis i) = (x$i)"
hoelzl@37489
   682
  by (auto simp add: inner_vector_def cart_basis_def cond_application_beta if_distrib setsum_delta
hoelzl@37489
   683
           cong del: if_weak_cong)
hoelzl@37489
   684
hoelzl@37489
   685
lemma inner_basis:
hoelzl@37489
   686
  fixes x :: "'a::{real_inner, real_algebra_1} ^ 'n"
hoelzl@37489
   687
  shows "inner (cart_basis i) x = inner 1 (x $ i)"
hoelzl@37489
   688
    and "inner x (cart_basis i) = inner (x $ i) 1"
hoelzl@37489
   689
  unfolding inner_vector_def cart_basis_def
hoelzl@37489
   690
  by (auto simp add: cond_application_beta if_distrib setsum_delta cong del: if_weak_cong)
hoelzl@37489
   691
hoelzl@37489
   692
lemma basis_eq_0: "cart_basis i = (0::'a::semiring_1^'n) \<longleftrightarrow> False"
hoelzl@37489
   693
  by (auto simp add: Cart_eq)
hoelzl@37489
   694
hoelzl@37489
   695
lemma basis_nonzero:
hoelzl@37489
   696
  shows "cart_basis k \<noteq> (0:: 'a::semiring_1 ^'n)"
hoelzl@37489
   697
  by (simp add: basis_eq_0)
hoelzl@37489
   698
hoelzl@37489
   699
text {* some lemmas to map between Eucl and Cart *}
hoelzl@37489
   700
lemma basis_real_n[simp]:"(basis (\<pi>' i)::real^'a) = cart_basis i"
hoelzl@37489
   701
  unfolding basis_cart_def using pi'_range[where 'n='a]
hoelzl@37489
   702
  by (auto simp: Cart_eq Cart_lambda_beta)
hoelzl@37489
   703
hoelzl@37489
   704
subsection {* Orthogonality on cartesian products *}
hoelzl@37489
   705
hoelzl@37489
   706
lemma orthogonal_basis:
hoelzl@37489
   707
  shows "orthogonal (cart_basis i) x \<longleftrightarrow> x$i = (0::real)"
hoelzl@37489
   708
  by (auto simp add: orthogonal_def inner_vector_def cart_basis_def if_distrib
hoelzl@37489
   709
                     cond_application_beta setsum_delta cong del: if_weak_cong)
hoelzl@37489
   710
hoelzl@37489
   711
lemma orthogonal_basis_basis:
hoelzl@37489
   712
  shows "orthogonal (cart_basis i :: real^'n) (cart_basis j) \<longleftrightarrow> i \<noteq> j"
hoelzl@37489
   713
  unfolding orthogonal_basis[of i] basis_component[of j] by simp
hoelzl@37489
   714
hoelzl@37489
   715
subsection {* Linearity on cartesian products *}
hoelzl@37489
   716
hoelzl@37489
   717
lemma linear_vmul_component:
hoelzl@37489
   718
  assumes lf: "linear f"
hoelzl@37489
   719
  shows "linear (\<lambda>x. f x $ k *\<^sub>R v)"
hoelzl@37489
   720
  using lf
hoelzl@37489
   721
  by (auto simp add: linear_def algebra_simps)
hoelzl@37489
   722
hoelzl@37489
   723
hoelzl@37489
   724
subsection{* Adjoints on cartesian products *}
hoelzl@37489
   725
hoelzl@37489
   726
text {* TODO: The following lemmas about adjoints should hold for any
hoelzl@37489
   727
Hilbert space (i.e. complete inner product space).
hoelzl@37489
   728
(see \url{http://en.wikipedia.org/wiki/Hermitian_adjoint})
hoelzl@37489
   729
*}
hoelzl@37489
   730
hoelzl@37489
   731
lemma adjoint_works_lemma:
hoelzl@37489
   732
  fixes f:: "real ^'n \<Rightarrow> real ^'m"
hoelzl@37489
   733
  assumes lf: "linear f"
hoelzl@37489
   734
  shows "\<forall>x y. f x \<bullet> y = x \<bullet> adjoint f y"
hoelzl@37489
   735
proof-
hoelzl@37489
   736
  let ?N = "UNIV :: 'n set"
hoelzl@37489
   737
  let ?M = "UNIV :: 'm set"
hoelzl@37489
   738
  have fN: "finite ?N" by simp
hoelzl@37489
   739
  have fM: "finite ?M" by simp
hoelzl@37489
   740
  {fix y:: "real ^ 'm"
hoelzl@37489
   741
    let ?w = "(\<chi> i. (f (cart_basis i) \<bullet> y)) :: real ^ 'n"
hoelzl@37489
   742
    {fix x
hoelzl@37489
   743
      have "f x \<bullet> y = f (setsum (\<lambda>i. (x$i) *\<^sub>R cart_basis i) ?N) \<bullet> y"
hoelzl@37489
   744
        by (simp only: basis_expansion')
hoelzl@37489
   745
      also have "\<dots> = (setsum (\<lambda>i. (x$i) *\<^sub>R f (cart_basis i)) ?N) \<bullet> y"
hoelzl@37489
   746
        unfolding linear_setsum[OF lf fN]
hoelzl@37489
   747
        by (simp add: linear_cmul[OF lf])
hoelzl@37489
   748
      finally have "f x \<bullet> y = x \<bullet> ?w"
hoelzl@37489
   749
        apply (simp only: )
hoelzl@37489
   750
        apply (simp add: inner_vector_def setsum_left_distrib setsum_right_distrib setsum_commute[of _ ?M ?N] field_simps)
hoelzl@37489
   751
        done}
hoelzl@37489
   752
  }
hoelzl@37489
   753
  then show ?thesis unfolding adjoint_def
hoelzl@37489
   754
    some_eq_ex[of "\<lambda>f'. \<forall>x y. f x \<bullet> y = x \<bullet> f' y"]
hoelzl@37489
   755
    using choice_iff[of "\<lambda>a b. \<forall>x. f x \<bullet> a = x \<bullet> b "]
hoelzl@37489
   756
    by metis
hoelzl@37489
   757
qed
hoelzl@37489
   758
hoelzl@37489
   759
lemma adjoint_works:
hoelzl@37489
   760
  fixes f:: "real ^'n \<Rightarrow> real ^'m"
hoelzl@37489
   761
  assumes lf: "linear f"
hoelzl@37489
   762
  shows "x \<bullet> adjoint f y = f x \<bullet> y"
hoelzl@37489
   763
  using adjoint_works_lemma[OF lf] by metis
hoelzl@37489
   764
hoelzl@37489
   765
lemma adjoint_linear:
hoelzl@37489
   766
  fixes f:: "real ^'n \<Rightarrow> real ^'m"
hoelzl@37489
   767
  assumes lf: "linear f"
hoelzl@37489
   768
  shows "linear (adjoint f)"
hoelzl@37489
   769
  unfolding linear_def vector_eq_ldot[where 'a="real^'n", symmetric] apply safe
hoelzl@37489
   770
  unfolding inner_simps smult_conv_scaleR adjoint_works[OF lf] by auto
hoelzl@37489
   771
hoelzl@37489
   772
lemma adjoint_clauses:
hoelzl@37489
   773
  fixes f:: "real ^'n \<Rightarrow> real ^'m"
hoelzl@37489
   774
  assumes lf: "linear f"
hoelzl@37489
   775
  shows "x \<bullet> adjoint f y = f x \<bullet> y"
hoelzl@37489
   776
  and "adjoint f y \<bullet> x = y \<bullet> f x"
hoelzl@37489
   777
  by (simp_all add: adjoint_works[OF lf] inner_commute)
hoelzl@37489
   778
hoelzl@37489
   779
lemma adjoint_adjoint:
hoelzl@37489
   780
  fixes f:: "real ^'n \<Rightarrow> real ^'m"
hoelzl@37489
   781
  assumes lf: "linear f"
hoelzl@37489
   782
  shows "adjoint (adjoint f) = f"
hoelzl@37489
   783
  by (rule adjoint_unique, simp add: adjoint_clauses [OF lf])
hoelzl@37489
   784
hoelzl@37489
   785
hoelzl@37489
   786
subsection {* Matrix operations *}
hoelzl@37489
   787
hoelzl@37489
   788
text{* Matrix notation. NB: an MxN matrix is of type @{typ "'a^'n^'m"}, not @{typ "'a^'m^'n"} *}
hoelzl@37489
   789
hoelzl@37489
   790
definition matrix_matrix_mult :: "('a::semiring_1) ^'n^'m \<Rightarrow> 'a ^'p^'n \<Rightarrow> 'a ^ 'p ^'m"  (infixl "**" 70)
hoelzl@37489
   791
  where "m ** m' == (\<chi> i j. setsum (\<lambda>k. ((m$i)$k) * ((m'$k)$j)) (UNIV :: 'n set)) ::'a ^ 'p ^'m"
hoelzl@37489
   792
hoelzl@37489
   793
definition matrix_vector_mult :: "('a::semiring_1) ^'n^'m \<Rightarrow> 'a ^'n \<Rightarrow> 'a ^ 'm"  (infixl "*v" 70)
hoelzl@37489
   794
  where "m *v x \<equiv> (\<chi> i. setsum (\<lambda>j. ((m$i)$j) * (x$j)) (UNIV ::'n set)) :: 'a^'m"
hoelzl@37489
   795
hoelzl@37489
   796
definition vector_matrix_mult :: "'a ^ 'm \<Rightarrow> ('a::semiring_1) ^'n^'m \<Rightarrow> 'a ^'n "  (infixl "v*" 70)
hoelzl@37489
   797
  where "v v* m == (\<chi> j. setsum (\<lambda>i. ((m$i)$j) * (v$i)) (UNIV :: 'm set)) :: 'a^'n"
hoelzl@37489
   798
hoelzl@37489
   799
definition "(mat::'a::zero => 'a ^'n^'n) k = (\<chi> i j. if i = j then k else 0)"
hoelzl@37489
   800
definition transpose where 
hoelzl@37489
   801
  "(transpose::'a^'n^'m \<Rightarrow> 'a^'m^'n) A = (\<chi> i j. ((A$j)$i))"
hoelzl@37489
   802
definition "(row::'m => 'a ^'n^'m \<Rightarrow> 'a ^'n) i A = (\<chi> j. ((A$i)$j))"
hoelzl@37489
   803
definition "(column::'n =>'a^'n^'m =>'a^'m) j A = (\<chi> i. ((A$i)$j))"
hoelzl@37489
   804
definition "rows(A::'a^'n^'m) = { row i A | i. i \<in> (UNIV :: 'm set)}"
hoelzl@37489
   805
definition "columns(A::'a^'n^'m) = { column i A | i. i \<in> (UNIV :: 'n set)}"
hoelzl@37489
   806
hoelzl@37489
   807
lemma mat_0[simp]: "mat 0 = 0" by (vector mat_def)
hoelzl@37489
   808
lemma matrix_add_ldistrib: "(A ** (B + C)) = (A ** B) + (A ** C)"
hoelzl@37489
   809
  by (vector matrix_matrix_mult_def setsum_addf[symmetric] field_simps)
hoelzl@37489
   810
hoelzl@37489
   811
lemma matrix_mul_lid:
hoelzl@37489
   812
  fixes A :: "'a::semiring_1 ^ 'm ^ 'n"
hoelzl@37489
   813
  shows "mat 1 ** A = A"
hoelzl@37489
   814
  apply (simp add: matrix_matrix_mult_def mat_def)
hoelzl@37489
   815
  apply vector
hoelzl@37489
   816
  by (auto simp only: if_distrib cond_application_beta setsum_delta'[OF finite]  mult_1_left mult_zero_left if_True UNIV_I)
hoelzl@37489
   817
hoelzl@37489
   818
hoelzl@37489
   819
lemma matrix_mul_rid:
hoelzl@37489
   820
  fixes A :: "'a::semiring_1 ^ 'm ^ 'n"
hoelzl@37489
   821
  shows "A ** mat 1 = A"
hoelzl@37489
   822
  apply (simp add: matrix_matrix_mult_def mat_def)
hoelzl@37489
   823
  apply vector
hoelzl@37489
   824
  by (auto simp only: if_distrib cond_application_beta setsum_delta[OF finite]  mult_1_right mult_zero_right if_True UNIV_I cong: if_cong)
hoelzl@37489
   825
hoelzl@37489
   826
lemma matrix_mul_assoc: "A ** (B ** C) = (A ** B) ** C"
hoelzl@37489
   827
  apply (vector matrix_matrix_mult_def setsum_right_distrib setsum_left_distrib mult_assoc)
hoelzl@37489
   828
  apply (subst setsum_commute)
hoelzl@37489
   829
  apply simp
hoelzl@37489
   830
  done
hoelzl@37489
   831
hoelzl@37489
   832
lemma matrix_vector_mul_assoc: "A *v (B *v x) = (A ** B) *v x"
hoelzl@37489
   833
  apply (vector matrix_matrix_mult_def matrix_vector_mult_def setsum_right_distrib setsum_left_distrib mult_assoc)
hoelzl@37489
   834
  apply (subst setsum_commute)
hoelzl@37489
   835
  apply simp
hoelzl@37489
   836
  done
hoelzl@37489
   837
hoelzl@37489
   838
lemma matrix_vector_mul_lid: "mat 1 *v x = (x::'a::semiring_1 ^ 'n)"
hoelzl@37489
   839
  apply (vector matrix_vector_mult_def mat_def)
hoelzl@37489
   840
  by (simp add: if_distrib cond_application_beta
hoelzl@37489
   841
    setsum_delta' cong del: if_weak_cong)
hoelzl@37489
   842
hoelzl@37489
   843
lemma matrix_transpose_mul: "transpose(A ** B) = transpose B ** transpose (A::'a::comm_semiring_1^_^_)"
hoelzl@37489
   844
  by (simp add: matrix_matrix_mult_def transpose_def Cart_eq mult_commute)
hoelzl@37489
   845
hoelzl@37489
   846
lemma matrix_eq:
hoelzl@37489
   847
  fixes A B :: "'a::semiring_1 ^ 'n ^ 'm"
hoelzl@37489
   848
  shows "A = B \<longleftrightarrow>  (\<forall>x. A *v x = B *v x)" (is "?lhs \<longleftrightarrow> ?rhs")
hoelzl@37489
   849
  apply auto
hoelzl@37489
   850
  apply (subst Cart_eq)
hoelzl@37489
   851
  apply clarify
hoelzl@37489
   852
  apply (clarsimp simp add: matrix_vector_mult_def cart_basis_def if_distrib cond_application_beta Cart_eq cong del: if_weak_cong)
hoelzl@37489
   853
  apply (erule_tac x="cart_basis ia" in allE)
hoelzl@37489
   854
  apply (erule_tac x="i" in allE)
hoelzl@37489
   855
  by (auto simp add: cart_basis_def if_distrib cond_application_beta setsum_delta[OF finite] cong del: if_weak_cong)
hoelzl@37489
   856
hoelzl@37489
   857
lemma matrix_vector_mul_component:
hoelzl@37489
   858
  shows "((A::real^_^_) *v x)$k = (A$k) \<bullet> x"
hoelzl@37489
   859
  by (simp add: matrix_vector_mult_def inner_vector_def)
hoelzl@37489
   860
hoelzl@37489
   861
lemma dot_lmul_matrix: "((x::real ^_) v* A) \<bullet> y = x \<bullet> (A *v y)"
hoelzl@37489
   862
  apply (simp add: inner_vector_def matrix_vector_mult_def vector_matrix_mult_def setsum_left_distrib setsum_right_distrib mult_ac)
hoelzl@37489
   863
  apply (subst setsum_commute)
hoelzl@37489
   864
  by simp
hoelzl@37489
   865
hoelzl@37489
   866
lemma transpose_mat: "transpose (mat n) = mat n"
hoelzl@37489
   867
  by (vector transpose_def mat_def)
hoelzl@37489
   868
hoelzl@37489
   869
lemma transpose_transpose: "transpose(transpose A) = A"
hoelzl@37489
   870
  by (vector transpose_def)
hoelzl@37489
   871
hoelzl@37489
   872
lemma row_transpose:
hoelzl@37489
   873
  fixes A:: "'a::semiring_1^_^_"
hoelzl@37489
   874
  shows "row i (transpose A) = column i A"
hoelzl@37489
   875
  by (simp add: row_def column_def transpose_def Cart_eq)
hoelzl@37489
   876
hoelzl@37489
   877
lemma column_transpose:
hoelzl@37489
   878
  fixes A:: "'a::semiring_1^_^_"
hoelzl@37489
   879
  shows "column i (transpose A) = row i A"
hoelzl@37489
   880
  by (simp add: row_def column_def transpose_def Cart_eq)
hoelzl@37489
   881
hoelzl@37489
   882
lemma rows_transpose: "rows(transpose (A::'a::semiring_1^_^_)) = columns A"
nipkow@39535
   883
by (auto simp add: rows_def columns_def row_transpose intro: set_eqI)
hoelzl@37489
   884
hoelzl@37489
   885
lemma columns_transpose: "columns(transpose (A::'a::semiring_1^_^_)) = rows A" by (metis transpose_transpose rows_transpose)
hoelzl@37489
   886
hoelzl@37489
   887
text{* Two sometimes fruitful ways of looking at matrix-vector multiplication. *}
hoelzl@37489
   888
hoelzl@37489
   889
lemma matrix_mult_dot: "A *v x = (\<chi> i. A$i \<bullet> x)"
hoelzl@37489
   890
  by (simp add: matrix_vector_mult_def inner_vector_def)
hoelzl@37489
   891
hoelzl@37489
   892
lemma matrix_mult_vsum: "(A::'a::comm_semiring_1^'n^'m) *v x = setsum (\<lambda>i. (x$i) *s column i A) (UNIV:: 'n set)"
hoelzl@37489
   893
  by (simp add: matrix_vector_mult_def Cart_eq column_def mult_commute)
hoelzl@37489
   894
hoelzl@37489
   895
lemma vector_componentwise:
hoelzl@37489
   896
  "(x::'a::ring_1^'n) = (\<chi> j. setsum (\<lambda>i. (x$i) * (cart_basis i :: 'a^'n)$j) (UNIV :: 'n set))"
hoelzl@37489
   897
  apply (subst basis_expansion[symmetric])
hoelzl@37489
   898
  by (vector Cart_eq setsum_component)
hoelzl@37489
   899
hoelzl@37489
   900
lemma linear_componentwise:
hoelzl@37489
   901
  fixes f:: "real ^'m \<Rightarrow> real ^ _"
hoelzl@37489
   902
  assumes lf: "linear f"
hoelzl@37489
   903
  shows "(f x)$j = setsum (\<lambda>i. (x$i) * (f (cart_basis i)$j)) (UNIV :: 'm set)" (is "?lhs = ?rhs")
hoelzl@37489
   904
proof-
hoelzl@37489
   905
  let ?M = "(UNIV :: 'm set)"
hoelzl@37489
   906
  let ?N = "(UNIV :: 'n set)"
hoelzl@37489
   907
  have fM: "finite ?M" by simp
hoelzl@37489
   908
  have "?rhs = (setsum (\<lambda>i.(x$i) *\<^sub>R f (cart_basis i) ) ?M)$j"
hoelzl@37489
   909
    unfolding vector_smult_component[symmetric] smult_conv_scaleR
hoelzl@37489
   910
    unfolding setsum_component[of "(\<lambda>i.(x$i) *\<^sub>R f (cart_basis i :: real^'m))" ?M]
hoelzl@37489
   911
    ..
hoelzl@37489
   912
  then show ?thesis unfolding linear_setsum_mul[OF lf fM, symmetric] basis_expansion' ..
hoelzl@37489
   913
qed
hoelzl@37489
   914
hoelzl@37489
   915
text{* Inverse matrices  (not necessarily square) *}
hoelzl@37489
   916
hoelzl@37489
   917
definition "invertible(A::'a::semiring_1^'n^'m) \<longleftrightarrow> (\<exists>A'::'a^'m^'n. A ** A' = mat 1 \<and> A' ** A = mat 1)"
hoelzl@37489
   918
hoelzl@37489
   919
definition "matrix_inv(A:: 'a::semiring_1^'n^'m) =
hoelzl@37489
   920
        (SOME A'::'a^'m^'n. A ** A' = mat 1 \<and> A' ** A = mat 1)"
hoelzl@37489
   921
hoelzl@37489
   922
text{* Correspondence between matrices and linear operators. *}
hoelzl@37489
   923
hoelzl@37489
   924
definition matrix:: "('a::{plus,times, one, zero}^'m \<Rightarrow> 'a ^ 'n) \<Rightarrow> 'a^'m^'n"
hoelzl@37489
   925
where "matrix f = (\<chi> i j. (f(cart_basis j))$i)"
hoelzl@37489
   926
hoelzl@37489
   927
lemma matrix_vector_mul_linear: "linear(\<lambda>x. A *v (x::real ^ _))"
hoelzl@37489
   928
  by (simp add: linear_def matrix_vector_mult_def Cart_eq field_simps setsum_right_distrib setsum_addf)
hoelzl@37489
   929
hoelzl@37489
   930
lemma matrix_works: assumes lf: "linear f" shows "matrix f *v x = f (x::real ^ 'n)"
hoelzl@37489
   931
apply (simp add: matrix_def matrix_vector_mult_def Cart_eq mult_commute)
hoelzl@37489
   932
apply clarify
hoelzl@37489
   933
apply (rule linear_componentwise[OF lf, symmetric])
hoelzl@37489
   934
done
hoelzl@37489
   935
hoelzl@37489
   936
lemma matrix_vector_mul: "linear f ==> f = (\<lambda>x. matrix f *v (x::real ^ 'n))" by (simp add: ext matrix_works)
hoelzl@37489
   937
hoelzl@37489
   938
lemma matrix_of_matrix_vector_mul: "matrix(\<lambda>x. A *v (x :: real ^ 'n)) = A"
hoelzl@37489
   939
  by (simp add: matrix_eq matrix_vector_mul_linear matrix_works)
hoelzl@37489
   940
hoelzl@37489
   941
lemma matrix_compose:
hoelzl@37489
   942
  assumes lf: "linear (f::real^'n \<Rightarrow> real^'m)"
hoelzl@37489
   943
  and lg: "linear (g::real^'m \<Rightarrow> real^_)"
hoelzl@37489
   944
  shows "matrix (g o f) = matrix g ** matrix f"
hoelzl@37489
   945
  using lf lg linear_compose[OF lf lg] matrix_works[OF linear_compose[OF lf lg]]
hoelzl@37489
   946
  by (simp  add: matrix_eq matrix_works matrix_vector_mul_assoc[symmetric] o_def)
hoelzl@37489
   947
hoelzl@37489
   948
lemma matrix_vector_column:"(A::'a::comm_semiring_1^'n^_) *v x = setsum (\<lambda>i. (x$i) *s ((transpose A)$i)) (UNIV:: 'n set)"
hoelzl@37489
   949
  by (simp add: matrix_vector_mult_def transpose_def Cart_eq mult_commute)
hoelzl@37489
   950
hoelzl@37489
   951
lemma adjoint_matrix: "adjoint(\<lambda>x. (A::real^'n^'m) *v x) = (\<lambda>x. transpose A *v x)"
hoelzl@37489
   952
  apply (rule adjoint_unique)
hoelzl@37489
   953
  apply (simp add: transpose_def inner_vector_def matrix_vector_mult_def setsum_left_distrib setsum_right_distrib)
hoelzl@37489
   954
  apply (subst setsum_commute)
hoelzl@37489
   955
  apply (auto simp add: mult_ac)
hoelzl@37489
   956
  done
hoelzl@37489
   957
hoelzl@37489
   958
lemma matrix_adjoint: assumes lf: "linear (f :: real^'n \<Rightarrow> real ^'m)"
hoelzl@37489
   959
  shows "matrix(adjoint f) = transpose(matrix f)"
hoelzl@37489
   960
  apply (subst matrix_vector_mul[OF lf])
hoelzl@37489
   961
  unfolding adjoint_matrix matrix_of_matrix_vector_mul ..
hoelzl@37489
   962
hoelzl@37494
   963
section {* lambda skolemization on cartesian products *}
hoelzl@37489
   964
hoelzl@37489
   965
(* FIXME: rename do choice_cart *)
hoelzl@37489
   966
hoelzl@37489
   967
lemma lambda_skolem: "(\<forall>i. \<exists>x. P i x) \<longleftrightarrow>
hoelzl@37494
   968
   (\<exists>x::'a ^ 'n. \<forall>i. P i (x $ i))" (is "?lhs \<longleftrightarrow> ?rhs")
hoelzl@37489
   969
proof-
hoelzl@37489
   970
  let ?S = "(UNIV :: 'n set)"
hoelzl@37489
   971
  {assume H: "?rhs"
hoelzl@37489
   972
    then have ?lhs by auto}
hoelzl@37489
   973
  moreover
hoelzl@37489
   974
  {assume H: "?lhs"
hoelzl@37489
   975
    then obtain f where f:"\<forall>i. P i (f i)" unfolding choice_iff by metis
hoelzl@37489
   976
    let ?x = "(\<chi> i. (f i)) :: 'a ^ 'n"
hoelzl@37489
   977
    {fix i
hoelzl@37489
   978
      from f have "P i (f i)" by metis
hoelzl@37494
   979
      then have "P i (?x $ i)" by auto
hoelzl@37489
   980
    }
hoelzl@37489
   981
    hence "\<forall>i. P i (?x$i)" by metis
hoelzl@37489
   982
    hence ?rhs by metis }
hoelzl@37489
   983
  ultimately show ?thesis by metis
hoelzl@37489
   984
qed
hoelzl@37489
   985
hoelzl@37489
   986
subsection {* Standard bases are a spanning set, and obviously finite. *}
hoelzl@37489
   987
hoelzl@37489
   988
lemma span_stdbasis:"span {cart_basis i :: real^'n | i. i \<in> (UNIV :: 'n set)} = UNIV"
nipkow@39535
   989
apply (rule set_eqI)
hoelzl@37489
   990
apply auto
hoelzl@37489
   991
apply (subst basis_expansion'[symmetric])
hoelzl@37489
   992
apply (rule span_setsum)
hoelzl@37489
   993
apply simp
hoelzl@37489
   994
apply auto
hoelzl@37489
   995
apply (rule span_mul)
hoelzl@37489
   996
apply (rule span_superset)
hoelzl@37489
   997
apply (auto simp add: Collect_def mem_def)
hoelzl@37489
   998
done
hoelzl@37489
   999
hoelzl@37489
  1000
lemma finite_stdbasis: "finite {cart_basis i ::real^'n |i. i\<in> (UNIV:: 'n set)}" (is "finite ?S")
hoelzl@37489
  1001
proof-
hoelzl@37489
  1002
  have eq: "?S = cart_basis ` UNIV" by blast
hoelzl@37489
  1003
  show ?thesis unfolding eq by auto
hoelzl@37489
  1004
qed
hoelzl@37489
  1005
hoelzl@37489
  1006
lemma card_stdbasis: "card {cart_basis i ::real^'n |i. i\<in> (UNIV :: 'n set)} = CARD('n)" (is "card ?S = _")
hoelzl@37489
  1007
proof-
hoelzl@37489
  1008
  have eq: "?S = cart_basis ` UNIV" by blast
hoelzl@37489
  1009
  show ?thesis unfolding eq using card_image[OF basis_inj] by simp
hoelzl@37489
  1010
qed
hoelzl@37489
  1011
hoelzl@37489
  1012
hoelzl@37489
  1013
lemma independent_stdbasis_lemma:
hoelzl@37489
  1014
  assumes x: "(x::real ^ 'n) \<in> span (cart_basis ` S)"
hoelzl@37489
  1015
  and iS: "i \<notin> S"
hoelzl@37489
  1016
  shows "(x$i) = 0"
hoelzl@37489
  1017
proof-
hoelzl@37489
  1018
  let ?U = "UNIV :: 'n set"
hoelzl@37489
  1019
  let ?B = "cart_basis ` S"
hoelzl@37489
  1020
  let ?P = "\<lambda>(x::real^_). \<forall>i\<in> ?U. i \<notin> S \<longrightarrow> x$i =0"
hoelzl@37489
  1021
 {fix x::"real^_" assume xS: "x\<in> ?B"
hoelzl@37489
  1022
   from xS have "?P x" by auto}
hoelzl@37489
  1023
 moreover
hoelzl@37489
  1024
 have "subspace ?P"
hoelzl@37489
  1025
   by (auto simp add: subspace_def Collect_def mem_def)
hoelzl@37489
  1026
 ultimately show ?thesis
hoelzl@37489
  1027
   using x span_induct[of ?B ?P x] iS by blast
hoelzl@37489
  1028
qed
hoelzl@37489
  1029
hoelzl@37489
  1030
lemma independent_stdbasis: "independent {cart_basis i ::real^'n |i. i\<in> (UNIV :: 'n set)}"
hoelzl@37489
  1031
proof-
hoelzl@37489
  1032
  let ?I = "UNIV :: 'n set"
hoelzl@37489
  1033
  let ?b = "cart_basis :: _ \<Rightarrow> real ^'n"
hoelzl@37489
  1034
  let ?B = "?b ` ?I"
hoelzl@37489
  1035
  have eq: "{?b i|i. i \<in> ?I} = ?B"
hoelzl@37489
  1036
    by auto
hoelzl@37489
  1037
  {assume d: "dependent ?B"
hoelzl@37489
  1038
    then obtain k where k: "k \<in> ?I" "?b k \<in> span (?B - {?b k})"
hoelzl@37489
  1039
      unfolding dependent_def by auto
hoelzl@37489
  1040
    have eq1: "?B - {?b k} = ?B - ?b ` {k}"  by simp
hoelzl@37489
  1041
    have eq2: "?B - {?b k} = ?b ` (?I - {k})"
hoelzl@37489
  1042
      unfolding eq1
hoelzl@37489
  1043
      apply (rule inj_on_image_set_diff[symmetric])
hoelzl@37489
  1044
      apply (rule basis_inj) using k(1) by auto
hoelzl@37489
  1045
    from k(2) have th0: "?b k \<in> span (?b ` (?I - {k}))" unfolding eq2 .
hoelzl@37489
  1046
    from independent_stdbasis_lemma[OF th0, of k, simplified]
hoelzl@37489
  1047
    have False by simp}
hoelzl@37489
  1048
  then show ?thesis unfolding eq dependent_def ..
hoelzl@37489
  1049
qed
hoelzl@37489
  1050
hoelzl@37489
  1051
lemma vector_sub_project_orthogonal_cart: "(b::real^'n) \<bullet> (x - ((b \<bullet> x) / (b \<bullet> b)) *s b) = 0"
hoelzl@37489
  1052
  unfolding inner_simps smult_conv_scaleR by auto
hoelzl@37489
  1053
hoelzl@37489
  1054
lemma linear_eq_stdbasis_cart:
hoelzl@37489
  1055
  assumes lf: "linear (f::real^'m \<Rightarrow> _)" and lg: "linear g"
hoelzl@37489
  1056
  and fg: "\<forall>i. f (cart_basis i) = g(cart_basis i)"
hoelzl@37489
  1057
  shows "f = g"
hoelzl@37489
  1058
proof-
hoelzl@37489
  1059
  let ?U = "UNIV :: 'm set"
hoelzl@37489
  1060
  let ?I = "{cart_basis i:: real^'m|i. i \<in> ?U}"
hoelzl@37489
  1061
  {fix x assume x: "x \<in> (UNIV :: (real^'m) set)"
hoelzl@37489
  1062
    from equalityD2[OF span_stdbasis]
hoelzl@37489
  1063
    have IU: " (UNIV :: (real^'m) set) \<subseteq> span ?I" by blast
hoelzl@37489
  1064
    from linear_eq[OF lf lg IU] fg x
hoelzl@37489
  1065
    have "f x = g x" unfolding Collect_def  Ball_def mem_def by metis}
hoelzl@37489
  1066
  then show ?thesis by (auto intro: ext)
hoelzl@37489
  1067
qed
hoelzl@37489
  1068
hoelzl@37489
  1069
lemma bilinear_eq_stdbasis_cart:
hoelzl@37489
  1070
  assumes bf: "bilinear (f:: real^'m \<Rightarrow> real^'n \<Rightarrow> _)"
hoelzl@37489
  1071
  and bg: "bilinear g"
hoelzl@37489
  1072
  and fg: "\<forall>i j. f (cart_basis i) (cart_basis j) = g (cart_basis i) (cart_basis j)"
hoelzl@37489
  1073
  shows "f = g"
hoelzl@37489
  1074
proof-
hoelzl@37489
  1075
  from fg have th: "\<forall>x \<in> {cart_basis i| i. i\<in> (UNIV :: 'm set)}. \<forall>y\<in>  {cart_basis j |j. j \<in> (UNIV :: 'n set)}. f x y = g x y" by blast
hoelzl@37489
  1076
  from bilinear_eq[OF bf bg equalityD2[OF span_stdbasis] equalityD2[OF span_stdbasis] th] show ?thesis by (blast intro: ext)
hoelzl@37489
  1077
qed
hoelzl@37489
  1078
hoelzl@37489
  1079
lemma left_invertible_transpose:
hoelzl@37489
  1080
  "(\<exists>(B). B ** transpose (A) = mat (1::'a::comm_semiring_1)) \<longleftrightarrow> (\<exists>(B). A ** B = mat 1)"
hoelzl@37489
  1081
  by (metis matrix_transpose_mul transpose_mat transpose_transpose)
hoelzl@37489
  1082
hoelzl@37489
  1083
lemma right_invertible_transpose:
hoelzl@37489
  1084
  "(\<exists>(B). transpose (A) ** B = mat (1::'a::comm_semiring_1)) \<longleftrightarrow> (\<exists>(B). B ** A = mat 1)"
hoelzl@37489
  1085
  by (metis matrix_transpose_mul transpose_mat transpose_transpose)
hoelzl@37489
  1086
hoelzl@37489
  1087
lemma matrix_left_invertible_injective:
hoelzl@37489
  1088
"(\<exists>B. (B::real^'m^'n) ** (A::real^'n^'m) = mat 1) \<longleftrightarrow> (\<forall>x y. A *v x = A *v y \<longrightarrow> x = y)"
hoelzl@37489
  1089
proof-
hoelzl@37489
  1090
  {fix B:: "real^'m^'n" and x y assume B: "B ** A = mat 1" and xy: "A *v x = A*v y"
hoelzl@37489
  1091
    from xy have "B*v (A *v x) = B *v (A*v y)" by simp
hoelzl@37489
  1092
    hence "x = y"
hoelzl@37489
  1093
      unfolding matrix_vector_mul_assoc B matrix_vector_mul_lid .}
hoelzl@37489
  1094
  moreover
hoelzl@37489
  1095
  {assume A: "\<forall>x y. A *v x = A *v y \<longrightarrow> x = y"
hoelzl@37489
  1096
    hence i: "inj (op *v A)" unfolding inj_on_def by auto
hoelzl@37489
  1097
    from linear_injective_left_inverse[OF matrix_vector_mul_linear i]
hoelzl@37489
  1098
    obtain g where g: "linear g" "g o op *v A = id" by blast
hoelzl@37489
  1099
    have "matrix g ** A = mat 1"
hoelzl@37489
  1100
      unfolding matrix_eq matrix_vector_mul_lid matrix_vector_mul_assoc[symmetric] matrix_works[OF g(1)]
hoelzl@37489
  1101
      using g(2) by (simp add: o_def id_def stupid_ext)
hoelzl@37489
  1102
    then have "\<exists>B. (B::real ^'m^'n) ** A = mat 1" by blast}
hoelzl@37489
  1103
  ultimately show ?thesis by blast
hoelzl@37489
  1104
qed
hoelzl@37489
  1105
hoelzl@37489
  1106
lemma matrix_left_invertible_ker:
hoelzl@37489
  1107
  "(\<exists>B. (B::real ^'m^'n) ** (A::real^'n^'m) = mat 1) \<longleftrightarrow> (\<forall>x. A *v x = 0 \<longrightarrow> x = 0)"
hoelzl@37489
  1108
  unfolding matrix_left_invertible_injective
hoelzl@37489
  1109
  using linear_injective_0[OF matrix_vector_mul_linear, of A]
hoelzl@37489
  1110
  by (simp add: inj_on_def)
hoelzl@37489
  1111
hoelzl@37489
  1112
lemma matrix_right_invertible_surjective:
hoelzl@37489
  1113
"(\<exists>B. (A::real^'n^'m) ** (B::real^'m^'n) = mat 1) \<longleftrightarrow> surj (\<lambda>x. A *v x)"
hoelzl@37489
  1114
proof-
hoelzl@37489
  1115
  {fix B :: "real ^'m^'n"  assume AB: "A ** B = mat 1"
hoelzl@37489
  1116
    {fix x :: "real ^ 'm"
hoelzl@37489
  1117
      have "A *v (B *v x) = x"
hoelzl@37489
  1118
        by (simp add: matrix_vector_mul_lid matrix_vector_mul_assoc AB)}
hoelzl@37489
  1119
    hence "surj (op *v A)" unfolding surj_def by metis }
hoelzl@37489
  1120
  moreover
hoelzl@37489
  1121
  {assume sf: "surj (op *v A)"
hoelzl@37489
  1122
    from linear_surjective_right_inverse[OF matrix_vector_mul_linear sf]
hoelzl@37489
  1123
    obtain g:: "real ^'m \<Rightarrow> real ^'n" where g: "linear g" "op *v A o g = id"
hoelzl@37489
  1124
      by blast
hoelzl@37489
  1125
hoelzl@37489
  1126
    have "A ** (matrix g) = mat 1"
hoelzl@37489
  1127
      unfolding matrix_eq  matrix_vector_mul_lid
hoelzl@37489
  1128
        matrix_vector_mul_assoc[symmetric] matrix_works[OF g(1)]
hoelzl@37489
  1129
      using g(2) unfolding o_def stupid_ext[symmetric] id_def
hoelzl@37489
  1130
      .
hoelzl@37489
  1131
    hence "\<exists>B. A ** (B::real^'m^'n) = mat 1" by blast
hoelzl@37489
  1132
  }
hoelzl@37489
  1133
  ultimately show ?thesis unfolding surj_def by blast
hoelzl@37489
  1134
qed
hoelzl@37489
  1135
hoelzl@37489
  1136
lemma matrix_left_invertible_independent_columns:
hoelzl@37489
  1137
  fixes A :: "real^'n^'m"
hoelzl@37489
  1138
  shows "(\<exists>(B::real ^'m^'n). B ** A = mat 1) \<longleftrightarrow> (\<forall>c. setsum (\<lambda>i. c i *s column i A) (UNIV :: 'n set) = 0 \<longrightarrow> (\<forall>i. c i = 0))"
hoelzl@37489
  1139
   (is "?lhs \<longleftrightarrow> ?rhs")
hoelzl@37489
  1140
proof-
hoelzl@37489
  1141
  let ?U = "UNIV :: 'n set"
hoelzl@37489
  1142
  {assume k: "\<forall>x. A *v x = 0 \<longrightarrow> x = 0"
hoelzl@37489
  1143
    {fix c i assume c: "setsum (\<lambda>i. c i *s column i A) ?U = 0"
hoelzl@37489
  1144
      and i: "i \<in> ?U"
hoelzl@37489
  1145
      let ?x = "\<chi> i. c i"
hoelzl@37489
  1146
      have th0:"A *v ?x = 0"
hoelzl@37489
  1147
        using c
hoelzl@37489
  1148
        unfolding matrix_mult_vsum Cart_eq
hoelzl@37489
  1149
        by auto
hoelzl@37489
  1150
      from k[rule_format, OF th0] i
hoelzl@37489
  1151
      have "c i = 0" by (vector Cart_eq)}
hoelzl@37489
  1152
    hence ?rhs by blast}
hoelzl@37489
  1153
  moreover
hoelzl@37489
  1154
  {assume H: ?rhs
hoelzl@37489
  1155
    {fix x assume x: "A *v x = 0"
hoelzl@37489
  1156
      let ?c = "\<lambda>i. ((x$i ):: real)"
hoelzl@37489
  1157
      from H[rule_format, of ?c, unfolded matrix_mult_vsum[symmetric], OF x]
hoelzl@37489
  1158
      have "x = 0" by vector}}
hoelzl@37489
  1159
  ultimately show ?thesis unfolding matrix_left_invertible_ker by blast
hoelzl@37489
  1160
qed
hoelzl@37489
  1161
hoelzl@37489
  1162
lemma matrix_right_invertible_independent_rows:
hoelzl@37489
  1163
  fixes A :: "real^'n^'m"
hoelzl@37489
  1164
  shows "(\<exists>(B::real^'m^'n). A ** B = mat 1) \<longleftrightarrow> (\<forall>c. setsum (\<lambda>i. c i *s row i A) (UNIV :: 'm set) = 0 \<longrightarrow> (\<forall>i. c i = 0))"
hoelzl@37489
  1165
  unfolding left_invertible_transpose[symmetric]
hoelzl@37489
  1166
    matrix_left_invertible_independent_columns
hoelzl@37489
  1167
  by (simp add: column_transpose)
hoelzl@37489
  1168
hoelzl@37489
  1169
lemma matrix_right_invertible_span_columns:
hoelzl@37489
  1170
  "(\<exists>(B::real ^'n^'m). (A::real ^'m^'n) ** B = mat 1) \<longleftrightarrow> span (columns A) = UNIV" (is "?lhs = ?rhs")
hoelzl@37489
  1171
proof-
hoelzl@37489
  1172
  let ?U = "UNIV :: 'm set"
hoelzl@37489
  1173
  have fU: "finite ?U" by simp
hoelzl@37489
  1174
  have lhseq: "?lhs \<longleftrightarrow> (\<forall>y. \<exists>(x::real^'m). setsum (\<lambda>i. (x$i) *s column i A) ?U = y)"
hoelzl@37489
  1175
    unfolding matrix_right_invertible_surjective matrix_mult_vsum surj_def
hoelzl@37489
  1176
    apply (subst eq_commute) ..
hoelzl@37489
  1177
  have rhseq: "?rhs \<longleftrightarrow> (\<forall>x. x \<in> span (columns A))" by blast
hoelzl@37489
  1178
  {assume h: ?lhs
hoelzl@37489
  1179
    {fix x:: "real ^'n"
hoelzl@37489
  1180
        from h[unfolded lhseq, rule_format, of x] obtain y:: "real ^'m"
hoelzl@37489
  1181
          where y: "setsum (\<lambda>i. (y$i) *s column i A) ?U = x" by blast
hoelzl@37489
  1182
        have "x \<in> span (columns A)"
hoelzl@37489
  1183
          unfolding y[symmetric]
hoelzl@37489
  1184
          apply (rule span_setsum[OF fU])
hoelzl@37489
  1185
          apply clarify
hoelzl@37489
  1186
          unfolding smult_conv_scaleR
hoelzl@37489
  1187
          apply (rule span_mul)
hoelzl@37489
  1188
          apply (rule span_superset)
hoelzl@37489
  1189
          unfolding columns_def
hoelzl@37489
  1190
          by blast}
hoelzl@37489
  1191
    then have ?rhs unfolding rhseq by blast}
hoelzl@37489
  1192
  moreover
hoelzl@37489
  1193
  {assume h:?rhs
hoelzl@37489
  1194
    let ?P = "\<lambda>(y::real ^'n). \<exists>(x::real^'m). setsum (\<lambda>i. (x$i) *s column i A) ?U = y"
hoelzl@37489
  1195
    {fix y have "?P y"
hoelzl@37489
  1196
      proof(rule span_induct_alt[of ?P "columns A", folded smult_conv_scaleR])
hoelzl@37489
  1197
        show "\<exists>x\<Colon>real ^ 'm. setsum (\<lambda>i. (x$i) *s column i A) ?U = 0"
hoelzl@37489
  1198
          by (rule exI[where x=0], simp)
hoelzl@37489
  1199
      next
hoelzl@37489
  1200
        fix c y1 y2 assume y1: "y1 \<in> columns A" and y2: "?P y2"
hoelzl@37489
  1201
        from y1 obtain i where i: "i \<in> ?U" "y1 = column i A"
hoelzl@37489
  1202
          unfolding columns_def by blast
hoelzl@37489
  1203
        from y2 obtain x:: "real ^'m" where
hoelzl@37489
  1204
          x: "setsum (\<lambda>i. (x$i) *s column i A) ?U = y2" by blast
hoelzl@37489
  1205
        let ?x = "(\<chi> j. if j = i then c + (x$i) else (x$j))::real^'m"
hoelzl@37489
  1206
        show "?P (c*s y1 + y2)"
hoelzl@37489
  1207
          proof(rule exI[where x= "?x"], vector, auto simp add: i x[symmetric] if_distrib right_distrib cond_application_beta cong del: if_weak_cong)
hoelzl@37489
  1208
            fix j
hoelzl@37489
  1209
            have th: "\<forall>xa \<in> ?U. (if xa = i then (c + (x$i)) * ((column xa A)$j)
hoelzl@37489
  1210
           else (x$xa) * ((column xa A$j))) = (if xa = i then c * ((column i A)$j) else 0) + ((x$xa) * ((column xa A)$j))" using i(1)
hoelzl@37489
  1211
              by (simp add: field_simps)
hoelzl@37489
  1212
            have "setsum (\<lambda>xa. if xa = i then (c + (x$i)) * ((column xa A)$j)
hoelzl@37489
  1213
           else (x$xa) * ((column xa A$j))) ?U = setsum (\<lambda>xa. (if xa = i then c * ((column i A)$j) else 0) + ((x$xa) * ((column xa A)$j))) ?U"
hoelzl@37489
  1214
              apply (rule setsum_cong[OF refl])
hoelzl@37489
  1215
              using th by blast
hoelzl@37489
  1216
            also have "\<dots> = setsum (\<lambda>xa. if xa = i then c * ((column i A)$j) else 0) ?U + setsum (\<lambda>xa. ((x$xa) * ((column xa A)$j))) ?U"
hoelzl@37489
  1217
              by (simp add: setsum_addf)
hoelzl@37489
  1218
            also have "\<dots> = c * ((column i A)$j) + setsum (\<lambda>xa. ((x$xa) * ((column xa A)$j))) ?U"
hoelzl@37489
  1219
              unfolding setsum_delta[OF fU]
hoelzl@37489
  1220
              using i(1) by simp
hoelzl@37489
  1221
            finally show "setsum (\<lambda>xa. if xa = i then (c + (x$i)) * ((column xa A)$j)
hoelzl@37489
  1222
           else (x$xa) * ((column xa A$j))) ?U = c * ((column i A)$j) + setsum (\<lambda>xa. ((x$xa) * ((column xa A)$j))) ?U" .
hoelzl@37489
  1223
          qed
hoelzl@37489
  1224
        next
hoelzl@37489
  1225
          show "y \<in> span (columns A)" unfolding h by blast
hoelzl@37489
  1226
        qed}
hoelzl@37489
  1227
    then have ?lhs unfolding lhseq ..}
hoelzl@37489
  1228
  ultimately show ?thesis by blast
hoelzl@37489
  1229
qed
hoelzl@37489
  1230
hoelzl@37489
  1231
lemma matrix_left_invertible_span_rows:
hoelzl@37489
  1232
  "(\<exists>(B::real^'m^'n). B ** (A::real^'n^'m) = mat 1) \<longleftrightarrow> span (rows A) = UNIV"
hoelzl@37489
  1233
  unfolding right_invertible_transpose[symmetric]
hoelzl@37489
  1234
  unfolding columns_transpose[symmetric]
hoelzl@37489
  1235
  unfolding matrix_right_invertible_span_columns
hoelzl@37489
  1236
 ..
hoelzl@37489
  1237
hoelzl@37489
  1238
text {* The same result in terms of square matrices. *}
hoelzl@37489
  1239
hoelzl@37489
  1240
lemma matrix_left_right_inverse:
hoelzl@37489
  1241
  fixes A A' :: "real ^'n^'n"
hoelzl@37489
  1242
  shows "A ** A' = mat 1 \<longleftrightarrow> A' ** A = mat 1"
hoelzl@37489
  1243
proof-
hoelzl@37489
  1244
  {fix A A' :: "real ^'n^'n" assume AA': "A ** A' = mat 1"
hoelzl@37489
  1245
    have sA: "surj (op *v A)"
hoelzl@37489
  1246
      unfolding surj_def
hoelzl@37489
  1247
      apply clarify
hoelzl@37489
  1248
      apply (rule_tac x="(A' *v y)" in exI)
hoelzl@37489
  1249
      by (simp add: matrix_vector_mul_assoc AA' matrix_vector_mul_lid)
hoelzl@37489
  1250
    from linear_surjective_isomorphism[OF matrix_vector_mul_linear sA]
hoelzl@37489
  1251
    obtain f' :: "real ^'n \<Rightarrow> real ^'n"
hoelzl@37489
  1252
      where f': "linear f'" "\<forall>x. f' (A *v x) = x" "\<forall>x. A *v f' x = x" by blast
hoelzl@37489
  1253
    have th: "matrix f' ** A = mat 1"
hoelzl@37489
  1254
      by (simp add: matrix_eq matrix_works[OF f'(1)] matrix_vector_mul_assoc[symmetric] matrix_vector_mul_lid f'(2)[rule_format])
hoelzl@37489
  1255
    hence "(matrix f' ** A) ** A' = mat 1 ** A'" by simp
hoelzl@37489
  1256
    hence "matrix f' = A'" by (simp add: matrix_mul_assoc[symmetric] AA' matrix_mul_rid matrix_mul_lid)
hoelzl@37489
  1257
    hence "matrix f' ** A = A' ** A" by simp
hoelzl@37489
  1258
    hence "A' ** A = mat 1" by (simp add: th)}
hoelzl@37489
  1259
  then show ?thesis by blast
hoelzl@37489
  1260
qed
hoelzl@37489
  1261
hoelzl@37489
  1262
text {* Considering an n-element vector as an n-by-1 or 1-by-n matrix. *}
hoelzl@37489
  1263
hoelzl@37489
  1264
definition "rowvector v = (\<chi> i j. (v$j))"
hoelzl@37489
  1265
hoelzl@37489
  1266
definition "columnvector v = (\<chi> i j. (v$i))"
hoelzl@37489
  1267
hoelzl@37489
  1268
lemma transpose_columnvector:
hoelzl@37489
  1269
 "transpose(columnvector v) = rowvector v"
hoelzl@37489
  1270
  by (simp add: transpose_def rowvector_def columnvector_def Cart_eq)
hoelzl@37489
  1271
hoelzl@37489
  1272
lemma transpose_rowvector: "transpose(rowvector v) = columnvector v"
hoelzl@37489
  1273
  by (simp add: transpose_def columnvector_def rowvector_def Cart_eq)
hoelzl@37489
  1274
hoelzl@37489
  1275
lemma dot_rowvector_columnvector:
hoelzl@37489
  1276
  "columnvector (A *v v) = A ** columnvector v"
hoelzl@37489
  1277
  by (vector columnvector_def matrix_matrix_mult_def matrix_vector_mult_def)
hoelzl@37489
  1278
hoelzl@37489
  1279
lemma dot_matrix_product: "(x::real^'n) \<bullet> y = (((rowvector x ::real^'n^1) ** (columnvector y :: real^1^'n))$1)$1"
hoelzl@37489
  1280
  by (vector matrix_matrix_mult_def rowvector_def columnvector_def inner_vector_def)
hoelzl@37489
  1281
hoelzl@37489
  1282
lemma dot_matrix_vector_mul:
hoelzl@37489
  1283
  fixes A B :: "real ^'n ^'n" and x y :: "real ^'n"
hoelzl@37489
  1284
  shows "(A *v x) \<bullet> (B *v y) =
hoelzl@37489
  1285
      (((rowvector x :: real^'n^1) ** ((transpose A ** B) ** (columnvector y :: real ^1^'n)))$1)$1"
hoelzl@37489
  1286
unfolding dot_matrix_product transpose_columnvector[symmetric]
hoelzl@37489
  1287
  dot_rowvector_columnvector matrix_transpose_mul matrix_mul_assoc ..
hoelzl@37489
  1288
hoelzl@37489
  1289
hoelzl@37489
  1290
lemma infnorm_cart:"infnorm (x::real^'n) = Sup {abs(x$i) |i. i\<in> (UNIV :: 'n set)}"
hoelzl@37489
  1291
  unfolding infnorm_def apply(rule arg_cong[where f=Sup]) apply safe
hoelzl@37489
  1292
  apply(rule_tac x="\<pi> i" in exI) defer
hoelzl@37489
  1293
  apply(rule_tac x="\<pi>' i" in exI) unfolding nth_conv_component using pi'_range by auto
hoelzl@37489
  1294
hoelzl@37489
  1295
lemma infnorm_set_image_cart:
hoelzl@37489
  1296
  "{abs(x$i) |i. i\<in> (UNIV :: _ set)} =
hoelzl@37489
  1297
  (\<lambda>i. abs(x$i)) ` (UNIV)" by blast
hoelzl@37489
  1298
hoelzl@37489
  1299
lemma infnorm_set_lemma_cart:
hoelzl@37489
  1300
  shows "finite {abs((x::'a::abs ^'n)$i) |i. i\<in> (UNIV :: 'n set)}"
hoelzl@37489
  1301
  and "{abs(x$i) |i. i\<in> (UNIV :: 'n::finite set)} \<noteq> {}"
hoelzl@37489
  1302
  unfolding  infnorm_set_image_cart
nipkow@41030
  1303
  by auto
hoelzl@37489
  1304
hoelzl@37489
  1305
lemma component_le_infnorm_cart:
hoelzl@37489
  1306
  shows "\<bar>x$i\<bar> \<le> infnorm (x::real^'n)"
hoelzl@37489
  1307
  unfolding nth_conv_component
hoelzl@37489
  1308
  using component_le_infnorm[of x] .
hoelzl@37489
  1309
hoelzl@37489
  1310
instance cart :: (perfect_space, finite) perfect_space
hoelzl@37489
  1311
proof
hoelzl@37489
  1312
  fix x :: "'a ^ 'b"
hoelzl@37489
  1313
  {
hoelzl@37489
  1314
    fix e :: real assume "0 < e"
hoelzl@37489
  1315
    def a \<equiv> "x $ undefined"
hoelzl@37489
  1316
    have "a islimpt UNIV" by (rule islimpt_UNIV)
hoelzl@37489
  1317
    with `0 < e` obtain b where "b \<noteq> a" and "dist b a < e"
hoelzl@37489
  1318
      unfolding islimpt_approachable by auto
hoelzl@37489
  1319
    def y \<equiv> "Cart_lambda ((Cart_nth x)(undefined := b))"
hoelzl@37489
  1320
    from `b \<noteq> a` have "y \<noteq> x"
hoelzl@37489
  1321
      unfolding a_def y_def by (simp add: Cart_eq)
hoelzl@37489
  1322
    from `dist b a < e` have "dist y x < e"
hoelzl@37489
  1323
      unfolding dist_vector_def a_def y_def
hoelzl@37489
  1324
      apply simp
hoelzl@37489
  1325
      apply (rule le_less_trans [OF setL2_le_setsum [OF zero_le_dist]])
hoelzl@37489
  1326
      apply (subst setsum_diff1' [where a=undefined], simp, simp, simp)
hoelzl@37489
  1327
      done
hoelzl@37489
  1328
    from `y \<noteq> x` and `dist y x < e`
hoelzl@37489
  1329
    have "\<exists>y\<in>UNIV. y \<noteq> x \<and> dist y x < e" by auto
hoelzl@37489
  1330
  }
hoelzl@37489
  1331
  then show "x islimpt UNIV" unfolding islimpt_approachable by blast
hoelzl@37489
  1332
qed
hoelzl@37489
  1333
hoelzl@37489
  1334
lemma closed_positive_orthant: "closed {x::real^'n. \<forall>i. 0 \<le>x$i}"
hoelzl@37489
  1335
proof-
hoelzl@37489
  1336
  let ?U = "UNIV :: 'n set"
hoelzl@37489
  1337
  let ?O = "{x::real^'n. \<forall>i. x$i\<ge>0}"
hoelzl@37489
  1338
  {fix x:: "real^'n" and i::'n assume H: "\<forall>e>0. \<exists>x'\<in>?O. x' \<noteq> x \<and> dist x' x < e"
hoelzl@37489
  1339
    and xi: "x$i < 0"
hoelzl@37489
  1340
    from xi have th0: "-x$i > 0" by arith
hoelzl@37489
  1341
    from H[rule_format, OF th0] obtain x' where x': "x' \<in>?O" "x' \<noteq> x" "dist x' x < -x $ i" by blast
hoelzl@37489
  1342
      have th:" \<And>b a (x::real). abs x <= b \<Longrightarrow> b <= a ==> ~(a + x < 0)" by arith
hoelzl@37489
  1343
      have th': "\<And>x (y::real). x < 0 \<Longrightarrow> 0 <= y ==> abs x <= abs (y - x)" by arith
hoelzl@37489
  1344
      have th1: "\<bar>x$i\<bar> \<le> \<bar>(x' - x)$i\<bar>" using x'(1) xi
hoelzl@37489
  1345
        apply (simp only: vector_component)
hoelzl@37489
  1346
        by (rule th') auto
hoelzl@37489
  1347
      have th2: "\<bar>dist x x'\<bar> \<ge> \<bar>(x' - x)$i\<bar>" using  component_le_norm_cart[of "x'-x" i]
hoelzl@37489
  1348
        apply (simp add: dist_norm) by norm
hoelzl@37489
  1349
      from th[OF th1 th2] x'(3) have False by (simp add: dist_commute) }
hoelzl@37489
  1350
  then show ?thesis unfolding closed_limpt islimpt_approachable
hoelzl@37489
  1351
    unfolding not_le[symmetric] by blast
hoelzl@37489
  1352
qed
hoelzl@37489
  1353
lemma Lim_component_cart:
hoelzl@37489
  1354
  fixes f :: "'a \<Rightarrow> 'b::metric_space ^ 'n"
hoelzl@37489
  1355
  shows "(f ---> l) net \<Longrightarrow> ((\<lambda>a. f a $i) ---> l$i) net"
hoelzl@37489
  1356
  unfolding tendsto_iff
hoelzl@37489
  1357
  apply (clarify)
hoelzl@37489
  1358
  apply (drule spec, drule (1) mp)
hoelzl@37489
  1359
  apply (erule eventually_elim1)
hoelzl@37489
  1360
  apply (erule le_less_trans [OF dist_nth_le_cart])
hoelzl@37489
  1361
  done
hoelzl@37489
  1362
hoelzl@37489
  1363
lemma bounded_component_cart: "bounded s \<Longrightarrow> bounded ((\<lambda>x. x $ i) ` s)"
hoelzl@37489
  1364
unfolding bounded_def
hoelzl@37489
  1365
apply clarify
hoelzl@37489
  1366
apply (rule_tac x="x $ i" in exI)
hoelzl@37489
  1367
apply (rule_tac x="e" in exI)
hoelzl@37489
  1368
apply clarify
hoelzl@37489
  1369
apply (rule order_trans [OF dist_nth_le_cart], simp)
hoelzl@37489
  1370
done
hoelzl@37489
  1371
hoelzl@37489
  1372
lemma compact_lemma_cart:
hoelzl@37489
  1373
  fixes f :: "nat \<Rightarrow> 'a::heine_borel ^ 'n"
hoelzl@37489
  1374
  assumes "bounded s" and "\<forall>n. f n \<in> s"
hoelzl@37489
  1375
  shows "\<forall>d.
hoelzl@37489
  1376
        \<exists>l r. subseq r \<and>
hoelzl@37489
  1377
        (\<forall>e>0. eventually (\<lambda>n. \<forall>i\<in>d. dist (f (r n) $ i) (l $ i) < e) sequentially)"
hoelzl@37489
  1378
proof
hoelzl@37489
  1379
  fix d::"'n set" have "finite d" by simp
hoelzl@37489
  1380
  thus "\<exists>l::'a ^ 'n. \<exists>r. subseq r \<and>
hoelzl@37489
  1381
      (\<forall>e>0. eventually (\<lambda>n. \<forall>i\<in>d. dist (f (r n) $ i) (l $ i) < e) sequentially)"
hoelzl@37489
  1382
  proof(induct d) case empty thus ?case unfolding subseq_def by auto
hoelzl@37489
  1383
  next case (insert k d)
hoelzl@37489
  1384
    have s': "bounded ((\<lambda>x. x $ k) ` s)" using `bounded s` by (rule bounded_component_cart)
hoelzl@37489
  1385
    obtain l1::"'a^'n" and r1 where r1:"subseq r1" and lr1:"\<forall>e>0. eventually (\<lambda>n. \<forall>i\<in>d. dist (f (r1 n) $ i) (l1 $ i) < e) sequentially"
hoelzl@37489
  1386
      using insert(3) by auto
hoelzl@37489
  1387
    have f': "\<forall>n. f (r1 n) $ k \<in> (\<lambda>x. x $ k) ` s" using `\<forall>n. f n \<in> s` by simp
hoelzl@37489
  1388
    obtain l2 r2 where r2:"subseq r2" and lr2:"((\<lambda>i. f (r1 (r2 i)) $ k) ---> l2) sequentially"
hoelzl@37489
  1389
      using bounded_imp_convergent_subsequence[OF s' f'] unfolding o_def by auto
hoelzl@37489
  1390
    def r \<equiv> "r1 \<circ> r2" have r:"subseq r"
hoelzl@37489
  1391
      using r1 and r2 unfolding r_def o_def subseq_def by auto
hoelzl@37489
  1392
    moreover
hoelzl@37489
  1393
    def l \<equiv> "(\<chi> i. if i = k then l2 else l1$i)::'a^'n"
hoelzl@37489
  1394
    { fix e::real assume "e>0"
hoelzl@37489
  1395
      from lr1 `e>0` have N1:"eventually (\<lambda>n. \<forall>i\<in>d. dist (f (r1 n) $ i) (l1 $ i) < e) sequentially" by blast
hoelzl@37489
  1396
      from lr2 `e>0` have N2:"eventually (\<lambda>n. dist (f (r1 (r2 n)) $ k) l2 < e) sequentially" by (rule tendstoD)
hoelzl@37489
  1397
      from r2 N1 have N1': "eventually (\<lambda>n. \<forall>i\<in>d. dist (f (r1 (r2 n)) $ i) (l1 $ i) < e) sequentially"
hoelzl@37489
  1398
        by (rule eventually_subseq)
hoelzl@37489
  1399
      have "eventually (\<lambda>n. \<forall>i\<in>(insert k d). dist (f (r n) $ i) (l $ i) < e) sequentially"
hoelzl@37489
  1400
        using N1' N2 by (rule eventually_elim2, simp add: l_def r_def)
hoelzl@37489
  1401
    }
hoelzl@37489
  1402
    ultimately show ?case by auto
hoelzl@37489
  1403
  qed
hoelzl@37489
  1404
qed
hoelzl@37489
  1405
hoelzl@37489
  1406
instance cart :: (heine_borel, finite) heine_borel
hoelzl@37489
  1407
proof
hoelzl@37489
  1408
  fix s :: "('a ^ 'b) set" and f :: "nat \<Rightarrow> 'a ^ 'b"
hoelzl@37489
  1409
  assume s: "bounded s" and f: "\<forall>n. f n \<in> s"
hoelzl@37489
  1410
  then obtain l r where r: "subseq r"
hoelzl@37489
  1411
    and l: "\<forall>e>0. eventually (\<lambda>n. \<forall>i\<in>UNIV. dist (f (r n) $ i) (l $ i) < e) sequentially"
hoelzl@37489
  1412
    using compact_lemma_cart [OF s f] by blast
hoelzl@37489
  1413
  let ?d = "UNIV::'b set"
hoelzl@37489
  1414
  { fix e::real assume "e>0"
hoelzl@37489
  1415
    hence "0 < e / (real_of_nat (card ?d))"
hoelzl@37489
  1416
      using zero_less_card_finite using divide_pos_pos[of e, of "real_of_nat (card ?d)"] by auto
hoelzl@37489
  1417
    with l have "eventually (\<lambda>n. \<forall>i. dist (f (r n) $ i) (l $ i) < e / (real_of_nat (card ?d))) sequentially"
hoelzl@37489
  1418
      by simp
hoelzl@37489
  1419
    moreover
hoelzl@37489
  1420
    { fix n assume n: "\<forall>i. dist (f (r n) $ i) (l $ i) < e / (real_of_nat (card ?d))"
hoelzl@37489
  1421
      have "dist (f (r n)) l \<le> (\<Sum>i\<in>?d. dist (f (r n) $ i) (l $ i))"
hoelzl@37489
  1422
        unfolding dist_vector_def using zero_le_dist by (rule setL2_le_setsum)
hoelzl@37489
  1423
      also have "\<dots> < (\<Sum>i\<in>?d. e / (real_of_nat (card ?d)))"
hoelzl@37489
  1424
        by (rule setsum_strict_mono) (simp_all add: n)
hoelzl@37489
  1425
      finally have "dist (f (r n)) l < e" by simp
hoelzl@37489
  1426
    }
hoelzl@37489
  1427
    ultimately have "eventually (\<lambda>n. dist (f (r n)) l < e) sequentially"
hoelzl@37489
  1428
      by (rule eventually_elim1)
hoelzl@37489
  1429
  }
hoelzl@37489
  1430
  hence *:"((f \<circ> r) ---> l) sequentially" unfolding o_def tendsto_iff by simp
hoelzl@37489
  1431
  with r show "\<exists>l r. subseq r \<and> ((f \<circ> r) ---> l) sequentially" by auto
hoelzl@37489
  1432
qed
hoelzl@37489
  1433
hoelzl@37489
  1434
lemma continuous_at_component: "continuous (at a) (\<lambda>x. x $ i)"
hoelzl@37489
  1435
unfolding continuous_at by (intro tendsto_intros)
hoelzl@37489
  1436
hoelzl@37489
  1437
lemma continuous_on_component: "continuous_on s (\<lambda>x. x $ i)"
hoelzl@37489
  1438
unfolding continuous_on_def by (intro ballI tendsto_intros)
hoelzl@37489
  1439
hoelzl@37489
  1440
lemma interval_cart: fixes a :: "'a::ord^'n" shows
hoelzl@37489
  1441
  "{a <..< b} = {x::'a^'n. \<forall>i. a$i < x$i \<and> x$i < b$i}" and
hoelzl@37489
  1442
  "{a .. b} = {x::'a^'n. \<forall>i. a$i \<le> x$i \<and> x$i \<le> b$i}"
nipkow@39535
  1443
  by (auto simp add: set_eq_iff vector_less_def vector_le_def)
hoelzl@37489
  1444
hoelzl@37489
  1445
lemma mem_interval_cart: fixes a :: "'a::ord^'n" shows
hoelzl@37489
  1446
  "x \<in> {a<..<b} \<longleftrightarrow> (\<forall>i. a$i < x$i \<and> x$i < b$i)"
hoelzl@37489
  1447
  "x \<in> {a .. b} \<longleftrightarrow> (\<forall>i. a$i \<le> x$i \<and> x$i \<le> b$i)"
nipkow@39535
  1448
  using interval_cart[of a b] by(auto simp add: set_eq_iff vector_less_def vector_le_def)
hoelzl@37489
  1449
hoelzl@37489
  1450
lemma interval_eq_empty_cart: fixes a :: "real^'n" shows
hoelzl@37489
  1451
 "({a <..< b} = {} \<longleftrightarrow> (\<exists>i. b$i \<le> a$i))" (is ?th1) and
hoelzl@37489
  1452
 "({a  ..  b} = {} \<longleftrightarrow> (\<exists>i. b$i < a$i))" (is ?th2)
hoelzl@37489
  1453
proof-
hoelzl@37489
  1454
  { fix i x assume as:"b$i \<le> a$i" and x:"x\<in>{a <..< b}"
hoelzl@37489
  1455
    hence "a $ i < x $ i \<and> x $ i < b $ i" unfolding mem_interval_cart by auto
hoelzl@37489
  1456
    hence "a$i < b$i" by auto
hoelzl@37489
  1457
    hence False using as by auto  }
hoelzl@37489
  1458
  moreover
hoelzl@37489
  1459
  { assume as:"\<forall>i. \<not> (b$i \<le> a$i)"
hoelzl@37489
  1460
    let ?x = "(1/2) *\<^sub>R (a + b)"
hoelzl@37489
  1461
    { fix i
hoelzl@37489
  1462
      have "a$i < b$i" using as[THEN spec[where x=i]] by auto
hoelzl@37489
  1463
      hence "a$i < ((1/2) *\<^sub>R (a+b)) $ i" "((1/2) *\<^sub>R (a+b)) $ i < b$i"
hoelzl@37489
  1464
        unfolding vector_smult_component and vector_add_component
hoelzl@37489
  1465
        by auto  }
hoelzl@37489
  1466
    hence "{a <..< b} \<noteq> {}" using mem_interval_cart(1)[of "?x" a b] by auto  }
hoelzl@37489
  1467
  ultimately show ?th1 by blast
hoelzl@37489
  1468
hoelzl@37489
  1469
  { fix i x assume as:"b$i < a$i" and x:"x\<in>{a .. b}"
hoelzl@37489
  1470
    hence "a $ i \<le> x $ i \<and> x $ i \<le> b $ i" unfolding mem_interval_cart by auto
hoelzl@37489
  1471
    hence "a$i \<le> b$i" by auto
hoelzl@37489
  1472
    hence False using as by auto  }
hoelzl@37489
  1473
  moreover
hoelzl@37489
  1474
  { assume as:"\<forall>i. \<not> (b$i < a$i)"
hoelzl@37489
  1475
    let ?x = "(1/2) *\<^sub>R (a + b)"
hoelzl@37489
  1476
    { fix i
hoelzl@37489
  1477
      have "a$i \<le> b$i" using as[THEN spec[where x=i]] by auto
hoelzl@37489
  1478
      hence "a$i \<le> ((1/2) *\<^sub>R (a+b)) $ i" "((1/2) *\<^sub>R (a+b)) $ i \<le> b$i"
hoelzl@37489
  1479
        unfolding vector_smult_component and vector_add_component
hoelzl@37489
  1480
        by auto  }
hoelzl@37489
  1481
    hence "{a .. b} \<noteq> {}" using mem_interval_cart(2)[of "?x" a b] by auto  }
hoelzl@37489
  1482
  ultimately show ?th2 by blast
hoelzl@37489
  1483
qed
hoelzl@37489
  1484
hoelzl@37489
  1485
lemma interval_ne_empty_cart: fixes a :: "real^'n" shows
hoelzl@37489
  1486
  "{a  ..  b} \<noteq> {} \<longleftrightarrow> (\<forall>i. a$i \<le> b$i)" and
hoelzl@37489
  1487
  "{a <..< b} \<noteq> {} \<longleftrightarrow> (\<forall>i. a$i < b$i)"
hoelzl@37489
  1488
  unfolding interval_eq_empty_cart[of a b] by (auto simp add: not_less not_le)
hoelzl@37489
  1489
    (* BH: Why doesn't just "auto" work here? *)
hoelzl@37489
  1490
hoelzl@37489
  1491
lemma subset_interval_imp_cart: fixes a :: "real^'n" shows
hoelzl@37489
  1492
 "(\<forall>i. a$i \<le> c$i \<and> d$i \<le> b$i) \<Longrightarrow> {c .. d} \<subseteq> {a .. b}" and
hoelzl@37489
  1493
 "(\<forall>i. a$i < c$i \<and> d$i < b$i) \<Longrightarrow> {c .. d} \<subseteq> {a<..<b}" and
hoelzl@37489
  1494
 "(\<forall>i. a$i \<le> c$i \<and> d$i \<le> b$i) \<Longrightarrow> {c<..<d} \<subseteq> {a .. b}" and
hoelzl@37489
  1495
 "(\<forall>i. a$i \<le> c$i \<and> d$i \<le> b$i) \<Longrightarrow> {c<..<d} \<subseteq> {a<..<b}"
hoelzl@37489
  1496
  unfolding subset_eq[unfolded Ball_def] unfolding mem_interval_cart
hoelzl@37489
  1497
  by (auto intro: order_trans less_le_trans le_less_trans less_imp_le) (* BH: Why doesn't just "auto" work here? *)
hoelzl@37489
  1498
hoelzl@37489
  1499
lemma interval_sing: fixes a :: "'a::linorder^'n" shows
hoelzl@37489
  1500
 "{a .. a} = {a} \<and> {a<..<a} = {}"
nipkow@39535
  1501
apply(auto simp add: set_eq_iff vector_less_def vector_le_def Cart_eq)
hoelzl@37489
  1502
apply (simp add: order_eq_iff)
hoelzl@37489
  1503
apply (auto simp add: not_less less_imp_le)
hoelzl@37489
  1504
done
hoelzl@37489
  1505
hoelzl@37489
  1506
lemma interval_open_subset_closed_cart:  fixes a :: "'a::preorder^'n" shows
hoelzl@37489
  1507
 "{a<..<b} \<subseteq> {a .. b}"
hoelzl@37489
  1508
proof(simp add: subset_eq, rule)
hoelzl@37489
  1509
  fix x
hoelzl@37489
  1510
  assume x:"x \<in>{a<..<b}"
hoelzl@37489
  1511
  { fix i
hoelzl@37489
  1512
    have "a $ i \<le> x $ i"
hoelzl@37489
  1513
      using x order_less_imp_le[of "a$i" "x$i"]
nipkow@39535
  1514
      by(simp add: set_eq_iff vector_less_def vector_le_def Cart_eq)
hoelzl@37489
  1515
  }
hoelzl@37489
  1516
  moreover
hoelzl@37489
  1517
  { fix i
hoelzl@37489
  1518
    have "x $ i \<le> b $ i"
hoelzl@37489
  1519
      using x order_less_imp_le[of "x$i" "b$i"]
nipkow@39535
  1520
      by(simp add: set_eq_iff vector_less_def vector_le_def Cart_eq)
hoelzl@37489
  1521
  }
hoelzl@37489
  1522
  ultimately
hoelzl@37489
  1523
  show "a \<le> x \<and> x \<le> b"
nipkow@39535
  1524
    by(simp add: set_eq_iff vector_less_def vector_le_def Cart_eq)
hoelzl@37489
  1525
qed
hoelzl@37489
  1526
hoelzl@37489
  1527
lemma subset_interval_cart: fixes a :: "real^'n" shows
hoelzl@37489
  1528
 "{c .. d} \<subseteq> {a .. b} \<longleftrightarrow> (\<forall>i. c$i \<le> d$i) --> (\<forall>i. a$i \<le> c$i \<and> d$i \<le> b$i)" (is ?th1) and
hoelzl@37489
  1529
 "{c .. d} \<subseteq> {a<..<b} \<longleftrightarrow> (\<forall>i. c$i \<le> d$i) --> (\<forall>i. a$i < c$i \<and> d$i < b$i)" (is ?th2) and
hoelzl@37489
  1530
 "{c<..<d} \<subseteq> {a .. b} \<longleftrightarrow> (\<forall>i. c$i < d$i) --> (\<forall>i. a$i \<le> c$i \<and> d$i \<le> b$i)" (is ?th3) and
hoelzl@37489
  1531
 "{c<..<d} \<subseteq> {a<..<b} \<longleftrightarrow> (\<forall>i. c$i < d$i) --> (\<forall>i. a$i \<le> c$i \<and> d$i \<le> b$i)" (is ?th4)
hoelzl@37489
  1532
  using subset_interval[of c d a b] by (simp_all add: cart_simps real_euclidean_nth)
hoelzl@37489
  1533
hoelzl@37489
  1534
lemma disjoint_interval_cart: fixes a::"real^'n" shows
hoelzl@37489
  1535
  "{a .. b} \<inter> {c .. d} = {} \<longleftrightarrow> (\<exists>i. (b$i < a$i \<or> d$i < c$i \<or> b$i < c$i \<or> d$i < a$i))" (is ?th1) and
hoelzl@37489
  1536
  "{a .. b} \<inter> {c<..<d} = {} \<longleftrightarrow> (\<exists>i. (b$i < a$i \<or> d$i \<le> c$i \<or> b$i \<le> c$i \<or> d$i \<le> a$i))" (is ?th2) and
hoelzl@37489
  1537
  "{a<..<b} \<inter> {c .. d} = {} \<longleftrightarrow> (\<exists>i. (b$i \<le> a$i \<or> d$i < c$i \<or> b$i \<le> c$i \<or> d$i \<le> a$i))" (is ?th3) and
hoelzl@37489
  1538
  "{a<..<b} \<inter> {c<..<d} = {} \<longleftrightarrow> (\<exists>i. (b$i \<le> a$i \<or> d$i \<le> c$i \<or> b$i \<le> c$i \<or> d$i \<le> a$i))" (is ?th4)
hoelzl@37489
  1539
  using disjoint_interval[of a b c d] by (simp_all add: cart_simps real_euclidean_nth)
hoelzl@37489
  1540
hoelzl@37489
  1541
lemma inter_interval_cart: fixes a :: "'a::linorder^'n" shows
hoelzl@37489
  1542
 "{a .. b} \<inter> {c .. d} =  {(\<chi> i. max (a$i) (c$i)) .. (\<chi> i. min (b$i) (d$i))}"
nipkow@39535
  1543
  unfolding set_eq_iff and Int_iff and mem_interval_cart
hoelzl@37489
  1544
  by auto
hoelzl@37489
  1545
hoelzl@37489
  1546
lemma closed_interval_left_cart: fixes b::"real^'n"
hoelzl@37489
  1547
  shows "closed {x::real^'n. \<forall>i. x$i \<le> b$i}"
hoelzl@37489
  1548
proof-
hoelzl@37489
  1549
  { fix i
hoelzl@37489
  1550
    fix x::"real^'n" assume x:"\<forall>e>0. \<exists>x'\<in>{x. \<forall>i. x $ i \<le> b $ i}. x' \<noteq> x \<and> dist x' x < e"
hoelzl@37489
  1551
    { assume "x$i > b$i"
hoelzl@37489
  1552
      then obtain y where "y $ i \<le> b $ i"  "y \<noteq> x"  "dist y x < x$i - b$i" using x[THEN spec[where x="x$i - b$i"]] by auto
hoelzl@37489
  1553
      hence False using component_le_norm_cart[of "y - x" i] unfolding dist_norm and vector_minus_component by auto   }
hoelzl@37489
  1554
    hence "x$i \<le> b$i" by(rule ccontr)auto  }
hoelzl@37489
  1555
  thus ?thesis unfolding closed_limpt unfolding islimpt_approachable by blast
hoelzl@37489
  1556
qed
hoelzl@37489
  1557
hoelzl@37489
  1558
lemma closed_interval_right_cart: fixes a::"real^'n"
hoelzl@37489
  1559
  shows "closed {x::real^'n. \<forall>i. a$i \<le> x$i}"
hoelzl@37489
  1560
proof-
hoelzl@37489
  1561
  { fix i
hoelzl@37489
  1562
    fix x::"real^'n" assume x:"\<forall>e>0. \<exists>x'\<in>{x. \<forall>i. a $ i \<le> x $ i}. x' \<noteq> x \<and> dist x' x < e"
hoelzl@37489
  1563
    { assume "a$i > x$i"
hoelzl@37489
  1564
      then obtain y where "a $ i \<le> y $ i"  "y \<noteq> x"  "dist y x < a$i - x$i" using x[THEN spec[where x="a$i - x$i"]] by auto
hoelzl@37489
  1565
      hence False using component_le_norm_cart[of "y - x" i] unfolding dist_norm and vector_minus_component by auto   }
hoelzl@37489
  1566
    hence "a$i \<le> x$i" by(rule ccontr)auto  }
hoelzl@37489
  1567
  thus ?thesis unfolding closed_limpt unfolding islimpt_approachable by blast
hoelzl@37489
  1568
qed
hoelzl@37489
  1569
hoelzl@37489
  1570
lemma is_interval_cart:"is_interval (s::(real^'n) set) \<longleftrightarrow>
hoelzl@37489
  1571
  (\<forall>a\<in>s. \<forall>b\<in>s. \<forall>x. (\<forall>i. ((a$i \<le> x$i \<and> x$i \<le> b$i) \<or> (b$i \<le> x$i \<and> x$i \<le> a$i))) \<longrightarrow> x \<in> s)"
hoelzl@37489
  1572
  unfolding is_interval_def Ball_def by (simp add: cart_simps real_euclidean_nth)
hoelzl@37489
  1573
hoelzl@37489
  1574
lemma closed_halfspace_component_le_cart:
hoelzl@37489
  1575
  shows "closed {x::real^'n. x$i \<le> a}"
hoelzl@37489
  1576
  using closed_halfspace_le[of "(cart_basis i)::real^'n" a] unfolding inner_basis[OF assms] by auto
hoelzl@37489
  1577
hoelzl@37489
  1578
lemma closed_halfspace_component_ge_cart:
hoelzl@37489
  1579
  shows "closed {x::real^'n. x$i \<ge> a}"
hoelzl@37489
  1580
  using closed_halfspace_ge[of a "(cart_basis i)::real^'n"] unfolding inner_basis[OF assms] by auto
hoelzl@37489
  1581
hoelzl@37489
  1582
lemma open_halfspace_component_lt_cart:
hoelzl@37489
  1583
  shows "open {x::real^'n. x$i < a}"
hoelzl@37489
  1584
  using open_halfspace_lt[of "(cart_basis i)::real^'n" a] unfolding inner_basis[OF assms] by auto
hoelzl@37489
  1585
hoelzl@37489
  1586
lemma open_halfspace_component_gt_cart:
hoelzl@37489
  1587
  shows "open {x::real^'n. x$i  > a}"
hoelzl@37489
  1588
  using open_halfspace_gt[of a "(cart_basis i)::real^'n"] unfolding inner_basis[OF assms] by auto
hoelzl@37489
  1589
hoelzl@37489
  1590
lemma Lim_component_le_cart: fixes f :: "'a \<Rightarrow> real^'n"
hoelzl@37489
  1591
  assumes "(f ---> l) net" "\<not> (trivial_limit net)"  "eventually (\<lambda>x. f(x)$i \<le> b) net"
hoelzl@37489
  1592
  shows "l$i \<le> b"
hoelzl@37489
  1593
proof-
hoelzl@37489
  1594
  { fix x have "x \<in> {x::real^'n. inner (cart_basis i) x \<le> b} \<longleftrightarrow> x$i \<le> b" unfolding inner_basis by auto } note * = this
hoelzl@37489
  1595
  show ?thesis using Lim_in_closed_set[of "{x. inner (cart_basis i) x \<le> b}" f net l] unfolding *
hoelzl@37489
  1596
    using closed_halfspace_le[of "(cart_basis i)::real^'n" b] and assms(1,2,3) by auto
hoelzl@37489
  1597
qed
hoelzl@37489
  1598
hoelzl@37489
  1599
lemma Lim_component_ge_cart: fixes f :: "'a \<Rightarrow> real^'n"
hoelzl@37489
  1600
  assumes "(f ---> l) net"  "\<not> (trivial_limit net)"  "eventually (\<lambda>x. b \<le> (f x)$i) net"
hoelzl@37489
  1601
  shows "b \<le> l$i"
hoelzl@37489
  1602
proof-
hoelzl@37489
  1603
  { fix x have "x \<in> {x::real^'n. inner (cart_basis i) x \<ge> b} \<longleftrightarrow> x$i \<ge> b" unfolding inner_basis by auto } note * = this
hoelzl@37489
  1604
  show ?thesis using Lim_in_closed_set[of "{x. inner (cart_basis i) x \<ge> b}" f net l] unfolding *
hoelzl@37489
  1605
    using closed_halfspace_ge[of b "(cart_basis i)::real^'n"] and assms(1,2,3) by auto
hoelzl@37489
  1606
qed
hoelzl@37489
  1607
hoelzl@37489
  1608
lemma Lim_component_eq_cart: fixes f :: "'a \<Rightarrow> real^'n"
hoelzl@37489
  1609
  assumes net:"(f ---> l) net" "~(trivial_limit net)" and ev:"eventually (\<lambda>x. f(x)$i = b) net"
hoelzl@37489
  1610
  shows "l$i = b"
hoelzl@37489
  1611
  using ev[unfolded order_eq_iff eventually_and] using Lim_component_ge_cart[OF net, of b i] and
hoelzl@37489
  1612
    Lim_component_le_cart[OF net, of i b] by auto
hoelzl@37489
  1613
hoelzl@37489
  1614
lemma connected_ivt_component_cart: fixes x::"real^'n" shows
hoelzl@37489
  1615
 "connected s \<Longrightarrow> x \<in> s \<Longrightarrow> y \<in> s \<Longrightarrow> x$k \<le> a \<Longrightarrow> a \<le> y$k \<Longrightarrow> (\<exists>z\<in>s.  z$k = a)"
hoelzl@37489
  1616
  using connected_ivt_hyperplane[of s x y "(cart_basis k)::real^'n" a] by (auto simp add: inner_basis)
hoelzl@37489
  1617
hoelzl@37489
  1618
lemma subspace_substandard_cart:
hoelzl@37489
  1619
 "subspace {x::real^_. (\<forall>i. P i \<longrightarrow> x$i = 0)}"
hoelzl@37489
  1620
  unfolding subspace_def by auto
hoelzl@37489
  1621
hoelzl@37489
  1622
lemma closed_substandard_cart:
hoelzl@37489
  1623
 "closed {x::real^'n. \<forall>i. P i --> x$i = 0}" (is "closed ?A")
hoelzl@37489
  1624
proof-
hoelzl@37489
  1625
  let ?D = "{i. P i}"
hoelzl@37489
  1626
  let ?Bs = "{{x::real^'n. inner (cart_basis i) x = 0}| i. i \<in> ?D}"
hoelzl@37489
  1627
  { fix x
hoelzl@37489
  1628
    { assume "x\<in>?A"
hoelzl@37489
  1629
      hence x:"\<forall>i\<in>?D. x $ i = 0" by auto
hoelzl@37489
  1630
      hence "x\<in> \<Inter> ?Bs" by(auto simp add: inner_basis x) }
hoelzl@37489
  1631
    moreover
hoelzl@37489
  1632
    { assume x:"x\<in>\<Inter>?Bs"
hoelzl@37489
  1633
      { fix i assume i:"i \<in> ?D"
hoelzl@37489
  1634
        then obtain B where BB:"B \<in> ?Bs" and B:"B = {x::real^'n. inner (cart_basis i) x = 0}" by auto
hoelzl@37489
  1635
        hence "x $ i = 0" unfolding B using x unfolding inner_basis by auto  }
hoelzl@37489
  1636
      hence "x\<in>?A" by auto }
hoelzl@37489
  1637
    ultimately have "x\<in>?A \<longleftrightarrow> x\<in> \<Inter>?Bs" .. }
hoelzl@37489
  1638
  hence "?A = \<Inter> ?Bs" by auto
hoelzl@37489
  1639
  thus ?thesis by(auto simp add: closed_Inter closed_hyperplane)
hoelzl@37489
  1640
qed
hoelzl@37489
  1641
hoelzl@37489
  1642
lemma dim_substandard_cart:
hoelzl@37489
  1643
  shows "dim {x::real^'n. \<forall>i. i \<notin> d \<longrightarrow> x$i = 0} = card d" (is "dim ?A = _")
hoelzl@37489
  1644
proof- have *:"{x. \<forall>i<DIM((real, 'n) cart). i \<notin> \<pi>' ` d \<longrightarrow> x $$ i = 0} = 
hoelzl@37489
  1645
    {x::real^'n. \<forall>i. i \<notin> d \<longrightarrow> x$i = 0}"apply safe
hoelzl@37489
  1646
    apply(erule_tac x="\<pi>' i" in allE) defer
hoelzl@37489
  1647
    apply(erule_tac x="\<pi> i" in allE)
hoelzl@37489
  1648
    unfolding image_iff real_euclidean_nth[symmetric] by (auto simp: pi'_inj[THEN inj_eq])
hoelzl@37489
  1649
  have " \<pi>' ` d \<subseteq> {..<DIM((real, 'n) cart)}" using pi'_range[where 'n='n] by auto
hoelzl@37489
  1650
  thus ?thesis using dim_substandard[of "\<pi>' ` d", where 'a="real^'n"] 
hoelzl@37489
  1651
    unfolding * using card_image[of "\<pi>'" d] using pi'_inj unfolding inj_on_def by auto
hoelzl@37489
  1652
qed
hoelzl@37489
  1653
hoelzl@37489
  1654
lemma affinity_inverses:
hoelzl@37489
  1655
  assumes m0: "m \<noteq> (0::'a::field)"
hoelzl@37489
  1656
  shows "(\<lambda>x. m *s x + c) o (\<lambda>x. inverse(m) *s x + (-(inverse(m) *s c))) = id"
hoelzl@37489
  1657
  "(\<lambda>x. inverse(m) *s x + (-(inverse(m) *s c))) o (\<lambda>x. m *s x + c) = id"
hoelzl@37489
  1658
  using m0
nipkow@39535
  1659
apply (auto simp add: fun_eq_iff vector_add_ldistrib)
hoelzl@37489
  1660
by (simp_all add: vector_smult_lneg[symmetric] vector_smult_assoc vector_sneg_minus1[symmetric])
hoelzl@37489
  1661
hoelzl@37489
  1662
lemma vector_affinity_eq:
hoelzl@37489
  1663
  assumes m0: "(m::'a::field) \<noteq> 0"
hoelzl@37489
  1664
  shows "m *s x + c = y \<longleftrightarrow> x = inverse m *s y + -(inverse m *s c)"
hoelzl@37489
  1665
proof
hoelzl@37489
  1666
  assume h: "m *s x + c = y"
hoelzl@37489
  1667
  hence "m *s x = y - c" by (simp add: field_simps)
hoelzl@37489
  1668
  hence "inverse m *s (m *s x) = inverse m *s (y - c)" by simp
hoelzl@37489
  1669
  then show "x = inverse m *s y + - (inverse m *s c)"
hoelzl@37489
  1670
    using m0 by (simp add: vector_smult_assoc vector_ssub_ldistrib)
hoelzl@37489
  1671
next
hoelzl@37489
  1672
  assume h: "x = inverse m *s y + - (inverse m *s c)"
hoelzl@37489
  1673
  show "m *s x + c = y" unfolding h diff_minus[symmetric]
hoelzl@37489
  1674
    using m0 by (simp add: vector_smult_assoc vector_ssub_ldistrib)
hoelzl@37489
  1675
qed
hoelzl@37489
  1676
hoelzl@37489
  1677
lemma vector_eq_affinity:
hoelzl@37489
  1678
 "(m::'a::field) \<noteq> 0 ==> (y = m *s x + c \<longleftrightarrow> inverse(m) *s y + -(inverse(m) *s c) = x)"
hoelzl@37489
  1679
  using vector_affinity_eq[where m=m and x=x and y=y and c=c]
hoelzl@37489
  1680
  by metis
hoelzl@37489
  1681
hoelzl@37489
  1682
lemma const_vector_cart:"((\<chi> i. d)::real^'n) = (\<chi>\<chi> i. d)"
hoelzl@37489
  1683
  apply(subst euclidean_eq)
hoelzl@37489
  1684
proof safe case goal1
hoelzl@37489
  1685
  hence *:"(basis i::real^'n) = cart_basis (\<pi> i)"
hoelzl@37489
  1686
    unfolding basis_real_n[THEN sym] by auto
hoelzl@37489
  1687
  have "((\<chi> i. d)::real^'n) $$ i = d" unfolding euclidean_component_def *
hoelzl@37489
  1688
    unfolding dot_basis by auto
hoelzl@37489
  1689
  thus ?case using goal1 by auto
hoelzl@37489
  1690
qed
hoelzl@37489
  1691
hoelzl@37489
  1692
section "Convex Euclidean Space"
hoelzl@37489
  1693
hoelzl@37489
  1694
lemma Cart_1:"(1::real^'n) = (\<chi>\<chi> i. 1)"
hoelzl@37489
  1695
  apply(subst euclidean_eq)
hoelzl@37489
  1696
proof safe case goal1 thus ?case using nth_conv_component[THEN sym,where i1="\<pi> i" and x1="1::real^'n"] by auto
hoelzl@37489
  1697
qed
hoelzl@37489
  1698
hoelzl@37489
  1699
declare vector_add_ldistrib[simp] vector_ssub_ldistrib[simp] vector_smult_assoc[simp] vector_smult_rneg[simp]
hoelzl@37489
  1700
declare vector_sadd_rdistrib[simp] vector_sub_rdistrib[simp]
hoelzl@37489
  1701
hoelzl@37489
  1702
lemmas vector_component_simps = vector_minus_component vector_smult_component vector_add_component vector_le_def Cart_lambda_beta basis_component vector_uminus_component
hoelzl@37489
  1703
hoelzl@37489
  1704
lemma convex_box_cart:
hoelzl@37489
  1705
  assumes "\<And>i. convex {x. P i x}"
hoelzl@37489
  1706
  shows "convex {x. \<forall>i. P i (x$i)}"
hoelzl@37489
  1707
  using assms unfolding convex_def by auto
hoelzl@37489
  1708
hoelzl@37489
  1709
lemma convex_positive_orthant_cart: "convex {x::real^'n. (\<forall>i. 0 \<le> x$i)}"
hoelzl@37489
  1710
  by (rule convex_box_cart) (simp add: atLeast_def[symmetric] convex_real_interval)
hoelzl@37489
  1711
hoelzl@37489
  1712
lemma unit_interval_convex_hull_cart:
hoelzl@37489
  1713
  "{0::real^'n .. 1} = convex hull {x. \<forall>i. (x$i = 0) \<or> (x$i = 1)}" (is "?int = convex hull ?points")
hoelzl@37489
  1714
  unfolding Cart_1 unit_interval_convex_hull[where 'a="real^'n"]
nipkow@39535
  1715
  apply(rule arg_cong[where f="\<lambda>x. convex hull x"]) apply(rule set_eqI) unfolding mem_Collect_eq
hoelzl@37489
  1716
  apply safe apply(erule_tac x="\<pi>' i" in allE) unfolding nth_conv_component defer
hoelzl@37489
  1717
  apply(erule_tac x="\<pi> i" in allE) by auto
hoelzl@37489
  1718
hoelzl@37489
  1719
lemma cube_convex_hull_cart:
hoelzl@37489
  1720
  assumes "0 < d" obtains s::"(real^'n) set" where "finite s" "{x - (\<chi> i. d) .. x + (\<chi> i. d)} = convex hull s" 
hoelzl@37489
  1721
proof- from cube_convex_hull[OF assms, where 'a="real^'n" and x=x] guess s . note s=this
hoelzl@37489
  1722
  show thesis apply(rule that[OF s(1)]) unfolding s(2)[THEN sym] const_vector_cart ..
hoelzl@37489
  1723
qed
hoelzl@37489
  1724
hoelzl@37489
  1725
lemma std_simplex_cart:
hoelzl@37489
  1726
  "(insert (0::real^'n) { cart_basis i | i. i\<in>UNIV}) =
hoelzl@37489
  1727
  (insert 0 { basis i | i. i<DIM((real,'n) cart)})"
hoelzl@37489
  1728
  apply(rule arg_cong[where f="\<lambda>s. (insert 0 s)"])
hoelzl@37489
  1729
  unfolding basis_real_n[THEN sym] apply safe
hoelzl@37489
  1730
  apply(rule_tac x="\<pi>' i" in exI) defer
hoelzl@37489
  1731
  apply(rule_tac x="\<pi> i" in exI) using pi'_range[where 'n='n] by auto
hoelzl@37489
  1732
hoelzl@37489
  1733
subsection "Brouwer Fixpoint"
hoelzl@37489
  1734
hoelzl@37489
  1735
lemma kuhn_labelling_lemma_cart:
hoelzl@37489
  1736
  assumes "(\<forall>x::real^_. P x \<longrightarrow> P (f x))"  "\<forall>x. P x \<longrightarrow> (\<forall>i. Q i \<longrightarrow> 0 \<le> x$i \<and> x$i \<le> 1)"
hoelzl@37489
  1737
  shows "\<exists>l. (\<forall>x i. l x i \<le> (1::nat)) \<and>
hoelzl@37489
  1738
             (\<forall>x i. P x \<and> Q i \<and> (x$i = 0) \<longrightarrow> (l x i = 0)) \<and>
hoelzl@37489
  1739
             (\<forall>x i. P x \<and> Q i \<and> (x$i = 1) \<longrightarrow> (l x i = 1)) \<and>
hoelzl@37489
  1740
             (\<forall>x i. P x \<and> Q i \<and> (l x i = 0) \<longrightarrow> x$i \<le> f(x)$i) \<and>
hoelzl@37489
  1741
             (\<forall>x i. P x \<and> Q i \<and> (l x i = 1) \<longrightarrow> f(x)$i \<le> x$i)" proof-
hoelzl@37489
  1742
  have and_forall_thm:"\<And>P Q. (\<forall>x. P x) \<and> (\<forall>x. Q x) \<longleftrightarrow> (\<forall>x. P x \<and> Q x)" by auto
hoelzl@37489
  1743
  have *:"\<forall>x y::real. 0 \<le> x \<and> x \<le> 1 \<and> 0 \<le> y \<and> y \<le> 1 \<longrightarrow> (x \<noteq> 1 \<and> x \<le> y \<or> x \<noteq> 0 \<and> y \<le> x)" by auto
hoelzl@37489
  1744
  show ?thesis unfolding and_forall_thm apply(subst choice_iff[THEN sym])+ proof(rule,rule) case goal1
hoelzl@37489
  1745
    let ?R = "\<lambda>y. (P x \<and> Q xa \<and> x $ xa = 0 \<longrightarrow> y = (0::nat)) \<and>
hoelzl@37489
  1746
        (P x \<and> Q xa \<and> x $ xa = 1 \<longrightarrow> y = 1) \<and> (P x \<and> Q xa \<and> y = 0 \<longrightarrow> x $ xa \<le> f x $ xa) \<and> (P x \<and> Q xa \<and> y = 1 \<longrightarrow> f x $ xa \<le> x $ xa)"
hoelzl@37489
  1747
    { assume "P x" "Q xa" hence "0 \<le> f x $ xa \<and> f x $ xa \<le> 1" using assms(2)[rule_format,of "f x" xa]
hoelzl@37489
  1748
        apply(drule_tac assms(1)[rule_format]) by auto }
hoelzl@37489
  1749
    hence "?R 0 \<or> ?R 1" by auto thus ?case by auto qed qed 
hoelzl@37489
  1750
hoelzl@37489
  1751
lemma interval_bij_cart:"interval_bij = (\<lambda> (a,b) (u,v) (x::real^'n).
hoelzl@37489
  1752
    (\<chi> i. u$i + (x$i - a$i) / (b$i - a$i) * (v$i - u$i))::real^'n)"
hoelzl@37489
  1753
  unfolding interval_bij_def apply(rule ext)+ apply safe
hoelzl@37489
  1754
  unfolding Cart_eq Cart_lambda_beta unfolding nth_conv_component
hoelzl@37489
  1755
  apply rule apply(subst euclidean_lambda_beta) using pi'_range by auto
hoelzl@37489
  1756
hoelzl@37489
  1757
lemma interval_bij_affine_cart:
hoelzl@37489
  1758
 "interval_bij (a,b) (u,v) = (\<lambda>x. (\<chi> i. (v$i - u$i) / (b$i - a$i) * x$i) +
hoelzl@37489
  1759
            (\<chi> i. u$i - (v$i - u$i) / (b$i - a$i) * a$i)::real^'n)"
hoelzl@37489
  1760
  apply rule unfolding Cart_eq interval_bij_cart vector_component_simps
hoelzl@37489
  1761
  by(auto simp add: field_simps add_divide_distrib[THEN sym]) 
hoelzl@37489
  1762
hoelzl@37489
  1763
subsection "Derivative"
hoelzl@37489
  1764
hoelzl@37489
  1765
lemma has_derivative_vmul_component_cart: fixes c::"real^'a \<Rightarrow> real^'b" and v::"real^'c"
hoelzl@37489
  1766
  assumes "(c has_derivative c') net"
hoelzl@37489
  1767
  shows "((\<lambda>x. c(x)$k *\<^sub>R v) has_derivative (\<lambda>x. (c' x)$k *\<^sub>R v)) net" 
hoelzl@37489
  1768
  using has_derivative_vmul_component[OF assms] 
hoelzl@37489
  1769
  unfolding nth_conv_component .
hoelzl@37489
  1770
hoelzl@37489
  1771
lemma differentiable_at_imp_differentiable_on: "(\<forall>x\<in>(s::(real^'n) set). f differentiable at x) \<Longrightarrow> f differentiable_on s"
hoelzl@37489
  1772
  unfolding differentiable_on_def by(auto intro!: differentiable_at_withinI)
hoelzl@37489
  1773
hoelzl@37489
  1774
definition "jacobian f net = matrix(frechet_derivative f net)"
hoelzl@37489
  1775
hoelzl@37489
  1776
lemma jacobian_works: "(f::(real^'a) \<Rightarrow> (real^'b)) differentiable net \<longleftrightarrow> (f has_derivative (\<lambda>h. (jacobian f net) *v h)) net"
hoelzl@37489
  1777
  apply rule unfolding jacobian_def apply(simp only: matrix_works[OF linear_frechet_derivative]) defer
hoelzl@37489
  1778
  apply(rule differentiableI) apply assumption unfolding frechet_derivative_works by assumption
hoelzl@37489
  1779
hoelzl@37489
  1780
subsection {* Component of the differential must be zero if it exists at a local        *)
hoelzl@37489
  1781
(* maximum or minimum for that corresponding component. *}
hoelzl@37489
  1782
hoelzl@37489
  1783
lemma differential_zero_maxmin_component: fixes f::"real^'a \<Rightarrow> real^'b"
hoelzl@37489
  1784
  assumes "0 < e" "((\<forall>y \<in> ball x e. (f y)$k \<le> (f x)$k) \<or> (\<forall>y\<in>ball x e. (f x)$k \<le> (f y)$k))"
hoelzl@37489
  1785
  "f differentiable (at x)" shows "jacobian f (at x) $ k = 0"
hoelzl@37489
  1786
(* FIXME: reuse proof of generic differential_zero_maxmin_component*)
hoelzl@37489
  1787
hoelzl@37489
  1788
proof(rule ccontr)
hoelzl@37489
  1789
  def D \<equiv> "jacobian f (at x)" assume "jacobian f (at x) $ k \<noteq> 0"
hoelzl@37489
  1790
  then obtain j where j:"D$k$j \<noteq> 0" unfolding Cart_eq D_def by auto
hoelzl@37489
  1791
  hence *:"abs (jacobian f (at x) $ k $ j) / 2 > 0" unfolding D_def by auto
hoelzl@37489
  1792
  note as = assms(3)[unfolded jacobian_works has_derivative_at_alt]
hoelzl@37489
  1793
  guess e' using as[THEN conjunct2,rule_format,OF *] .. note e' = this
hoelzl@37489
  1794
  guess d using real_lbound_gt_zero[OF assms(1) e'[THEN conjunct1]] .. note d = this
hoelzl@37489
  1795
  { fix c assume "abs c \<le> d" 
hoelzl@37489
  1796
    hence *:"norm (x + c *\<^sub>R cart_basis j - x) < e'" using norm_basis[of j] d by auto
hoelzl@37489
  1797
    have "\<bar>(f (x + c *\<^sub>R cart_basis j) - f x - D *v (c *\<^sub>R cart_basis j)) $ k\<bar> \<le> norm (f (x + c *\<^sub>R cart_basis j) - f x - D *v (c *\<^sub>R cart_basis j))" 
hoelzl@37489
  1798
      by(rule component_le_norm_cart)
hoelzl@37489
  1799
    also have "\<dots> \<le> \<bar>D $ k $ j\<bar> / 2 * \<bar>c\<bar>" using e'[THEN conjunct2,rule_format,OF *] and norm_basis[of j] unfolding D_def[symmetric] by auto
hoelzl@37489
  1800
    finally have "\<bar>(f (x + c *\<^sub>R cart_basis j) - f x - D *v (c *\<^sub>R cart_basis j)) $ k\<bar> \<le> \<bar>D $ k $ j\<bar> / 2 * \<bar>c\<bar>" by simp
hoelzl@37489
  1801
    hence "\<bar>f (x + c *\<^sub>R cart_basis j) $ k - f x $ k - c * D $ k $ j\<bar> \<le> \<bar>D $ k $ j\<bar> / 2 * \<bar>c\<bar>"
hoelzl@37489
  1802
      unfolding vector_component_simps matrix_vector_mul_component unfolding smult_conv_scaleR[symmetric] 
hoelzl@37489
  1803
      unfolding inner_simps dot_basis smult_conv_scaleR by simp  } note * = this
hoelzl@37489
  1804
  have "x + d *\<^sub>R cart_basis j \<in> ball x e" "x - d *\<^sub>R cart_basis j \<in> ball x e"
hoelzl@37489
  1805
    unfolding mem_ball dist_norm using norm_basis[of j] d by auto
hoelzl@37489
  1806
  hence **:"((f (x - d *\<^sub>R cart_basis j))$k \<le> (f x)$k \<and> (f (x + d *\<^sub>R cart_basis j))$k \<le> (f x)$k) \<or>
hoelzl@37489
  1807
         ((f (x - d *\<^sub>R cart_basis j))$k \<ge> (f x)$k \<and> (f (x + d *\<^sub>R cart_basis j))$k \<ge> (f x)$k)" using assms(2) by auto
hoelzl@37489
  1808
  have ***:"\<And>y y1 y2 d dx::real. (y1\<le>y\<and>y2\<le>y) \<or> (y\<le>y1\<and>y\<le>y2) \<Longrightarrow> d < abs dx \<Longrightarrow> abs(y1 - y - - dx) \<le> d \<Longrightarrow> (abs (y2 - y - dx) \<le> d) \<Longrightarrow> False" by arith
hoelzl@37489
  1809
  show False apply(rule ***[OF **, where dx="d * D $ k $ j" and d="\<bar>D $ k $ j\<bar> / 2 * \<bar>d\<bar>"]) 
hoelzl@37489
  1810
    using *[of "-d"] and *[of d] and d[THEN conjunct1] and j unfolding mult_minus_left
hoelzl@37489
  1811
    unfolding abs_mult diff_minus_eq_add scaleR.minus_left unfolding algebra_simps by (auto intro: mult_pos_pos)
hoelzl@37489
  1812
qed
hoelzl@37489
  1813
hoelzl@37494
  1814
subsection {* Lemmas for working on @{typ "real^1"} *}
hoelzl@37489
  1815
hoelzl@37489
  1816
lemma forall_1[simp]: "(\<forall>i::1. P i) \<longleftrightarrow> P 1"
hoelzl@37489
  1817
  by (metis num1_eq_iff)
hoelzl@37489
  1818
hoelzl@37489
  1819
lemma ex_1[simp]: "(\<exists>x::1. P x) \<longleftrightarrow> P 1"
hoelzl@37489
  1820
  by auto (metis num1_eq_iff)
hoelzl@37489
  1821
hoelzl@37489
  1822
lemma exhaust_2:
hoelzl@37489
  1823
  fixes x :: 2 shows "x = 1 \<or> x = 2"
hoelzl@37489
  1824
proof (induct x)
hoelzl@37489
  1825
  case (of_int z)
hoelzl@37489
  1826
  then have "0 <= z" and "z < 2" by simp_all
hoelzl@37489
  1827
  then have "z = 0 | z = 1" by arith
hoelzl@37489
  1828
  then show ?case by auto
hoelzl@37489
  1829
qed
hoelzl@37489
  1830
hoelzl@37489
  1831
lemma forall_2: "(\<forall>i::2. P i) \<longleftrightarrow> P 1 \<and> P 2"
hoelzl@37489
  1832
  by (metis exhaust_2)
hoelzl@37489
  1833
hoelzl@37489
  1834
lemma exhaust_3:
hoelzl@37489
  1835
  fixes x :: 3 shows "x = 1 \<or> x = 2 \<or> x = 3"
hoelzl@37489
  1836
proof (induct x)
hoelzl@37489
  1837
  case (of_int z)
hoelzl@37489
  1838
  then have "0 <= z" and "z < 3" by simp_all
hoelzl@37489
  1839
  then have "z = 0 \<or> z = 1 \<or> z = 2" by arith
hoelzl@37489
  1840
  then show ?case by auto
hoelzl@37489
  1841
qed
hoelzl@37489
  1842
hoelzl@37489
  1843
lemma forall_3: "(\<forall>i::3. P i) \<longleftrightarrow> P 1 \<and> P 2 \<and> P 3"
hoelzl@37489
  1844
  by (metis exhaust_3)
hoelzl@37489
  1845
hoelzl@37489
  1846
lemma UNIV_1 [simp]: "UNIV = {1::1}"
hoelzl@37489
  1847
  by (auto simp add: num1_eq_iff)
hoelzl@37489
  1848
hoelzl@37489
  1849
lemma UNIV_2: "UNIV = {1::2, 2::2}"
hoelzl@37489
  1850
  using exhaust_2 by auto
hoelzl@37489
  1851
hoelzl@37489
  1852
lemma UNIV_3: "UNIV = {1::3, 2::3, 3::3}"
hoelzl@37489
  1853
  using exhaust_3 by auto
hoelzl@37489
  1854
hoelzl@37489
  1855
lemma setsum_1: "setsum f (UNIV::1 set) = f 1"
hoelzl@37489
  1856
  unfolding UNIV_1 by simp
hoelzl@37489
  1857
hoelzl@37489
  1858
lemma setsum_2: "setsum f (UNIV::2 set) = f 1 + f 2"
hoelzl@37489
  1859
  unfolding UNIV_2 by simp
hoelzl@37489
  1860
hoelzl@37489
  1861
lemma setsum_3: "setsum f (UNIV::3 set) = f 1 + f 2 + f 3"
hoelzl@37489
  1862
  unfolding UNIV_3 by (simp add: add_ac)
hoelzl@37489
  1863
hoelzl@37489
  1864
instantiation num1 :: cart_one begin
hoelzl@37489
  1865
instance proof
hoelzl@37489
  1866
  show "CARD(1) = Suc 0" by auto
hoelzl@37489
  1867
qed end
hoelzl@37489
  1868
hoelzl@37489
  1869
(* "lift" from 'a to 'a^1 and "drop" from 'a^1 to 'a -- FIXME: potential use of transfer *)
hoelzl@37489
  1870
hoelzl@37489
  1871
abbreviation vec1:: "'a \<Rightarrow> 'a ^ 1" where "vec1 x \<equiv> vec x"
hoelzl@37489
  1872
hoelzl@37489
  1873
abbreviation dest_vec1:: "'a ^1 \<Rightarrow> 'a"
hoelzl@37489
  1874
  where "dest_vec1 x \<equiv> (x$1)"
hoelzl@37489
  1875
hoelzl@37489
  1876
lemma vec1_dest_vec1[simp]: "vec1(dest_vec1 x) = x" "dest_vec1(vec1 y) = y"
hoelzl@37489
  1877
  by (simp_all add:  Cart_eq)
hoelzl@37489
  1878
hoelzl@37489
  1879
lemma vec1_component[simp]: "(vec1 x)$1 = x"
hoelzl@37489
  1880
  by (simp_all add:  Cart_eq)
hoelzl@37489
  1881
hoelzl@37489
  1882
declare vec1_dest_vec1(1) [simp]
hoelzl@37489
  1883
hoelzl@37489
  1884
lemma forall_vec1: "(\<forall>x. P x) \<longleftrightarrow> (\<forall>x. P (vec1 x))"
hoelzl@37489
  1885
  by (metis vec1_dest_vec1(1))
hoelzl@37489
  1886
hoelzl@37489
  1887
lemma exists_vec1: "(\<exists>x. P x) \<longleftrightarrow> (\<exists>x. P(vec1 x))"
hoelzl@37489
  1888
  by (metis vec1_dest_vec1(1))
hoelzl@37489
  1889
hoelzl@37489
  1890
lemma vec1_eq[simp]:  "vec1 x = vec1 y \<longleftrightarrow> x = y"
hoelzl@37489
  1891
  by (metis vec1_dest_vec1(2))
hoelzl@37489
  1892
hoelzl@37489
  1893
lemma dest_vec1_eq[simp]: "dest_vec1 x = dest_vec1 y \<longleftrightarrow> x = y"
hoelzl@37489
  1894
  by (metis vec1_dest_vec1(1))
hoelzl@37489
  1895
hoelzl@37489
  1896
subsection{* The collapse of the general concepts to dimension one. *}
hoelzl@37489
  1897
hoelzl@37489
  1898
lemma vector_one: "(x::'a ^1) = (\<chi> i. (x$1))"
hoelzl@37489
  1899
  by (simp add: Cart_eq)
hoelzl@37489
  1900
hoelzl@37489
  1901
lemma forall_one: "(\<forall>(x::'a ^1). P x) \<longleftrightarrow> (\<forall>x. P(\<chi> i. x))"
hoelzl@37489
  1902
  apply auto
hoelzl@37489
  1903
  apply (erule_tac x= "x$1" in allE)
hoelzl@37489
  1904
  apply (simp only: vector_one[symmetric])
hoelzl@37489
  1905
  done
hoelzl@37489
  1906
hoelzl@37489
  1907
lemma norm_vector_1: "norm (x :: _^1) = norm (x$1)"
hoelzl@37489
  1908
  by (simp add: norm_vector_def)
hoelzl@37489
  1909
hoelzl@37489
  1910
lemma norm_real: "norm(x::real ^ 1) = abs(x$1)"
hoelzl@37489
  1911
  by (simp add: norm_vector_1)
hoelzl@37489
  1912
hoelzl@37489
  1913
lemma dist_real: "dist(x::real ^ 1) y = abs((x$1) - (y$1))"
hoelzl@37489
  1914
  by (auto simp add: norm_real dist_norm)
hoelzl@37489
  1915
hoelzl@37489
  1916
subsection{* Explicit vector construction from lists. *}
hoelzl@37489
  1917
hoelzl@44866
  1918
definition "vector l = (\<chi> i. foldr (\<lambda>x f n. fun_upd (f (n+1)) n x) l (\<lambda>n x. 0) 1 i)"
hoelzl@37489
  1919
hoelzl@37489
  1920
lemma vector_1: "(vector[x]) $1 = x"
hoelzl@37489
  1921
  unfolding vector_def by simp
hoelzl@37489
  1922
hoelzl@37489
  1923
lemma vector_2:
hoelzl@37489
  1924
 "(vector[x,y]) $1 = x"
hoelzl@37489
  1925
 "(vector[x,y] :: 'a^2)$2 = (y::'a::zero)"
hoelzl@37489
  1926
  unfolding vector_def by simp_all
hoelzl@37489
  1927
hoelzl@37489
  1928
lemma vector_3:
hoelzl@37489
  1929
 "(vector [x,y,z] ::('a::zero)^3)$1 = x"
hoelzl@37489
  1930
 "(vector [x,y,z] ::('a::zero)^3)$2 = y"
hoelzl@37489
  1931
 "(vector [x,y,z] ::('a::zero)^3)$3 = z"
hoelzl@37489
  1932
  unfolding vector_def by simp_all
hoelzl@37489
  1933
hoelzl@37489
  1934
lemma forall_vector_1: "(\<forall>v::'a::zero^1. P v) \<longleftrightarrow> (\<forall>x. P(vector[x]))"
hoelzl@37489
  1935
  apply auto
hoelzl@37489
  1936
  apply (erule_tac x="v$1" in allE)
hoelzl@37489
  1937
  apply (subgoal_tac "vector [v$1] = v")
hoelzl@37489
  1938
  apply simp
hoelzl@37489
  1939
  apply (vector vector_def)
hoelzl@37489
  1940
  apply simp
hoelzl@37489
  1941
  done
hoelzl@37489
  1942
hoelzl@37489
  1943
lemma forall_vector_2: "(\<forall>v::'a::zero^2. P v) \<longleftrightarrow> (\<forall>x y. P(vector[x, y]))"
hoelzl@37489
  1944
  apply auto
hoelzl@37489
  1945
  apply (erule_tac x="v$1" in allE)
hoelzl@37489
  1946
  apply (erule_tac x="v$2" in allE)
hoelzl@37489
  1947
  apply (subgoal_tac "vector [v$1, v$2] = v")
hoelzl@37489
  1948
  apply simp
hoelzl@37489
  1949
  apply (vector vector_def)
hoelzl@37489
  1950
  apply (simp add: forall_2)
hoelzl@37489
  1951
  done
hoelzl@37489
  1952
hoelzl@37489
  1953
lemma forall_vector_3: "(\<forall>v::'a::zero^3. P v) \<longleftrightarrow> (\<forall>x y z. P(vector[x, y, z]))"
hoelzl@37489
  1954
  apply auto
hoelzl@37489
  1955
  apply (erule_tac x="v$1" in allE)
hoelzl@37489
  1956
  apply (erule_tac x="v$2" in allE)
hoelzl@37489
  1957
  apply (erule_tac x="v$3" in allE)
hoelzl@37489
  1958
  apply (subgoal_tac "vector [v$1, v$2, v$3] = v")
hoelzl@37489
  1959
  apply simp
hoelzl@37489
  1960
  apply (vector vector_def)
hoelzl@37489
  1961
  apply (simp add: forall_3)
hoelzl@37489
  1962
  done
hoelzl@37489
  1963
nipkow@39535
  1964
lemma range_vec1[simp]:"range vec1 = UNIV" apply(rule set_eqI,rule) unfolding image_iff defer
hoelzl@37489
  1965
  apply(rule_tac x="dest_vec1 x" in bexI) by auto
hoelzl@37489
  1966
hoelzl@37489
  1967
lemma dest_vec1_lambda: "dest_vec1(\<chi> i. x i) = x 1"
hoelzl@37489
  1968
  by (simp)
hoelzl@37489
  1969
hoelzl@37489
  1970
lemma dest_vec1_vec: "dest_vec1(vec x) = x"
hoelzl@37489
  1971
  by (simp)
hoelzl@37489
  1972
hoelzl@37489
  1973
lemma dest_vec1_sum: assumes fS: "finite S"
hoelzl@37489
  1974
  shows "dest_vec1(setsum f S) = setsum (dest_vec1 o f) S"
hoelzl@37489
  1975
  apply (induct rule: finite_induct[OF fS])
hoelzl@37489
  1976
  apply simp
hoelzl@37489
  1977
  apply auto
hoelzl@37489
  1978
  done
hoelzl@37489
  1979
hoelzl@37489
  1980
lemma norm_vec1 [simp]: "norm(vec1 x) = abs(x)"
hoelzl@37489
  1981
  by (simp add: vec_def norm_real)
hoelzl@37489
  1982
hoelzl@37489
  1983
lemma dist_vec1: "dist(vec1 x) (vec1 y) = abs(x - y)"
hoelzl@37489
  1984
  by (simp only: dist_real vec1_component)
hoelzl@37489
  1985
lemma abs_dest_vec1: "norm x = \<bar>dest_vec1 x\<bar>"
hoelzl@37489
  1986
  by (metis vec1_dest_vec1(1) norm_vec1)
hoelzl@37489
  1987
hoelzl@37489
  1988
lemmas vec1_dest_vec1_simps = forall_vec1 vec_add[THEN sym] dist_vec1 vec_sub[THEN sym] vec1_dest_vec1 norm_vec1 vector_smult_component
hoelzl@37489
  1989
   vec1_eq vec_cmul[THEN sym] smult_conv_scaleR[THEN sym] o_def dist_real_def norm_vec1 real_norm_def
hoelzl@37489
  1990
hoelzl@37489
  1991
lemma bounded_linear_vec1:"bounded_linear (vec1::real\<Rightarrow>real^1)"
hoelzl@37489
  1992
  unfolding bounded_linear_def additive_def bounded_linear_axioms_def 
hoelzl@37489
  1993
  unfolding smult_conv_scaleR[THEN sym] unfolding vec1_dest_vec1_simps
hoelzl@37489
  1994
  apply(rule conjI) defer apply(rule conjI) defer apply(rule_tac x=1 in exI) by auto
hoelzl@37489
  1995
hoelzl@37489
  1996
lemma linear_vmul_dest_vec1:
hoelzl@37489
  1997
  fixes f:: "real^_ \<Rightarrow> real^1"
hoelzl@37489
  1998
  shows "linear f \<Longrightarrow> linear (\<lambda>x. dest_vec1(f x) *s v)"
hoelzl@37489
  1999
  unfolding smult_conv_scaleR
hoelzl@37489
  2000
  by (rule linear_vmul_component)
hoelzl@37489
  2001
hoelzl@37489
  2002
lemma linear_from_scalars:
hoelzl@37489
  2003
  assumes lf: "linear (f::real^1 \<Rightarrow> real^_)"
hoelzl@37489
  2004
  shows "f = (\<lambda>x. dest_vec1 x *s column 1 (matrix f))"
hoelzl@37489
  2005
  unfolding smult_conv_scaleR
hoelzl@37489
  2006
  apply (rule ext)
hoelzl@37489
  2007
  apply (subst matrix_works[OF lf, symmetric])
hoelzl@37489
  2008
  apply (auto simp add: Cart_eq matrix_vector_mult_def column_def mult_commute)
hoelzl@37489
  2009
  done
hoelzl@37489
  2010
hoelzl@37489
  2011
lemma linear_to_scalars: assumes lf: "linear (f::real ^'n \<Rightarrow> real^1)"
hoelzl@37489
  2012
  shows "f = (\<lambda>x. vec1(row 1 (matrix f) \<bullet> x))"
hoelzl@37489
  2013
  apply (rule ext)
hoelzl@37489
  2014
  apply (subst matrix_works[OF lf, symmetric])
hoelzl@37489
  2015
  apply (simp add: Cart_eq matrix_vector_mult_def row_def inner_vector_def mult_commute)
hoelzl@37489
  2016
  done
hoelzl@37489
  2017
hoelzl@37489
  2018
lemma dest_vec1_eq_0: "dest_vec1 x = 0 \<longleftrightarrow> x = 0"
hoelzl@37489
  2019
  by (simp add: dest_vec1_eq[symmetric])
hoelzl@37489
  2020
hoelzl@37489
  2021
lemma setsum_scalars: assumes fS: "finite S"
hoelzl@37489
  2022
  shows "setsum f S = vec1 (setsum (dest_vec1 o f) S)"
hoelzl@37489
  2023
  unfolding vec_setsum[OF fS] by simp
hoelzl@37489
  2024
hoelzl@37489
  2025
lemma dest_vec1_wlog_le: "(\<And>(x::'a::linorder ^ 1) y. P x y \<longleftrightarrow> P y x)  \<Longrightarrow> (\<And>x y. dest_vec1 x <= dest_vec1 y ==> P x y) \<Longrightarrow> P x y"
hoelzl@37489
  2026
  apply (cases "dest_vec1 x \<le> dest_vec1 y")
hoelzl@37489
  2027
  apply simp
hoelzl@37489
  2028
  apply (subgoal_tac "dest_vec1 y \<le> dest_vec1 x")
hoelzl@37489
  2029
  apply (auto)
hoelzl@37489
  2030
  done
hoelzl@37489
  2031
hoelzl@37489
  2032
text{* Lifting and dropping *}
hoelzl@37489
  2033
hoelzl@37489
  2034
lemma continuous_on_o_dest_vec1: fixes f::"real \<Rightarrow> 'a::real_normed_vector"
hoelzl@37489
  2035
  assumes "continuous_on {a..b::real} f" shows "continuous_on {vec1 a..vec1 b} (f o dest_vec1)"
hoelzl@37489
  2036
  using assms unfolding continuous_on_iff apply safe
hoelzl@37489
  2037
  apply(erule_tac x="x$1" in ballE,erule_tac x=e in allE) apply safe
hoelzl@37489
  2038
  apply(rule_tac x=d in exI) apply safe unfolding o_def dist_real_def dist_real 
hoelzl@37489
  2039
  apply(erule_tac x="dest_vec1 x'" in ballE) by(auto simp add:vector_le_def)
hoelzl@37489
  2040
hoelzl@37489
  2041
lemma continuous_on_o_vec1: fixes f::"real^1 \<Rightarrow> 'a::real_normed_vector"
hoelzl@37489
  2042
  assumes "continuous_on {a..b} f" shows "continuous_on {dest_vec1 a..dest_vec1 b} (f o vec1)"
hoelzl@37489
  2043
  using assms unfolding continuous_on_iff apply safe
hoelzl@37489
  2044
  apply(erule_tac x="vec x" in ballE,erule_tac x=e in allE) apply safe
hoelzl@37489
  2045
  apply(rule_tac x=d in exI) apply safe unfolding o_def dist_real_def dist_real 
hoelzl@37489
  2046
  apply(erule_tac x="vec1 x'" in ballE) by(auto simp add:vector_le_def)
hoelzl@37489
  2047
hoelzl@37489
  2048
lemma continuous_on_vec1:"continuous_on A (vec1::real\<Rightarrow>real^1)"
hoelzl@37489
  2049
  by(rule linear_continuous_on[OF bounded_linear_vec1])
hoelzl@37489
  2050
hoelzl@37489
  2051
lemma mem_interval_1: fixes x :: "real^1" shows
hoelzl@37489
  2052
 "(x \<in> {a .. b} \<longleftrightarrow> dest_vec1 a \<le> dest_vec1 x \<and> dest_vec1 x \<le> dest_vec1 b)"
hoelzl@37489
  2053
 "(x \<in> {a<..<b} \<longleftrightarrow> dest_vec1 a < dest_vec1 x \<and> dest_vec1 x < dest_vec1 b)"
hoelzl@37489
  2054
by(simp_all add: Cart_eq vector_less_def vector_le_def)
hoelzl@37489
  2055
hoelzl@37489
  2056
lemma vec1_interval:fixes a::"real" shows
hoelzl@37489
  2057
  "vec1 ` {a .. b} = {vec1 a .. vec1 b}"
hoelzl@37489
  2058
  "vec1 ` {a<..<b} = {vec1 a<..<vec1 b}"
nipkow@39535
  2059
  apply(rule_tac[!] set_eqI) unfolding image_iff vector_less_def unfolding mem_interval_cart
hoelzl@37489
  2060
  unfolding forall_1 unfolding vec1_dest_vec1_simps
hoelzl@37489
  2061
  apply rule defer apply(rule_tac x="dest_vec1 x" in bexI) prefer 3 apply rule defer
hoelzl@37489
  2062
  apply(rule_tac x="dest_vec1 x" in bexI) by auto
hoelzl@37489
  2063
hoelzl@37489
  2064
(* Some special cases for intervals in R^1.                                  *)
hoelzl@37489
  2065
hoelzl@37489
  2066
lemma interval_cases_1: fixes x :: "real^1" shows
hoelzl@37489
  2067
 "x \<in> {a .. b} ==> x \<in> {a<..<b} \<or> (x = a) \<or> (x = b)"
hoelzl@37489
  2068
  unfolding Cart_eq vector_less_def vector_le_def mem_interval_cart by(auto simp del:dest_vec1_eq)
hoelzl@37489
  2069
hoelzl@37489
  2070
lemma in_interval_1: fixes x :: "real^1" shows
hoelzl@37489
  2071
 "(x \<in> {a .. b} \<longleftrightarrow> dest_vec1 a \<le> dest_vec1 x \<and> dest_vec1 x \<le> dest_vec1 b) \<and>
hoelzl@37489
  2072
  (x \<in> {a<..<b} \<longleftrightarrow> dest_vec1 a < dest_vec1 x \<and> dest_vec1 x < dest_vec1 b)"
hoelzl@37489
  2073
  unfolding Cart_eq vector_less_def vector_le_def mem_interval_cart by(auto simp del:dest_vec1_eq)
hoelzl@37489
  2074
hoelzl@37489
  2075
lemma interval_eq_empty_1: fixes a :: "real^1" shows
hoelzl@37489
  2076
  "{a .. b} = {} \<longleftrightarrow> dest_vec1 b < dest_vec1 a"
hoelzl@37489
  2077
  "{a<..<b} = {} \<longleftrightarrow> dest_vec1 b \<le> dest_vec1 a"
hoelzl@37489
  2078
  unfolding interval_eq_empty_cart and ex_1 by auto
hoelzl@37489
  2079
hoelzl@37489
  2080
lemma subset_interval_1: fixes a :: "real^1" shows
hoelzl@37489
  2081
 "({a .. b} \<subseteq> {c .. d} \<longleftrightarrow>  dest_vec1 b < dest_vec1 a \<or>
hoelzl@37489
  2082
                dest_vec1 c \<le> dest_vec1 a \<and> dest_vec1 a \<le> dest_vec1 b \<and> dest_vec1 b \<le> dest_vec1 d)"
hoelzl@37489
  2083
 "({a .. b} \<subseteq> {c<..<d} \<longleftrightarrow>  dest_vec1 b < dest_vec1 a \<or>
hoelzl@37489
  2084
                dest_vec1 c < dest_vec1 a \<and> dest_vec1 a \<le> dest_vec1 b \<and> dest_vec1 b < dest_vec1 d)"
hoelzl@37489
  2085
 "({a<..<b} \<subseteq> {c .. d} \<longleftrightarrow>  dest_vec1 b \<le> dest_vec1 a \<or>
hoelzl@37489
  2086
                dest_vec1 c \<le> dest_vec1 a \<and> dest_vec1 a < dest_vec1 b \<and> dest_vec1 b \<le> dest_vec1 d)"
hoelzl@37489
  2087
 "({a<..<b} \<subseteq> {c<..<d} \<longleftrightarrow> dest_vec1 b \<le> dest_vec1 a \<or>
hoelzl@37489
  2088
                dest_vec1 c \<le> dest_vec1 a \<and> dest_vec1 a < dest_vec1 b \<and> dest_vec1 b \<le> dest_vec1 d)"
hoelzl@37489
  2089
  unfolding subset_interval_cart[of a b c d] unfolding forall_1 by auto
hoelzl@37489
  2090
hoelzl@37489
  2091
lemma eq_interval_1: fixes a :: "real^1" shows
hoelzl@37489
  2092
 "{a .. b} = {c .. d} \<longleftrightarrow>
hoelzl@37489
  2093
          dest_vec1 b < dest_vec1 a \<and> dest_vec1 d < dest_vec1 c \<or>
hoelzl@37489
  2094
          dest_vec1 a = dest_vec1 c \<and> dest_vec1 b = dest_vec1 d"
hoelzl@37489
  2095
unfolding set_eq_subset[of "{a .. b}" "{c .. d}"]
hoelzl@37489
  2096
unfolding subset_interval_1(1)[of a b c d]
hoelzl@37489
  2097
unfolding subset_interval_1(1)[of c d a b]
hoelzl@37489
  2098
by auto
hoelzl@37489
  2099
hoelzl@37489
  2100
lemma disjoint_interval_1: fixes a :: "real^1" shows
hoelzl@37489
  2101
  "{a .. b} \<inter> {c .. d} = {} \<longleftrightarrow> dest_vec1 b < dest_vec1 a \<or> dest_vec1 d < dest_vec1 c  \<or>  dest_vec1 b < dest_vec1 c \<or> dest_vec1 d < dest_vec1 a"
hoelzl@37489
  2102
  "{a .. b} \<inter> {c<..<d} = {} \<longleftrightarrow> dest_vec1 b < dest_vec1 a \<or> dest_vec1 d \<le> dest_vec1 c  \<or>  dest_vec1 b \<le> dest_vec1 c \<or> dest_vec1 d \<le> dest_vec1 a"
hoelzl@37489
  2103
  "{a<..<b} \<inter> {c .. d} = {} \<longleftrightarrow> dest_vec1 b \<le> dest_vec1 a \<or> dest_vec1 d < dest_vec1 c  \<or>  dest_vec1 b \<le> dest_vec1 c \<or> dest_vec1 d \<le> dest_vec1 a"
hoelzl@37489
  2104
  "{a<..<b} \<inter> {c<..<d} = {} \<longleftrightarrow> dest_vec1 b \<le> dest_vec1 a \<or> dest_vec1 d \<le> dest_vec1 c  \<or>  dest_vec1 b \<le> dest_vec1 c \<or> dest_vec1 d \<le> dest_vec1 a"
hoelzl@37489
  2105
  unfolding disjoint_interval_cart and ex_1 by auto
hoelzl@37489
  2106
hoelzl@37489
  2107
lemma open_closed_interval_1: fixes a :: "real^1" shows
hoelzl@37489
  2108
 "{a<..<b} = {a .. b} - {a, b}"
nipkow@39535
  2109
  unfolding set_eq_iff apply simp unfolding vector_less_def and vector_le_def and forall_1 and dest_vec1_eq[THEN sym] by(auto simp del:dest_vec1_eq)
hoelzl@37489
  2110
hoelzl@37489
  2111
lemma closed_open_interval_1: "dest_vec1 (a::real^1) \<le> dest_vec1 b ==> {a .. b} = {a<..<b} \<union> {a,b}"
nipkow@39535
  2112
  unfolding set_eq_iff apply simp unfolding vector_less_def and vector_le_def and forall_1 and dest_vec1_eq[THEN sym] by(auto simp del:dest_vec1_eq)
hoelzl@37489
  2113
hoelzl@37489
  2114
lemma Lim_drop_le: fixes f :: "'a \<Rightarrow> real^1" shows
hoelzl@37489
  2115
  "(f ---> l) net \<Longrightarrow> ~(trivial_limit net) \<Longrightarrow> eventually (\<lambda>x. dest_vec1 (f x) \<le> b) net ==> dest_vec1 l \<le> b"
hoelzl@37489
  2116
  using Lim_component_le_cart[of f l net 1 b] by auto
hoelzl@37489
  2117
hoelzl@37489
  2118
lemma Lim_drop_ge: fixes f :: "'a \<Rightarrow> real^1" shows
hoelzl@37489
  2119
 "(f ---> l) net \<Longrightarrow> ~(trivial_limit net) \<Longrightarrow> eventually (\<lambda>x. b \<le> dest_vec1 (f x)) net ==> b \<le> dest_vec1 l"
hoelzl@37489
  2120
  using Lim_component_ge_cart[of f l net b 1] by auto
hoelzl@37489
  2121
hoelzl@37489
  2122
text{* Also more convenient formulations of monotone convergence.                *}
hoelzl@37489
  2123
hoelzl@37489
  2124
lemma bounded_increasing_convergent: fixes s::"nat \<Rightarrow> real^1"
hoelzl@37489
  2125
  assumes "bounded {s n| n::nat. True}"  "\<forall>n. dest_vec1(s n) \<le> dest_vec1(s(Suc n))"
hoelzl@37489
  2126
  shows "\<exists>l. (s ---> l) sequentially"
hoelzl@37489
  2127
proof-
hoelzl@37489
  2128
  obtain a where a:"\<forall>n. \<bar>dest_vec1 (s n)\<bar> \<le>  a" using assms(1)[unfolded bounded_iff abs_dest_vec1] by auto
hoelzl@37489
  2129
  { fix m::nat
hoelzl@37489
  2130
    have "\<And> n. n\<ge>m \<longrightarrow> dest_vec1 (s m) \<le> dest_vec1 (s n)"
hoelzl@37489
  2131
      apply(induct_tac n) apply simp using assms(2) apply(erule_tac x="na" in allE) by(auto simp add: not_less_eq_eq)  }
hoelzl@37489
  2132
  hence "\<forall>m n. m \<le> n \<longrightarrow> dest_vec1 (s m) \<le> dest_vec1 (s n)" by auto
hoelzl@37489
  2133
  then obtain l where "\<forall>e>0. \<exists>N. \<forall>n\<ge>N. \<bar>dest_vec1 (s n) - l\<bar> < e" using convergent_bounded_monotone[OF a] unfolding monoseq_def by auto
hoelzl@37489
  2134
  thus ?thesis unfolding Lim_sequentially apply(rule_tac x="vec1 l" in exI)
hoelzl@37489
  2135
    unfolding dist_norm unfolding abs_dest_vec1  by auto
hoelzl@37489
  2136
qed
hoelzl@37489
  2137
hoelzl@37489
  2138
lemma dest_vec1_simps[simp]: fixes a::"real^1"
hoelzl@37489
  2139
  shows "a$1 = 0 \<longleftrightarrow> a = 0" (*"a \<le> 1 \<longleftrightarrow> dest_vec1 a \<le> 1" "0 \<le> a \<longleftrightarrow> 0 \<le> dest_vec1 a"*)
hoelzl@37489
  2140
  "a \<le> b \<longleftrightarrow> dest_vec1 a \<le> dest_vec1 b" "dest_vec1 (1::real^1) = 1"
hoelzl@37489
  2141
  by(auto simp add: vector_le_def Cart_eq)
hoelzl@37489
  2142
hoelzl@37489
  2143
lemma dest_vec1_inverval:
hoelzl@37489
  2144
  "dest_vec1 ` {a .. b} = {dest_vec1 a .. dest_vec1 b}"
hoelzl@37489
  2145
  "dest_vec1 ` {a<.. b} = {dest_vec1 a<.. dest_vec1 b}"
hoelzl@37489
  2146
  "dest_vec1 ` {a ..<b} = {dest_vec1 a ..<dest_vec1 b}"
hoelzl@37489
  2147
  "dest_vec1 ` {a<..<b} = {dest_vec1 a<..<dest_vec1 b}"
hoelzl@37489
  2148
  apply(rule_tac [!] equalityI)
hoelzl@37489
  2149
  unfolding subset_eq Ball_def Bex_def mem_interval_1 image_iff
hoelzl@37489
  2150
  apply(rule_tac [!] allI)apply(rule_tac [!] impI)
hoelzl@37489
  2151
  apply(rule_tac[2] x="vec1 x" in exI)apply(rule_tac[4] x="vec1 x" in exI)
hoelzl@37489
  2152
  apply(rule_tac[6] x="vec1 x" in exI)apply(rule_tac[8] x="vec1 x" in exI)
hoelzl@37489
  2153
  by (auto simp add: vector_less_def vector_le_def)
hoelzl@37489
  2154
hoelzl@37489
  2155
lemma dest_vec1_setsum: assumes "finite S"
hoelzl@37489
  2156
  shows " dest_vec1 (setsum f S) = setsum (\<lambda>x. dest_vec1 (f x)) S"
hoelzl@37489
  2157
  using dest_vec1_sum[OF assms] by auto
hoelzl@37489
  2158
hoelzl@37489
  2159
lemma open_dest_vec1_vimage: "open S \<Longrightarrow> open (dest_vec1 -` S)"
hoelzl@37489
  2160
unfolding open_vector_def forall_1 by auto
hoelzl@37489
  2161
hoelzl@37489
  2162
lemma tendsto_dest_vec1 [tendsto_intros]:
hoelzl@37489
  2163
  "(f ---> l) net \<Longrightarrow> ((\<lambda>x. dest_vec1 (f x)) ---> dest_vec1 l) net"
hoelzl@37489
  2164
by(rule tendsto_Cart_nth)
hoelzl@37489
  2165
hoelzl@37489
  2166
lemma continuous_dest_vec1: "continuous net f \<Longrightarrow> continuous net (\<lambda>x. dest_vec1 (f x))"
hoelzl@37489
  2167
  unfolding continuous_def by (rule tendsto_dest_vec1)
hoelzl@37489
  2168
hoelzl@37489
  2169
lemma forall_dest_vec1: "(\<forall>x. P x) \<longleftrightarrow> (\<forall>x. P(dest_vec1 x))" 
hoelzl@37489
  2170
  apply safe defer apply(erule_tac x="vec1 x" in allE) by auto
hoelzl@37489
  2171
hoelzl@37489
  2172
lemma forall_of_dest_vec1: "(\<forall>v. P (\<lambda>x. dest_vec1 (v x))) \<longleftrightarrow> (\<forall>x. P x)"
hoelzl@37489
  2173
  apply rule apply rule apply(erule_tac x="(vec1 \<circ> x)" in allE) unfolding o_def vec1_dest_vec1 by auto 
hoelzl@37489
  2174
hoelzl@37489
  2175
lemma forall_of_dest_vec1': "(\<forall>v. P (dest_vec1 v)) \<longleftrightarrow> (\<forall>x. P x)"
hoelzl@37489
  2176
  apply rule apply rule apply(erule_tac x="(vec1 x)" in allE) defer apply rule 
hoelzl@37489
  2177
  apply(erule_tac x="dest_vec1 v" in allE) unfolding o_def vec1_dest_vec1 by auto
hoelzl@37489
  2178
hoelzl@37489
  2179
lemma dist_vec1_0[simp]: "dist(vec1 (x::real)) 0 = norm x" unfolding dist_norm by auto
hoelzl@37489
  2180
hoelzl@37489
  2181
lemma bounded_linear_vec1_dest_vec1: fixes f::"real \<Rightarrow> real"
hoelzl@37489
  2182
  shows "linear (vec1 \<circ> f \<circ> dest_vec1) = bounded_linear f" (is "?l = ?r") proof-
hoelzl@37489
  2183
  { assume ?l guess K using linear_bounded[OF `?l`] ..
hoelzl@37489
  2184
    hence "\<exists>K. \<forall>x. \<bar>f x\<bar> \<le> \<bar>x\<bar> * K" apply(rule_tac x=K in exI)
hoelzl@37489
  2185
      unfolding vec1_dest_vec1_simps by (auto simp add:field_simps) }
hoelzl@37489
  2186
  thus ?thesis unfolding linear_def bounded_linear_def additive_def bounded_linear_axioms_def o_def
hoelzl@37489
  2187
    unfolding vec1_dest_vec1_simps by auto qed
hoelzl@37489
  2188
hoelzl@37489
  2189
lemma vec1_le[simp]:fixes a::real shows "vec1 a \<le> vec1 b \<longleftrightarrow> a \<le> b"
hoelzl@37489
  2190
  unfolding vector_le_def by auto
hoelzl@37489
  2191
lemma vec1_less[simp]:fixes a::real shows "vec1 a < vec1 b \<longleftrightarrow> a < b"
hoelzl@37489
  2192
  unfolding vector_less_def by auto
hoelzl@37489
  2193
hoelzl@37489
  2194
hoelzl@37489
  2195
subsection {* Derivatives on real = Derivatives on @{typ "real^1"} *}
hoelzl@37489
  2196
hoelzl@37489
  2197
lemma has_derivative_within_vec1_dest_vec1: fixes f::"real\<Rightarrow>real" shows
hoelzl@37489
  2198
  "((vec1 \<circ> f \<circ> dest_vec1) has_derivative (vec1 \<circ> f' \<circ> dest_vec1)) (at (vec1 x) within vec1 ` s)
hoelzl@37489
  2199
  = (f has_derivative f') (at x within s)"
hoelzl@37489
  2200
  unfolding has_derivative_within unfolding bounded_linear_vec1_dest_vec1[unfolded linear_conv_bounded_linear]
hoelzl@37489
  2201
  unfolding o_def Lim_within Ball_def unfolding forall_vec1 
hoelzl@37489
  2202
  unfolding vec1_dest_vec1_simps dist_vec1_0 image_iff by auto  
hoelzl@37489
  2203
hoelzl@37489
  2204
lemma has_derivative_at_vec1_dest_vec1: fixes f::"real\<Rightarrow>real" shows
hoelzl@37489
  2205
  "((vec1 \<circ> f \<circ> dest_vec1) has_derivative (vec1 \<circ> f' \<circ> dest_vec1)) (at (vec1 x)) = (f has_derivative f') (at x)"
hoelzl@37489
  2206
  using has_derivative_within_vec1_dest_vec1[where s=UNIV, unfolded range_vec1 within_UNIV] by auto
hoelzl@37489
  2207
hoelzl@37489
  2208
lemma bounded_linear_vec1': fixes f::"'a::real_normed_vector\<Rightarrow>real"
hoelzl@37489
  2209
  shows "bounded_linear f = bounded_linear (vec1 \<circ> f)"
hoelzl@37489
  2210
  unfolding bounded_linear_def additive_def bounded_linear_axioms_def o_def
hoelzl@37489
  2211
  unfolding vec1_dest_vec1_simps by auto
hoelzl@37489
  2212
hoelzl@37489
  2213
lemma bounded_linear_dest_vec1: fixes f::"real\<Rightarrow>'a::real_normed_vector"
hoelzl@37489
  2214
  shows "bounded_linear f = bounded_linear (f \<circ> dest_vec1)"
hoelzl@37489
  2215
  unfolding bounded_linear_def additive_def bounded_linear_axioms_def o_def
hoelzl@37489
  2216
  unfolding vec1_dest_vec1_simps by auto
hoelzl@37489
  2217
hoelzl@37489
  2218
lemma has_derivative_at_vec1: fixes f::"'a::real_normed_vector\<Rightarrow>real" shows
hoelzl@37489
  2219
  "(f has_derivative f') (at x) = ((vec1 \<circ> f) has_derivative (vec1 \<circ> f')) (at x)"
hoelzl@37489
  2220
  unfolding has_derivative_at unfolding bounded_linear_vec1'[unfolded linear_conv_bounded_linear]
hoelzl@37489
  2221
  unfolding o_def Lim_at unfolding vec1_dest_vec1_simps dist_vec1_0 by auto
hoelzl@37489
  2222
hoelzl@37489
  2223
lemma has_derivative_within_dest_vec1:fixes f::"real\<Rightarrow>'a::real_normed_vector" shows
hoelzl@37489
  2224
  "((f \<circ> dest_vec1) has_derivative (f' \<circ> dest_vec1)) (at (vec1 x) within vec1 ` s) = (f has_derivative f') (at x within s)"
hoelzl@37489
  2225
  unfolding has_derivative_within bounded_linear_dest_vec1 unfolding o_def Lim_within Ball_def
hoelzl@37489
  2226
  unfolding vec1_dest_vec1_simps dist_vec1_0 image_iff by auto
hoelzl@37489
  2227
hoelzl@37489
  2228
lemma has_derivative_at_dest_vec1:fixes f::"real\<Rightarrow>'a::real_normed_vector" shows
hoelzl@37489
  2229
  "((f \<circ> dest_vec1) has_derivative (f' \<circ> dest_vec1)) (at (vec1 x)) = (f has_derivative f') (at x)"
hoelzl@37489
  2230
  using has_derivative_within_dest_vec1[where s=UNIV] by(auto simp add:within_UNIV)
hoelzl@37489
  2231
hoelzl@37489
  2232
subsection {* In particular if we have a mapping into @{typ "real^1"}. *}
hoelzl@37489
  2233
hoelzl@37489
  2234
lemma onorm_vec1: fixes f::"real \<Rightarrow> real"
hoelzl@37489
  2235
  shows "onorm (\<lambda>x. vec1 (f (dest_vec1 x))) = onorm f" proof-
hoelzl@37489
  2236
  have "\<forall>x::real^1. norm x = 1 \<longleftrightarrow> x\<in>{vec1 -1, vec1 (1::real)}" unfolding forall_vec1 by(auto simp add:Cart_eq)
hoelzl@37489
  2237
  hence 1:"{x. norm x = 1} = {vec1 -1, vec1 (1::real)}" by auto
hoelzl@37489
  2238
  have 2:"{norm (vec1 (f (dest_vec1 x))) |x. norm x = 1} = (\<lambda>x. norm (vec1 (f (dest_vec1 x)))) ` {x. norm x=1}" by auto
hoelzl@37489
  2239
  have "\<forall>x::real. norm x = 1 \<longleftrightarrow> x\<in>{-1, 1}" by auto hence 3:"{x. norm x = 1} = {-1, (1::real)}" by auto
hoelzl@37489
  2240
  have 4:"{norm (f x) |x. norm x = 1} = (\<lambda>x. norm (f x)) ` {x. norm x=1}" by auto
hoelzl@37489
  2241
  show ?thesis unfolding onorm_def 1 2 3 4 by(simp add:Sup_finite_Max) qed
hoelzl@37489
  2242
hoelzl@37489
  2243
lemma convex_vec1:"convex (vec1 ` s) = convex (s::real set)"
hoelzl@37489
  2244
  unfolding convex_def Ball_def forall_vec1 unfolding vec1_dest_vec1_simps image_iff by auto
hoelzl@37489
  2245
hoelzl@37489
  2246
lemma bounded_linear_component_cart[intro]: "bounded_linear (\<lambda>x::real^'n. x $ k)"
hoelzl@37489
  2247
  apply(rule bounded_linearI[where K=1]) 
hoelzl@37489
  2248
  using component_le_norm_cart[of _ k] unfolding real_norm_def by auto
hoelzl@37489
  2249
hoelzl@37489
  2250
lemma bounded_vec1[intro]:  "bounded s \<Longrightarrow> bounded (vec1 ` (s::real set))"
hoelzl@37489
  2251
  unfolding bounded_def apply safe apply(rule_tac x="vec1 x" in exI,rule_tac x=e in exI)
hoelzl@37489
  2252
  by(auto simp add: dist_real dist_real_def)
hoelzl@37489
  2253
hoelzl@37489
  2254
(*lemma content_closed_interval_cases_cart:
hoelzl@37489
  2255
  "content {a..b::real^'n} =
hoelzl@37489
  2256
  (if {a..b} = {} then 0 else setprod (\<lambda>i. b$i - a$i) UNIV)" 
hoelzl@37489
  2257
proof(cases "{a..b} = {}")
hoelzl@37489
  2258
  case True thus ?thesis unfolding content_def by auto
hoelzl@37489
  2259
next case Falsethus ?thesis unfolding content_def unfolding if_not_P[OF False]
hoelzl@37489
  2260
  proof(cases "\<forall>i. a $ i \<le> b $ i")
hoelzl@37489
  2261
    case False thus ?thesis unfolding content_def using t by auto
hoelzl@37489
  2262
  next case True note interval_eq_empty
hoelzl@37489
  2263
   apply auto 
hoelzl@37489
  2264
  
hoelzl@37489
  2265
  sorry*)
hoelzl@37489
  2266
hoelzl@37489
  2267
lemma integral_component_eq_cart[simp]: fixes f::"'n::ordered_euclidean_space \<Rightarrow> real^'m"
hoelzl@37489
  2268
  assumes "f integrable_on s" shows "integral s (\<lambda>x. f x $ k) = integral s f $ k"
hoelzl@37489
  2269
  using integral_linear[OF assms(1) bounded_linear_component_cart,unfolded o_def] .
hoelzl@37489
  2270
hoelzl@37489
  2271
lemma interval_split_cart:
hoelzl@37489
  2272
  "{a..b::real^'n} \<inter> {x. x$k \<le> c} = {a .. (\<chi> i. if i = k then min (b$k) c else b$i)}"
hoelzl@37489
  2273
  "{a..b} \<inter> {x. x$k \<ge> c} = {(\<chi> i. if i = k then max (a$k) c else a$i) .. b}"
nipkow@39535
  2274
  apply(rule_tac[!] set_eqI) unfolding Int_iff mem_interval_cart mem_Collect_eq
hoelzl@37489
  2275
  unfolding Cart_lambda_beta by auto
hoelzl@37489
  2276
hoelzl@37489
  2277
(*lemma content_split_cart:
hoelzl@37489
  2278
  "content {a..b::real^'n} = content({a..b} \<inter> {x. x$k \<le> c}) + content({a..b} \<inter> {x. x$k >= c})"
hoelzl@37489
  2279
proof- note simps = interval_split_cart content_closed_interval_cases_cart Cart_lambda_beta vector_le_def
hoelzl@37489
  2280
  { presume "a\<le>b \<Longrightarrow> ?thesis" thus ?thesis apply(cases "a\<le>b") unfolding simps by auto }
hoelzl@37489
  2281
  have *:"UNIV = insert k (UNIV - {k})" "\<And>x. finite (UNIV-{x::'n})" "\<And>x. x\<notin>UNIV-{x}" by auto
hoelzl@37489
  2282
  have *:"\<And>X Y Z. (\<Prod>i\<in>UNIV. Z i (if i = k then X else Y i)) = Z k X * (\<Prod>i\<in>UNIV-{k}. Z i (Y i))"
hoelzl@37489
  2283
    "(\<Prod>i\<in>UNIV. b$i - a$i) = (\<Prod>i\<in>UNIV-{k}. b$i - a$i) * (b$k - a$k)" 
hoelzl@37489
  2284
    apply(subst *(1)) defer apply(subst *(1)) unfolding setprod_insert[OF *(2-)] by auto
hoelzl@37489
  2285
  assume as:"a\<le>b" moreover have "\<And>x. min (b $ k) c = max (a $ k) c
hoelzl@37489
  2286
    \<Longrightarrow> x* (b$k - a$k) = x*(max (a $ k) c - a $ k) + x*(b $ k - max (a $ k) c)"
hoelzl@37489
  2287
    by  (auto simp add:field_simps)
hoelzl@37489
  2288
  moreover have "\<not> a $ k \<le> c \<Longrightarrow> \<not> c \<le> b $ k \<Longrightarrow> False"
hoelzl@37489
  2289
    unfolding not_le using as[unfolded vector_le_def,rule_format,of k] by auto
hoelzl@37489
  2290
  ultimately show ?thesis 
hoelzl@37489
  2291
    unfolding simps unfolding *(1)[of "\<lambda>i x. b$i - x"] *(1)[of "\<lambda>i x. x - a$i"] *(2) by(auto)
hoelzl@37489
  2292
qed*)
hoelzl@37489
  2293
hoelzl@37489
  2294
lemma has_integral_vec1: assumes "(f has_integral k) {a..b}"
hoelzl@37489
  2295
  shows "((\<lambda>x. vec1 (f x)) has_integral (vec1 k)) {a..b}"
hoelzl@37489
  2296
proof- have *:"\<And>p. (\<Sum>(x, k)\<in>p. content k *\<^sub>R vec1 (f x)) - vec1 k = vec1 ((\<Sum>(x, k)\<in>p. content k *\<^sub>R f x) - k)"
hoelzl@37489
  2297
    unfolding vec_sub Cart_eq by(auto simp add: split_beta)
hoelzl@37489
  2298
  show ?thesis using assms unfolding has_integral apply safe
hoelzl@37489
  2299
    apply(erule_tac x=e in allE,safe) apply(rule_tac x=d in exI,safe)
hoelzl@37489
  2300
    apply(erule_tac x=p in allE,safe) unfolding * norm_vector_1 by auto qed
hoelzl@37489
  2301
hoelzl@37489
  2302
end