I have variables a, b, and c. I would like to write the following sentence in my thesis:
There are possible sets of boolean values to test these variables such as a=true, b=false, c=true or a=false, b=true, c=false.
Is it correct if I write the sets as <a=true, b=false, c=true> and <a=false, b=true, c=false>? If the symbol < > is not correct, what is the correct one to use?
Notation is really just conventional, so you can do whatever you want so long as you are clear.
IMO, I think the clearest thing would be e.g. "The possible values of $(a,b,c)$ include (true, false, true) and (false, true, false)."