Homepage Solution manuals David S. Dummit Abstract Algebra Exercise 0.1.5(Well defined functions)

Exercise 0.1.5(Well defined functions)

Determine whether the following functions f are well defined:

(a)
f : defined by f ( a b ) = a .
(b)
f : defined by f ( a b ) = a 2 b 2 .

Answers

(a)
See solution below by Prof.Richard
(b)
Similar argument from part (a); any rational number a b has a , b and so a 2 , b 2 as well by closure.
User profile picture
2023-12-08 02:41
Comments
  • The function $f$ in part (a) is not well defined: see argument below.
    richardganaye2024-06-15

Proof.

(a)
f : “defined” by f ( a b ) = a is not well defined.

To give a counterexample, x = 2 3 has image 2 and x = 4 6 has image 4 , but x = x and f ( x ) f ( x ) : this contradicts the definition of a function.

Another example is x = ( 2 ) 3 , where f ( x ) = 2 , and x = 2 ( 3 ) , where f ( x ) = 2 . Here x = x and f ( x ) f ( x ) .

To give a signification to f , we must say:

“let x = a b , where gcd ( a , b ) = 1 , b > 0 . Then f ( x ) = a .”

(b)
f : defined by f ( a b ) = a 2 b 2 is well defined:

if a b = c d then a 2 b 2 = c 2 d 2 .

More simply, we can define

f { x x 2

Such a definition is impossible in part (a).

User profile picture
2024-06-15 11:03
Comments