Specifically:
{1, 2, 3} ∩ {3, 4, 5} = {3} // {3} is a set of 1 element !!!
A = { John, Mary, James, Kate }
B = { John, James, Kate, Larry, Terry }
A ∩ B = { John, James, Kate }