Find feild where 1 = 0 and show that it is the only one

  • Thread starter Thread starter rosh300
  • Start date Start date
AI Thread Summary
A paddock is defined as a set where the axioms of addition and multiplication hold, but with the condition that 1 equals 0. The example provided is the set {0, 1}, which is closed under addition and multiplication. The reasoning shows that since 1 equals 0, all elements in the paddock must be equal to 0, leading to the conclusion that the paddock contains only one element. This demonstrates that the set {0, 1} is the only possible paddock under the given conditions. The discussion emphasizes the uniqueness of this structure in the context of algebraic systems.
rosh300
Messages
16
Reaction score
0

Homework Statement


Define a paddock to be a set in which A1 - A4, M1 - M4 and D holds but instead of 1\neq 0, we have 1 = 0. Find an example of a paddock, and show that your example is the only one

Homework Equations


A1 - A4, M1 - M4 and D are all axioms

addition axioms
A1: a + b = b + a
A2: (a + b) + c = a + (b + c)
A3: there is a 0 s.t a + 0 = 0 + a = a
A4 for every a there exsist -a s.t a + (-a) = 0

multiplication axioms:
M1: a.b = b.a
M2: (a.b).c = a.(b.c)
M3: there is a 1 s.t a.1 = 1.a = a
M4: for every a there exsist a-1 s.t a.a-1 = 1

D (a+b)c = ab + bc
a, b, c, 1, 0, inverses all belong in the set

The Attempt at a Solution


the set {1, 0} closed under +1 and x1 (modulo multiplication of 1 and modulo addition of 1).
1 = 0 because both 0 and 1 are the neutral element,
if it is true how how would i go about showing its the only one. I am guessing it requires proof by contradiction.
 
Physics news on Phys.org
M3 tells you that a*1= a for all a.

By D, a*(b+ 0)= a*b+ a*0 but by A3, b+ 0 = b so a*(b+ 0)= a*b. That is, a*(b+0) is equal to both a*b and a*b+ a*0 so they are equal: a*b= a*b+ a*0 and, adding the additive inverse of a*b to both sides, a*0= 0 for all a.

Now you have both a*1= a and a*0= 0 as well as 0= 1. Put them together.

("Paddock" instead of "field". That's cute.)
 
HallsofIvy said:
M3 tells you that a*1= a for all a.

By D, a*(b+ 0)= a*b+ a*0 but by A3, b+ 0 = b so a*(b+ 0)= a*b. That is, a*(b+0) is equal to both a*b and a*b+ a*0 so they are equal: a*b= a*b+ a*0 and, adding the additive inverse of a*b to both sides, a*0= 0 for all a.

Now you have both a*1= a and a*0= 0 as well as 0= 1. Put them together.

("Paddock" instead of "field". That's cute.)

May I ask, how does putting 'a*1= a and a*0= 0 as well as 0= 1' together explicitly shows that this example of a paddock is the only one?
 
vintwc said:
May I ask, how does putting 'a*1= a and a*0= 0 as well as 0= 1' together explicitly shows that this example of a paddock is the only one?
a*1= a and a*0= 0 are the same thing because 0= 1. Therefore a= 0 for all a. The "paddock" contains only a single element.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top