there are two different order relations between integers.
<:
this relation is antisymmetric
x < x is false for all x
anti-reflexive
is x
transitive
id x
<=
this relation is reflexive
x <= x for all x
not symmetric
if x <= y, sometimes y<=x (if they are equal), sometimes not
transitive
if x <= y and y <= z, then x <= z
2007-08-10 09:49:39
·
answer #1
·
answered by holdm 7
·
1⤊
0⤋
Your problem is not clearly stated. I think the assignment means "define the relations < and > on the integers, and give examples."
I don't know what level of class you are dealing with, but I suspect it is a mid-level elementary class. If so, I suggest you use the following
DEFINITION. If m and n are integers and m is not equal to n, then we say "m is less that n" (and we write "m < n") if and only if there exists a POSITIVE integer p such that m + p = n. Furthermore, we say "n is greater than m" (and write "n > m") if and only if m < n.
The above definition immediately admits the very impoortant theorem, known as the Trichotomy Law:
THEOREM. If m and n are integers, then one and only one of the following holds:
(1) m = n ,
(2) m < n ,
(3) m > n .
You can easily fill 10 - 15 minutes by giving examples.
CAUTION: There is a logical pitfall here, The above definition assumes the class already knows what a positive integer is, and they can only know that if they already understand something about an "order relation." Namely, n is a positive integer if and only if n > 0.
Good luck.
2007-08-10 10:27:54
·
answer #2
·
answered by Tony 7
·
0⤊
0⤋
I'm guessing they're talking about <= or >=. That is the <= operator defines an order relation on the integers, or the reals. An order relation satisfies the properties of reflexivity, antisymmetry, and transitivity.
Reflexivity: For each a, a <= a.
Antisymmetry: For each a and b, if a <= b and b <=a then a = b.
Transitivity: For each a, b and c, if a <= b and b <= c then a <= c.
2007-08-10 09:51:10
·
answer #3
·
answered by pki15 4
·
0⤊
0⤋
not sure either
maybe they ask about the following
given two integers find the biggest and the smallest.
You draw the real line, identify the integers, etc
2007-08-10 09:44:46
·
answer #4
·
answered by Theta40 7
·
0⤊
0⤋