Ask Science
Ask a science question, get a science answer.
Community Rules
Rule 1: Be respectful and inclusive.
Treat others with respect, and maintain a positive atmosphere.
Rule 2: No harassment, hate speech, bigotry, or trolling.
Avoid any form of harassment, hate speech, bigotry, or offensive behavior.
Rule 3: Engage in constructive discussions.
Contribute to meaningful and constructive discussions that enhance scientific understanding.
Rule 4: No AI-generated answers.
Strictly prohibit the use of AI-generated answers. Providing answers generated by AI systems is not allowed and may result in a ban.
Rule 5: Follow guidelines and moderators' instructions.
Adhere to community guidelines and comply with instructions given by moderators.
Rule 6: Use appropriate language and tone.
Communicate using suitable language and maintain a professional and respectful tone.
Rule 7: Report violations.
Report any violations of the community rules to the moderators for appropriate action.
Rule 8: Foster a continuous learning environment.
Encourage a continuous learning environment where members can share knowledge and engage in scientific discussions.
Rule 9: Source required for answers.
Provide credible sources for answers. Failure to include a source may result in the removal of the answer to ensure information reliability.
By adhering to these rules, we create a welcoming and informative environment where science-related questions receive accurate and credible answers. Thank you for your cooperation in making the Ask Science community a valuable resource for scientific knowledge.
We retain the discretion to modify the rules as we deem necessary.
view the rest of the comments
This depends on what properties you want your number system to satisfy. Usually you want for any three numbers a,b,c to satisfy
Associativity of addition: a+(b+c)=(a+b)+c This is quite useful, so we don't want to give this up
Commutativity of addition: a+b=b+a Also useful but you could get around that if you really want to, but for our purposes let's keep it
An additive identity (or zero): 0+a=a=a+0 You want a zero, so this is needed
Additive inverses: There exists x such that a+x=0 (here x=-a); you also want this
Associativity of multiplication: a*(bc)=(ab)*c Same as above, you want this property
Commutativity of multiplication: Useful but not necessary
A multiplicative identity (or one): 1a=a=a1 Usually with 1=/=0, also useful
Multplicative inverses for nonzero elements: Not that necessary, there are useful number systems without this (like the integers ...,-1,0,1,...)
Distributivity: a(b+c)=ab+ac, (a+b)c=ac+bc You ant this, as it links addition and multiplication and this is quite desirable.
If you assume 4. and 9., you get 0a = (0+0)a=0a+0a, hence 0=0a. This means that you would have to give up distributivity wihin your number system, however distributivity is what links addition and multiplication together, hence your question would just be "what if we have two binary operations that don't really interact with each other?" and the answer is: Maybe there are useful cases?
Edit: I forgot about losing property 4, in which case some examples are found in the following math stackexchange post