Is this right, then? I'm not really sure.
;R = {<x.y>: ((natp x) = (natp y))}
;1- Is R a relation? yes
;2- Is R a function? no
;3- What is dom(R)? N
;4- What is ran(R)? N
;5- Is R reflexive? yes
;6- Is R irreflexive? no
;7- Is R symmetric? yes
;8- Is R asymmetric? no
;9- Is R antisymmetric? no
;10- Is R transitive? yes
;11- Is R total? yes
;12- Is R connected? yes
;13- Is R an equivalence relation? yes
;14- Is R a partial order? no
;R = {<x.y>: ((natp x) != (natp y))}
;1- Is R a relation? yes
;2- Is R a function? no
;3- What is dom(R)? {v : v in N | v notin N}
;4- What is ran(R)? Write the answer in the set notation without using
R. {v: v in N | v notin N}
;5- Is R reflexive? no
;6- Is R irreflexive? yes
;7- Is R symmetric? no
;8- Is R asymmetric? yes
;9- Is R antisymmetric? yes
;10- Is R transitive? no
;11- Is R total? no
;12- Is R connected? no
;13- Is R an equivalence relation? no
;14- Is R a partial order? no
;R = {<x.y>: x in N ^ y in N ^ y < 2*x}
;1- Is R a relation? yes
;2- Is R a function? no
;3- What is dom(R)? {2v : v in N & v > 0}
;4- What is ran(R)? Write the answer in the set notation without using
R.
; {v: v in N}
;5- Is R reflexive? yes
;6- Is R irreflexive? no
;7- Is R symmetric? no
;8- Is R asymmetric? no
;9- Is R antisymmetric? yes
;10- Is R transitive? no
;11- Is R total? yes
;12- Is R connected? yes
;13- Is R an equivalence relation? no
;14- Is R a partial order? no
> > These three, and would you give us more examples like this?- 원본 텍스트 숨기기 -
>
> - 원본 텍스트 보기 -