Enter Set

For set S = {1,5,2,3}, show:

Elements, cardinality, and power set

List the elements of S

Elements = set objects
Use the ∈ symbol.

  1. 1 ∈ S
  2. 5 ∈ S
  3. 2 ∈ S
  4. 3 ∈ S

Cardinality of set S → |S|:

Cardinality = Number of set elements.

Since the set S contains 4 elements

|S| = 4

Determine the power set P:

Power set = Set of all subsets of S
including S and ∅.

Calculate power set subsets

S contains 4 terms
Power Set contains 24 = 16 items

Build subsets of P

The subset A of a set B is
A set where all elements of A are in B.

#BinaryUse if 1Subset
000001,5,2,3{}
100011,5,2,3{3}
200101,5,2,3{2}
300111,5,2,3{2,3}
401001,5,2,3{5}
501011,5,2,3{5,3}
601101,5,2,3{5,2}
701111,5,2,3{5,2,3}
810001,5,2,3{1}
910011,5,2,3{1,3}
1010101,5,2,3{1,2}
1110111,5,2,3{1,2,3}
1211001,5,2,3{1,5}
1311011,5,2,3{1,5,3}
1411101,5,2,3{1,5,2}
1511111,5,2,3{1,5,2,3}

List our Power Set P in notation form:


P = {{}, {1}, {2}, {3}, {5}, {1,2}, {1,3}, {1,5}, {2,3}, {5,2}, {5,3}, {1,2,3}, {1,5,2}, {1,5,3}, {5,2,3}, {1,5,2,3}}

Partition 1

{2,3},{1,5}

Partition 2

{2,3},{1,5}

Partition 3

{5,3},

Partition 4

{5,3},

Partition 5

{5,2},

Partition 6

{5,2},

Partition 7

{5,2,3},{1}

Partition 8

{1,3},{1,5}

Partition 9

{1,3},{1,5}

Partition 10

{1,2},{1,5}

Partition 11

{1,2},{1,5}

Partition 12

{1,2,3},

Partition 13

{1,5},

Partition 14

{1,5},

Partition 15

{1,5,3},

Partition 16

{1,5,2},

Partition 17

{{1},{5},{2},{3})