if you proving someting like if a relation is symetric. say R is a relation on Z and $xRy$ if x+y is a multiple of 3. Then you want to prove symetry and say for some $x,y$ in Z $xRy$ if
$x+y=3k$ k some integer
This implies $y+x=3k$
$yRx$ so $R$ is symetric.
So my question is when i said "some x,y" are we know treating x and y as constants proving what we need to prove and then does this automatically prove its true for all $x,y$ in $Z$? Thanks