Description: Extract the first symbol from a length 4 string. (Contributed by Thierry Arnoux, 8-Oct-2020)
| Ref | Expression | ||
|---|---|---|---|
| Assertion | s4fv0 | |- ( A e. V -> ( <" A B C D "> ` 0 ) = A ) | 
| Step | Hyp | Ref | Expression | 
|---|---|---|---|
| 1 | df-s4 | |- <" A B C D "> = ( <" A B C "> ++ <" D "> ) | |
| 2 | s3cli | |- <" A B C "> e. Word _V | |
| 3 | s3len | |- ( # ` <" A B C "> ) = 3 | |
| 4 | s3fv0 | |- ( A e. V -> ( <" A B C "> ` 0 ) = A ) | |
| 5 | 0nn0 | |- 0 e. NN0 | |
| 6 | 3pos | |- 0 < 3 | |
| 7 | 1 2 3 4 5 6 | cats1fv | |- ( A e. V -> ( <" A B C D "> ` 0 ) = A ) |