I'm trying to understand what is meant by the notation $F(x,y,z)=\sum m(0,1,2,3)$
I found this webpage but it's still unclear to me. It states the function F is defined by the truth table
$A$ $B$ $C$ $F$
0 0 0 0
0 0 1 1
0 1 0 1
0 1 1 0
1 0 0 1
1 0 1 0
1 1 0 0
1 1 1 1
and that "A compact notation is to write only the numbers of the minterms included in F" which is $\sum (1,2,4,7)$ I don't understand this because the rows in the truth table are interchangeable; 0,0,0,0 could be the last row instead of the first. Also, it appears the first row is starting from 0, not 1?
Could someone please explain this notation to me and what is it called?
Another example comes from slide 11 of this power point presentation.
