Sep 24, 2024
X mod 2 = 0
.
X mod 2 = 0
means X is divisible by 2 without remainder, hence an even number.{X in Z | X mod 2 = 0}
collects all even integers.{M in N | sqrt(M) in N}
results in numbers like 1, 4, 9, 16, 25.P/Q
is in reduced form if GCD(P, Q) = 1
.[0, 1]
).(0, 1)
).(0, 1]
) are possible, named by which endpoints are included/excluded.X ∪ Y
.X ∩ Y
.X - Y
or X \ Y
.