Notation to count tuples

226 Views Asked by At

I have the following set: V={(0,0),(1,2),(1,3),(2,2),(3,2)}

I need to count tuples containing x = 1.

Can I use |V_{(1,y)}| ?

Or I should use |{(x,y) \in V | x = 1}| ?

Thanks, Luiz