Step * 2 2 of Lemma list-max-aux-property


1. [T] Type
2. T ⟶ ℤ
3. : ℕ
4. List
5. ∀L1:T List
     (||L1|| < ||L||
      (↑isl(list-max-aux(x.f[x];L1)))
        ∧ let n,x outl(list-max-aux(x.f[x];L1)) 
          in (x ∈ L1) ∧ (f[x] n ∈ ℤ) ∧ (∀y∈L1.f[y] ≤ n) 
        supposing 0 < ||L1||)
6. 0 < ||L||
7. firstn(||L|| 1;L) [last(L)]
8. ¬↑null(L)
9. ¬1 < ||L||
⊢ let n,x outl(case list-max-aux(x.f[x];firstn(||L|| 1;L))
   of inl(p) =>
   if fst(p) <f[last(L)] then inl <f[last(L)], last(L)> else list-max-aux(x.f[x];firstn(||L|| 1;L)) fi 
   inr(q) =>
   inl <f[last(L)], last(L)>
  in (x ∈ firstn(||L|| 1;L) [last(L)]) ∧ (f[x] n ∈ ℤ) ∧ (∀y∈firstn(||L|| 1;L) [last(L)].f[y] ≤ n)
BY
((DVar `L' THEN All Reduce THEN Try (Complete (Auto))) THEN DVar `v' THEN All Reduce THEN Try (Complete (Auto))) }

1
1. [T] Type
2. T ⟶ ℤ
3. : ℕ
4. T
5. ∀L1:T List
     (||L1|| < 1
      (↑isl(list-max-aux(x.f[x];L1)))
        ∧ let n,x outl(list-max-aux(x.f[x];L1)) 
          in (x ∈ L1) ∧ (f[x] n ∈ ℤ) ∧ (∀y∈L1.f[y] ≤ n) 
        supposing 0 < ||L1||)
6. 0 < 1
7. [u] firstn(0;[u]) [last([u])]
8. ¬False
9. ¬1 < 1
⊢ (last([u]) ∈ firstn(0;[u]) [last([u])])
∧ (f[last([u])] f[last([u])] ∈ ℤ)
∧ (∀y∈firstn(0;[u]) [last([u])].f[y] ≤ f[last([u])])

2
1. [T] Type
2. T ⟶ ℤ
3. : ℕ
4. T
5. u1 T
6. List
7. ∀L1:T List
     (||L1|| < (||v|| 1) 1
      (↑isl(list-max-aux(x.f[x];L1)))
        ∧ let n,x outl(list-max-aux(x.f[x];L1)) 
          in (x ∈ L1) ∧ (f[x] n ∈ ℤ) ∧ (∀y∈L1.f[y] ≤ n) 
        supposing 0 < ||L1||)
8. 0 < (||v|| 1) 1
9. [u; [u1 v]] firstn(((||v|| 1) 1) 1;[u; [u1 v]]) [last([u; [u1 v]])]
10. ¬False
11. ¬1 < (||v|| 1) 1
⊢ let n,x outl(case list-max-aux(x.f[x];firstn(((||v|| 1) 1) 1;[u; [u1 v]]))
   of inl(p) =>
   if fst(p) <f[last([u; [u1 v]])]
   then inl <f[last([u; [u1 v]])], last([u; [u1 v]])>
   else list-max-aux(x.f[x];firstn(((||v|| 1) 1) 1;[u; [u1 v]]))
   fi 
   inr(q) =>
   inl <f[last([u; [u1 v]])], last([u; [u1 v]])>
  in (x ∈ firstn(((||v|| 1) 1) 1;[u; [u1 v]]) [last([u; [u1 v]])])
     ∧ (f[x] n ∈ ℤ)
     ∧ (∀y∈firstn(((||v|| 1) 1) 1;[u; [u1 v]]) [last([u; [u1 v]])].f[y] ≤ n)


Latex:


Latex:

1.  [T]  :  Type
2.  f  :  T  {}\mrightarrow{}  \mBbbZ{}
3.  n  :  \mBbbN{}
4.  L  :  T  List
5.  \mforall{}L1:T  List
          (||L1||  <  ||L||
          {}\mRightarrow{}  (\muparrow{}isl(list-max-aux(x.f[x];L1)))
                \mwedge{}  let  n,x  =  outl(list-max-aux(x.f[x];L1)) 
                    in  (x  \mmember{}  L1)  \mwedge{}  (f[x]  =  n)  \mwedge{}  (\mforall{}y\mmember{}L1.f[y]  \mleq{}  n) 
                supposing  0  <  ||L1||)
6.  0  <  ||L||
7.  L  \msim{}  firstn(||L||  -  1;L)  @  [last(L)]
8.  \mneg{}\muparrow{}null(L)
9.  \mneg{}1  <  ||L||
\mvdash{}  let  n,x  =  outl(case  list-max-aux(x.f[x];firstn(||L||  -  1;L))
      of  inl(p)  =>
      if  fst(p)  <z  f[last(L)]
      then  inl  <f[last(L)],  last(L)>
      else  list-max-aux(x.f[x];firstn(||L||  -  1;L))
      fi 
      |  inr(q)  =>
      inl  <f[last(L)],  last(L)>) 
    in  (x  \mmember{}  firstn(||L||  -  1;L)  @  [last(L)])
          \mwedge{}  (f[x]  =  n)
          \mwedge{}  (\mforall{}y\mmember{}firstn(||L||  -  1;L)  @  [last(L)].f[y]  \mleq{}  n)


By


Latex:
((DVar  `L'  THEN  All  Reduce  THEN  Try  (Complete  (Auto)))
  THEN  DVar  `v'
  THEN  All  Reduce
  THEN  Try  (Complete  (Auto)))




Home Index