rooski
- 60
- 0
Homework Statement
Let A = { 2,3,5,10,15 } and R be {(2,10),(5,10),(3,15),(5,15)}
find the smallest equivalence on A containing R
find the smallest total order on A containing R
The Attempt at a Solution
so firstly i must show that my new relation containing R is reflexive. That means for every value a in A, aRa needs to exist. So i add (2,2),(3,3), etc. to my new relation. Then i show it is symmetric so i must add (10,2),(15,3),(10,5),(15,5) to my new relation.
To show it is transitive i add (2,5), (3,5), (5,2), (5,3) .
BUT: Once i have added those last 4 pairs, can i use them in determining whether i need to add (15,2) to my new relation? Or can i only use pre-existing parts of the relation that i didn't compute just now? Basically what is going to happen is every value a in A is going to point to every value a in A if i do it the way i am doing it now. Seems wrong to me.