Predicates

n £ 5 is satisfied at n = 5 but it is not satisfied at n = 7. NewSet = {x Î Set | Pred (x) } (*) {1,2,3,4,5} = { n Î Naturals | n £ 5 }

TallStudents = { name Î Students | name is more than 6 feet tall}

{x Î Set | Pred (x) } = {y Î Set | Pred (y) } That is why x in (*) is called a dummy variable.