Multiplicative Inverse Manipulation Valid?

AI Thread Summary
The discussion centers on the validity of using multiplicative inverses in a proof involving elements of a field. The proof attempts to show that if ab = 0, then a or b must be zero, leading to a contradiction. Concerns are raised about the legitimacy of substitution in the proof, particularly regarding the interchangeability of a and b, which is not explicitly stated as an axiom. The equivalence relation of equality is acknowledged as transitive, suggesting that substitution is logically justified. The final advice is to avoid referencing specific fields like the reals, as the argument applies to fields in general.
snipez90
Messages
1,095
Reaction score
5

Homework Statement


Let S be a field containing elements x and y. If a \neq 0 and b \neq 0 then ab \neq 0

Homework Equations


Field Axioms:

Associative law for addition
Existence of additive identity
Existence of additive inverse
Commutative law for addition
Associative law for multiplication
Existence of multiplicative identity
Existence of multiplicative inverses
Commutative law for multiplication
Distributive law

The Attempt at a Solution



The proof I want to implement is as follows:

Suppose ab = 0. Then,

(1)1 = 1 \cdot 1 (Existence of additive identity)
(2)= (a*a^{-1})(b*b^{-1}) (Existence of multiplicative inverses)
(3)= (a^{-1})(b^{-1})ab (Associative law for multiplication)
(4)= (a^{-1})(b^{-1})0 = 0 (A lemma that a*0 = 0, if a is a real)

which is a contradiction.

I have two primary concerns. The both involve the idea of substitution, which the professor didn't mention if we are allowed to use or not. Substitution is of course not an axiom (or we weren't given it).

Specifically I am focused on lines (2) and (4). In line (2), it seems the substitution is more valid in a sense that the product of a real and its multiplicative identity defines 1. But on line (4), it is simply substituting 0 in place for ab. We are allowed to add and multiply both sides by the same quantity and that's really all the algebra that were explicitly mentioned for use.
 
Last edited:
Physics news on Phys.org
OK sorry for the bump. The focus of my question is simply this:

We have a field that contain the 9 axioms listed above. These axioms involve binary operations. Adding or multiplying the same thing seems justified under the binary system we have. But what about a = b? Can we logically deduce that a and b are interchangeable? It's an equivalence statement so I can't think of a possible argument against using this in a proof. Nonetheless, it's not an axiom, do I have to prove it or does it follow logically.
 
"=" is an equivalence relation, so it is transitive. So substitution is justified.
 
Proof looks good (classical approach) - but I would eliminate the reference to 'a is real' in your final line, as it seems to me that you are referring to fields in general, not to the reals.
 
Sorry I was aware of that as well, that's what I meant but I didn't want to define the field again (laziness on my part). Thanks for the replies.
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top