6

Please guide me in this problem. I am confused about whether its asking that having the relation $z>0$ does not satisfy the order axioms.

Any help would be really appreciated.

Thanks!

uh1
  • 277

2 Answers2

22

What they are asking is to show that no relation $<$ can exist that complies with the order axioms, i.e.:

  1. Only one of $a < b$, $a = b$, or $a > b$ is true
  2. If $a < b$ and $b < c$, then $a < c$
  3. If $a < b$ and $c < d$, then $a + c < b + d$
  4. If $0 < a < b$ and $0 < c < d$, then $a c < b d$

In this case, if we take $i > 0$ we get $i^2 = -1 < 0$, contradicting (4). So by (1) it must be $i < 0$. But $i^4 = 1 > 0$, again contradicting (4). So no relation $<$ can exist on $\mathbb{C}$ which complies with (1) to (4).

vonbrand
  • 27,812
  • Thanks for your answer. I have solved it by evoking the contradiction by letting $z=i$ and then stating that the square of z is $z.z =-1<0$ whereas squares must be nonnegative in ordered rings according to one of the order axioms (which says x.y∈P where x,y∈P so if x = y then its quite obvious from this axiom that the squares are nonnegatives in ordered fields) – uh1 Feb 23 '13 at 20:48
  • @uh1, the same as mine with a shortcut. Great! But please close the issue accepting an answer (or providing your own, and accepting that). – vonbrand Feb 23 '13 at 20:50
  • 3
    it is not true that: if a < b and c < d then ac < bd a = -10, b = -8, c = -6, d < -4: (-10)(-6) < (-8)(-4), 60 < 32 CLEARLY FALSE –  May 01 '13 at 15:55
  • 1
    user75388 The < operator should change sign to > IF multiplied by negative numbers (also in this case). – Theodor Johnson Oct 03 '17 at 13:50
  • The fourth axiom should be $\forall a,b,c \in \mathbb R$ ,if $ a<b$ and $0<c$ then $ac<bc$. – john Sep 16 '20 at 07:59
0

try z = i the square root of -1 for a simple contradiction.

Steven Gamer
  • 427
  • 2
  • 6