Metamath Proof Explorer


Theorem s1s4

Description: Concatenation of fixed length strings. (Contributed by Mario Carneiro, 26-Feb-2016)

Ref Expression
Assertion s1s4 ⟨“ 𝐴 𝐵 𝐶 𝐷 𝐸 ”⟩ = ( ⟨“ 𝐴 ”⟩ ++ ⟨“ 𝐵 𝐶 𝐷 𝐸 ”⟩ )

Proof

Step Hyp Ref Expression
1 df-s4 ⟨“ 𝐵 𝐶 𝐷 𝐸 ”⟩ = ( ⟨“ 𝐵 𝐶 𝐷 ”⟩ ++ ⟨“ 𝐸 ”⟩ )
2 s1cli ⟨“ 𝐴 ”⟩ ∈ Word V
3 s3cli ⟨“ 𝐵 𝐶 𝐷 ”⟩ ∈ Word V
4 df-s5 ⟨“ 𝐴 𝐵 𝐶 𝐷 𝐸 ”⟩ = ( ⟨“ 𝐴 𝐵 𝐶 𝐷 ”⟩ ++ ⟨“ 𝐸 ”⟩ )
5 s1s3 ⟨“ 𝐴 𝐵 𝐶 𝐷 ”⟩ = ( ⟨“ 𝐴 ”⟩ ++ ⟨“ 𝐵 𝐶 𝐷 ”⟩ )
6 1 2 3 4 5 cats1cat ⟨“ 𝐴 𝐵 𝐶 𝐷 𝐸 ”⟩ = ( ⟨“ 𝐴 ”⟩ ++ ⟨“ 𝐵 𝐶 𝐷 𝐸 ”⟩ )