If describing an element is in a set I can write $x\in S$. What if $x$ could be in $S$, or is possibly in $S$?
I am thinking of the case where there is some set $A$, and there is a subsets of $A$, $B$ and $C$. So I can write that $x$ is an element of $B$, but it could also be an element of $C$, but is not guaranteed.
So far I have these pieces I am trying to work through:
$B \subset A$
$C \subset A$
$x \in A$
$x \in B$
$x$ could also be an element of $C$
Maybe not a perfect example, but in general terms I would think something like $A$ is all real numbers, $B$ is even numbers, $C$ is numbers divisible by 10, and $x$ is in $B$, but could possibly be in $C$.
The reason for trying to do this is when describing the sets in the larger context, it is more clear to have a symbol meaning explicitly what I am trying to say than explain in long sentences every combination. However if there is no symbol, or standard/logical way of doing it, then the answer to my question is just; no.