2 2 Set Builder Notation
2 2 Set Builder Notation
2 2 Set Builder Notation
It says "the set of all x's, such that x is greater than 0".
In other words any value greater than 0
Notes:
Some people use ":" instead of "|", so they would write { x : x > 0 }
Type of Number
It is also normal to show what type of number x is, like this:
The
The
So it says:
"the set of all x's that are a member of the Real Numbers,
such that x is greater than or equal to 3"
In other words "all Real Numbers from 3 upwards"
There are other ways we could have shown that:
[3, +)
Number Types
We saw
(the special symbol for Real Numbers). Here are the common number types:
Natural
Numbers
Example: { k
Integers
|k>5}
Rational
Numbers
Real
Numbers
Imaginary
Numbers
Complex
Numbers
"the set of all k's that are a member of the Integers, such that k is greater than 5"
In other words all integers greater than 5.
This could also be written {6, 7, 8, ... } , so:
{k
{2, 3, 4, 5, 6}
But how would we list the Real Numbers in the same interval?
{x
| x 2 and x 6 }
Start with all Real Numbers, then limit them between 2 and 6 inclusive.
We can also use set builder notation to do other things, like this:
{x
| x = x2 } = {0, 1}
Another Example:
Example: x 2 or x > 3
Set-Builder Notation looks like this:
{x
| x 2 or x >3 }
(-, 2] U (3, +)
We used a "U" to mean Union (the joining together of two sets).
Defining a Domain
Set Builder Notation is very useful for defining domains.
In its simplest form the domain is the set of all the values that go into a function.
The function must work for all values we give it, so it isup to us to make sure we get the
domain correct!
Dom(1/x) = {x
| x 0}
Dom( g(x) ) = { x
| x 1}
Dom(x) = {x
| x 0}
Dom( f(x) ) = {x
| x 1, x -1}