
































Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
During the study of discrete mathematics, I found this course very informative and applicable.The main points in these lecture slides are:Partially Ordered Sets, Real Numbers, Set of All Subsets, Modus Tollens, Special Relation Definition, Membership Indicators, Hasse Diagrams, Describe Posets, Transitive Edges, Minimum Element, Upper and Lower Bounds
Typology: Slides
1 / 40
This page cannot be seen from the preview
Don't miss anything!

































If a ≤ b, b ≤ c then a ≤ c
If a ≤ b, b ≤ a then a = b
order
Actually totalorder. <
a|b means b=ak, b|c means c=bj. Does c=am for some m?
c = bj = akj (m=kj)
3|-3, and -3|3, but 3 ≠ -3.
Not a poset.
Yes, or No?
Ex. (2 S^ , ⊆ ), the relation “subset” on set of all subsets of S.
A ⊆ B, B ⊆ C. Does that mean A ⊆ C? A ⊆ B means x ∈A → x ∈B
A poset.
B ⊆ C means x ∈B → x ∈C
Now take an x, and suppose it’s in A. Must it also be in C? (^) Yes, by… A. Modus Ponens B. Modus Tollens C. DeMorgan’s D. Transitivity
Yes, by MP
“bigger.”
As a bit of an aside, this relation is exactly the same as the last example, (2 S^ , ⊆ ).
Huh?
Set S, on which we build 2 S, has a size. That’s n.
Suppose S is {a,b}. Then 2 S^ = { {}, {a}, {b}, {a,b} }
Think of bit strings as membership indicators for the elts of S
Then 2 S^ can be represented by {00,10,01,11}
0110 and 1000 are “incomparable” … We can’t tell which is “bigger.”
As a bit of an aside, this relation is exactly the same as the last example, (2 S^ , ⊆ ).
in 00 is less than or = the corresp bit in 01. String on the right has at least all the 1 bits of the left, maybe more. If each 1 represents an element in S, then right side has all elts of the left, maybe more.
Set S, on which we build 2 S, has a size. That’s n.
Suppose S is {a,b}. Then 2 S^ = { {}, {a}, {b}, {a,b} }
Think of bit strings as membership indicators for the elts of S
Then 2 S^ can be represented by {00,10,01,11}
to describe the relation.
4
3
2
1
{a,b,c} or 111
{a,b} or 110 {a,c} or 101 {b,c} or 011
{a} or 100 {b} or 010 {c} or 001
{} or 000
Did you get it right?
Intuition: If a is maxiMAL, then no one beats a. If a is maxiMUM, a beats everything.
Must minimum and maximum exist? A. Only if set is finite. B. No. C. Only if set is transitive. D. Yes.
Proof: Suppose there are two maximum elements, a 1 and a 2 , with a 1 ≠a 2. Then a 1 ≤ a 2 , and a 2 ≤a 1 , by defn of maximum. So a 1 =a 2 , a contradiction. Thus, our supposition was incorrect, and the maximum element, if it exists, is unique. Similar proof for minimum.
Ex. The upper bound of {g,j} is a. Why not b?
A lower bound for A is any x ∈ S such that
Ex. The upper bounds of {g,i} is/are… A. I have no clue. B. c and e C. a D. a, c, and e
{a, b} has no UB.
Ex. The lower bounds of {a,b} are d, f, i, and j.
A lower bound for A is any x ∈ S such that
Ex. The lower bounds of {c,d} is/are… A. I have no clue. B. f, i C. j, i, g, h D. e, f, j
{g, h, i, j} has no LB.
This is because c and d are incomparable.
In what order will you get dressed while respecting constraints?
shoes belt jacket
socks jeans swter
uwear shirt
jwlry
Let (S, ≤) be a poset (S finite). We will extend ≤ to a total order on S, so we can decide for all incomparable pairs whether to make a ≤ b, or vice versa w/o violating T,R,A.