Show that R is a partial order on ℤ.

  • Thread starter Thread starter s3a
  • Start date Start date
  • Tags Tags
    Partial
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 4K views
s3a
Messages
828
Reaction score
8

Homework Statement


The problem and solution are attached as TheProblemAndSolution.jpg.

I will also copy down the problem and solution here.:
Problem:
Consider the set ℤ of integers. Define aRb by b = a^r for some positive integer r. Show that R is a partial order on ℤ, that is, show that R is (a) reflexive; (b) antisymmetric; (c) transitive.

Solution:
(a) R is reflexive since a = a^1.

(b) Suppose aRb and bRa, say b = a^r and a = b^s. Then a = (a^r)^s = a^(rs).
There are three possibilities: (i) rs = 1, (ii) a = 1, and (iii) a = -1.
If rs = 1 then r = 1 and s = 1 and so a = b. If a = 1 then b = 1^r = 1 = a, and, similarly, if b = 1 then a = 1.
Lastly, if a = –1 then b = –1 (since b ≠ 1) and a = b. In all three cases, a = b.
Thus R is antisymmetric.

(c) Suppose aRb and bRc say b = a^r and c = b^s. Then c = (a^r)^s = a^(rs) and, therefore, aRc. Hence R is transitive.

Accordingly, R is a partial order on ℤ.

Homework Equations


Definitions of partial order, reflexive binary relations, antisymmetric binary relations, transitive binary relations.

The Attempt at a Solution


I don't get why if a = –1, then b = –1. If I assume that b ≠ 1, then I get it, but why is b = 1 forbidden?

Any input would be greatly appreciated!
 

Attachments

  • TheProblemAndSolution.jpg
    TheProblemAndSolution.jpg
    23 KB · Views: 543
Physics news on Phys.org
Orodruin, the thing is, if a ≠ b, then antisymmetry does not hold, and we can't assume that a = b for antisymmetry to hold, because we're trying to show that antisymmetry holds in the first place by showing that a = b must hold.

HallsofIvy, are you saying I should assume a ≠ b, and that I should then show that the equations don't always hold if a ≠ b?

I'm still confused about how I can say that –1 = (–1)^(positive_exponent), because positive_exponent must always be an odd integer for that to hold, but it could be an even integer too, so what do I do?
 
Never mind, I got it.

Because a = b^s implies that –1 = 1^s is false, b ≠ 1.

Thank you both.