It's common practice to use ∈ to denote set membership, such as 2 ∈ A where A is a set: A=(1,2,3,4,5). This just states 2 is an element of set A.
However, is it improper to use ∈ in the context of a subset, namely to state that a contiguous subset is included in a larger set? For example a subset:
X = (1,2,3)
A = (1,2,3,4,5)
Would it be incorrect to say X ∈ A?