Step * 2 2 1 1 of Lemma llex-append1


1. [A] Type
2. L2 List
3. [<A ⟶ A ⟶ ℙ
4. L1 List
5. A
6. ||L2|| < ||L1||
7. ∀j:ℕ||L2||. (L1[j] L2 [a][j] ∈ A)
8. <[L1[||L2||];L2 [a][||L2||]]
⊢ ∃L3:A List. ((L1 (L2 L3) ∈ (A List)) ∧ <[hd(L3);a] supposing 0 < ||L3||)
BY
TACTIC:Assert ⌜L2 ≤ L1⌝⋅ }

1
.....assertion..... 
1. [A] Type
2. L2 List
3. [<A ⟶ A ⟶ ℙ
4. L1 List
5. A
6. ||L2|| < ||L1||
7. ∀j:ℕ||L2||. (L1[j] L2 [a][j] ∈ A)
8. <[L1[||L2||];L2 [a][||L2||]]
⊢ L2 ≤ L1

2
1. [A] Type
2. L2 List
3. [<A ⟶ A ⟶ ℙ
4. L1 List
5. A
6. ||L2|| < ||L1||
7. ∀j:ℕ||L2||. (L1[j] L2 [a][j] ∈ A)
8. <[L1[||L2||];L2 [a][||L2||]]
9. L2 ≤ L1
⊢ ∃L3:A List. ((L1 (L2 L3) ∈ (A List)) ∧ <[hd(L3);a] supposing 0 < ||L3||)


Latex:


Latex:

1.  [A]  :  Type
2.  L2  :  A  List
3.  [<]  :  A  {}\mrightarrow{}  A  {}\mrightarrow{}  \mBbbP{}
4.  L1  :  A  List
5.  a  :  A
6.  ||L2||  <  ||L1||
7.  \mforall{}j:\mBbbN{}||L2||.  (L1[j]  =  L2  @  [a][j])
8.  <[L1[||L2||];L2  @  [a][||L2||]]
\mvdash{}  \mexists{}L3:A  List.  ((L1  =  (L2  @  L3))  \mwedge{}  <[hd(L3);a]  supposing  0  <  ||L3||)


By


Latex:
TACTIC:Assert  \mkleeneopen{}L2  \mleq{}  L1\mkleeneclose{}\mcdot{}




Home Index