Step
*
1
1
2
1
1
1
of Lemma
es-causl-max-list
1. es : EO@i'
2. L : E List@i
3. 0 < ||L||@i
4. ∀e:{e:E| (e ∈ L)} . ∃e':{e:E| (e ∈ L)} . (e < e')@i
5. n : ℤ@i
6. [%3] : 0 < n@i
7. S : E List@i
8. sorted-by(λx,y. (y < x);S)@i
9. ||S|| = (n - 1) ∈ ℕ@i
10. ∀i:ℕ||S||. (S[i] ∈ L)@i
11. ∀i:ℕ||S||. ∀j:ℕi.  (S[i] < S[j])@i
12. n = 1 ∈ ℤ
⊢ ∃S:E List. (sorted-by(λx,y. (y < x);S) ∧ (||S|| = 1 ∈ ℕ) ∧ (∀i:ℕ||S||. (S[i] ∈ L)))
BY
{ (With ⌜[hd(L)]⌝ (D 0)⋅ THEN Auto) }
1
1. es : EO@i'
2. L : E List@i
3. 0 < ||L||@i
4. ∀e:{e:E| (e ∈ L)} . ∃e':{e:E| (e ∈ L)} . (e < e')@i
5. n : ℤ@i
6. [%3] : 0 < n@i
7. S : E List@i
8. sorted-by(λx,y. (y < x);S)@i
9. ||S|| = (n - 1) ∈ ℕ@i
10. ∀i:ℕ||S||. (S[i] ∈ L)@i
11. ∀i:ℕ||S||. ∀j:ℕi.  (S[i] < S[j])@i
12. n = 1 ∈ ℤ
13. sorted-by(λx,y. (y < x);[hd(L)])
14. ||[hd(L)]|| = 1 ∈ ℕ
15. i : ℕ||[hd(L)]||@i
⊢ ([hd(L)][i] ∈ L)
Latex:
Latex:
1.  es  :  EO@i'
2.  L  :  E  List@i
3.  0  <  ||L||@i
4.  \mforall{}e:\{e:E|  (e  \mmember{}  L)\}  .  \mexists{}e':\{e:E|  (e  \mmember{}  L)\}  .  (e  <  e')@i
5.  n  :  \mBbbZ{}@i
6.  [\%3]  :  0  <  n@i
7.  S  :  E  List@i
8.  sorted-by(\mlambda{}x,y.  (y  <  x);S)@i
9.  ||S||  =  (n  -  1)@i
10.  \mforall{}i:\mBbbN{}||S||.  (S[i]  \mmember{}  L)@i
11.  \mforall{}i:\mBbbN{}||S||.  \mforall{}j:\mBbbN{}i.    (S[i]  <  S[j])@i
12.  n  =  1
\mvdash{}  \mexists{}S:E  List.  (sorted-by(\mlambda{}x,y.  (y  <  x);S)  \mwedge{}  (||S||  =  1)  \mwedge{}  (\mforall{}i:\mBbbN{}||S||.  (S[i]  \mmember{}  L)))
By
Latex:
(With  \mkleeneopen{}[hd(L)]\mkleeneclose{}  (D  0)\mcdot{}  THEN  Auto)
Home
Index