Can I use $0 = (-x) - (-x)$ as additive inverse in a proof?

Clash Royale CLAN TAG#URR8PPP
up vote
3
down vote
favorite
In W. Rudin's Principles of Analysis, 1.14, the proof for $-(-x) = x$ from the basic axioms of a field is hinted at but not shown. Based on the hint I came up with the following:
beginarrayl c
x = x & \
x = x + 0 & additive identity\
x = x + (-x) - (-x) & additive inverse\
x = -(-x)
endarray
Is it OK to do what I did above, use $(-x) - (-x)=0$ by definition of additive inverse? I feel I need an extra step since I used $-x$ for each $x$ in the definition $x + (-x) = 0$. Or maybe my whole approach is wrong?
real-analysis
add a comment |Â
up vote
3
down vote
favorite
In W. Rudin's Principles of Analysis, 1.14, the proof for $-(-x) = x$ from the basic axioms of a field is hinted at but not shown. Based on the hint I came up with the following:
beginarrayl c
x = x & \
x = x + 0 & additive identity\
x = x + (-x) - (-x) & additive inverse\
x = -(-x)
endarray
Is it OK to do what I did above, use $(-x) - (-x)=0$ by definition of additive inverse? I feel I need an extra step since I used $-x$ for each $x$ in the definition $x + (-x) = 0$. Or maybe my whole approach is wrong?
real-analysis
That's perfectly valid, but in a proof at this level you should probably explicitly point at associativiy. [That is x=x+0=x+((-x)-(-x))=(x+(-x))-(-x)=0-(-x)=-(-x).] Also I don't feel comfortable with students using the subtraction sign which is shorthand for $(-x)+(-(-x)) $. I think it has implications that a student shouldn't be implying yet.
â fleablood
Aug 16 at 6:22
add a comment |Â
up vote
3
down vote
favorite
up vote
3
down vote
favorite
In W. Rudin's Principles of Analysis, 1.14, the proof for $-(-x) = x$ from the basic axioms of a field is hinted at but not shown. Based on the hint I came up with the following:
beginarrayl c
x = x & \
x = x + 0 & additive identity\
x = x + (-x) - (-x) & additive inverse\
x = -(-x)
endarray
Is it OK to do what I did above, use $(-x) - (-x)=0$ by definition of additive inverse? I feel I need an extra step since I used $-x$ for each $x$ in the definition $x + (-x) = 0$. Or maybe my whole approach is wrong?
real-analysis
In W. Rudin's Principles of Analysis, 1.14, the proof for $-(-x) = x$ from the basic axioms of a field is hinted at but not shown. Based on the hint I came up with the following:
beginarrayl c
x = x & \
x = x + 0 & additive identity\
x = x + (-x) - (-x) & additive inverse\
x = -(-x)
endarray
Is it OK to do what I did above, use $(-x) - (-x)=0$ by definition of additive inverse? I feel I need an extra step since I used $-x$ for each $x$ in the definition $x + (-x) = 0$. Or maybe my whole approach is wrong?
real-analysis
asked Aug 16 at 1:48
APR123
185
185
That's perfectly valid, but in a proof at this level you should probably explicitly point at associativiy. [That is x=x+0=x+((-x)-(-x))=(x+(-x))-(-x)=0-(-x)=-(-x).] Also I don't feel comfortable with students using the subtraction sign which is shorthand for $(-x)+(-(-x)) $. I think it has implications that a student shouldn't be implying yet.
â fleablood
Aug 16 at 6:22
add a comment |Â
That's perfectly valid, but in a proof at this level you should probably explicitly point at associativiy. [That is x=x+0=x+((-x)-(-x))=(x+(-x))-(-x)=0-(-x)=-(-x).] Also I don't feel comfortable with students using the subtraction sign which is shorthand for $(-x)+(-(-x)) $. I think it has implications that a student shouldn't be implying yet.
â fleablood
Aug 16 at 6:22
That's perfectly valid, but in a proof at this level you should probably explicitly point at associativiy. [That is x=x+0=x+((-x)-(-x))=(x+(-x))-(-x)=0-(-x)=-(-x).] Also I don't feel comfortable with students using the subtraction sign which is shorthand for $(-x)+(-(-x)) $. I think it has implications that a student shouldn't be implying yet.
â fleablood
Aug 16 at 6:22
That's perfectly valid, but in a proof at this level you should probably explicitly point at associativiy. [That is x=x+0=x+((-x)-(-x))=(x+(-x))-(-x)=0-(-x)=-(-x).] Also I don't feel comfortable with students using the subtraction sign which is shorthand for $(-x)+(-(-x)) $. I think it has implications that a student shouldn't be implying yet.
â fleablood
Aug 16 at 6:22
add a comment |Â
2 Answers
2
active
oldest
votes
up vote
1
down vote
accepted
Your approach is perfectly valid.
$$x = x$$
$$x = x + 0$$
$$x = x + ((-x) - (-x))$$
Associative property of addition
$$x =( x + (-x)) - (-x)$$
$$x = 0 -(-x)=-(-x)$$
add a comment |Â
up vote
0
down vote
Your approach is fine but you jumped two steps.
You have
$x=x+(-x)-(-x) $ so the next should be:
$x=(x+(-x))-(-x) $ associativity of addition
$x=0-(-x)$ additive inverse
$x=-(-x) $ additive identity.
BTW I think a more direct proof would be to note:
$x+(-x)=0$ and $-(-x)+(-x)=0$ so
$x+(-x)=-(-x)+(-x)$ so
$x+(-x)+x=-(-x)+(-x) +x$ from the axiom that $a=biff a+c=a+c $
Then associativity, inverses, and identity will yield
$x+0=-(-x)+0$ and $x=-(-x) $.
That all makes sense. Thank you
â APR123
Aug 17 at 13:02
add a comment |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
Your approach is perfectly valid.
$$x = x$$
$$x = x + 0$$
$$x = x + ((-x) - (-x))$$
Associative property of addition
$$x =( x + (-x)) - (-x)$$
$$x = 0 -(-x)=-(-x)$$
add a comment |Â
up vote
1
down vote
accepted
Your approach is perfectly valid.
$$x = x$$
$$x = x + 0$$
$$x = x + ((-x) - (-x))$$
Associative property of addition
$$x =( x + (-x)) - (-x)$$
$$x = 0 -(-x)=-(-x)$$
add a comment |Â
up vote
1
down vote
accepted
up vote
1
down vote
accepted
Your approach is perfectly valid.
$$x = x$$
$$x = x + 0$$
$$x = x + ((-x) - (-x))$$
Associative property of addition
$$x =( x + (-x)) - (-x)$$
$$x = 0 -(-x)=-(-x)$$
Your approach is perfectly valid.
$$x = x$$
$$x = x + 0$$
$$x = x + ((-x) - (-x))$$
Associative property of addition
$$x =( x + (-x)) - (-x)$$
$$x = 0 -(-x)=-(-x)$$
answered Aug 16 at 2:17
Mohammad Riazi-Kermani
29.1k41852
29.1k41852
add a comment |Â
add a comment |Â
up vote
0
down vote
Your approach is fine but you jumped two steps.
You have
$x=x+(-x)-(-x) $ so the next should be:
$x=(x+(-x))-(-x) $ associativity of addition
$x=0-(-x)$ additive inverse
$x=-(-x) $ additive identity.
BTW I think a more direct proof would be to note:
$x+(-x)=0$ and $-(-x)+(-x)=0$ so
$x+(-x)=-(-x)+(-x)$ so
$x+(-x)+x=-(-x)+(-x) +x$ from the axiom that $a=biff a+c=a+c $
Then associativity, inverses, and identity will yield
$x+0=-(-x)+0$ and $x=-(-x) $.
That all makes sense. Thank you
â APR123
Aug 17 at 13:02
add a comment |Â
up vote
0
down vote
Your approach is fine but you jumped two steps.
You have
$x=x+(-x)-(-x) $ so the next should be:
$x=(x+(-x))-(-x) $ associativity of addition
$x=0-(-x)$ additive inverse
$x=-(-x) $ additive identity.
BTW I think a more direct proof would be to note:
$x+(-x)=0$ and $-(-x)+(-x)=0$ so
$x+(-x)=-(-x)+(-x)$ so
$x+(-x)+x=-(-x)+(-x) +x$ from the axiom that $a=biff a+c=a+c $
Then associativity, inverses, and identity will yield
$x+0=-(-x)+0$ and $x=-(-x) $.
That all makes sense. Thank you
â APR123
Aug 17 at 13:02
add a comment |Â
up vote
0
down vote
up vote
0
down vote
Your approach is fine but you jumped two steps.
You have
$x=x+(-x)-(-x) $ so the next should be:
$x=(x+(-x))-(-x) $ associativity of addition
$x=0-(-x)$ additive inverse
$x=-(-x) $ additive identity.
BTW I think a more direct proof would be to note:
$x+(-x)=0$ and $-(-x)+(-x)=0$ so
$x+(-x)=-(-x)+(-x)$ so
$x+(-x)+x=-(-x)+(-x) +x$ from the axiom that $a=biff a+c=a+c $
Then associativity, inverses, and identity will yield
$x+0=-(-x)+0$ and $x=-(-x) $.
Your approach is fine but you jumped two steps.
You have
$x=x+(-x)-(-x) $ so the next should be:
$x=(x+(-x))-(-x) $ associativity of addition
$x=0-(-x)$ additive inverse
$x=-(-x) $ additive identity.
BTW I think a more direct proof would be to note:
$x+(-x)=0$ and $-(-x)+(-x)=0$ so
$x+(-x)=-(-x)+(-x)$ so
$x+(-x)+x=-(-x)+(-x) +x$ from the axiom that $a=biff a+c=a+c $
Then associativity, inverses, and identity will yield
$x+0=-(-x)+0$ and $x=-(-x) $.
answered Aug 16 at 6:34
fleablood
60.7k22575
60.7k22575
That all makes sense. Thank you
â APR123
Aug 17 at 13:02
add a comment |Â
That all makes sense. Thank you
â APR123
Aug 17 at 13:02
That all makes sense. Thank you
â APR123
Aug 17 at 13:02
That all makes sense. Thank you
â APR123
Aug 17 at 13:02
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2884298%2fcan-i-use-0-x-x-as-additive-inverse-in-a-proof%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
That's perfectly valid, but in a proof at this level you should probably explicitly point at associativiy. [That is x=x+0=x+((-x)-(-x))=(x+(-x))-(-x)=0-(-x)=-(-x).] Also I don't feel comfortable with students using the subtraction sign which is shorthand for $(-x)+(-(-x)) $. I think it has implications that a student shouldn't be implying yet.
â fleablood
Aug 16 at 6:22