I want to know what are those symbol that are marked in red...what are their name and functionality?
Consider the finite set of binary strings
{ (000000),(100000),(110000),(111000),(111100),(111110), (111111),(011111),(001111),(000111),(000011),(000001) }
Explain how it is possible to represent such a set in a propositional formula and find the most compact representation.
Solution.
Language For each 0 ≤ i ≤ 5, bi is a proposition, which intuitively means that the i-th bit has value 1. Obviously, ¬bi means that the i-th bit does not have value 1, and thus it has value 0.
Axioms A possible (compact) representation of the finite set of binary strings is given by the following formula:

You can interpret and name them as the 'logical or' $\lor$ and 'logical and' $\land$ of a range of indexed expressions. Just like $\sum$ is the symbol for a sum.