New mathematical operation labelled #

  • Thread starter Thread starter Quark Itself
  • Start date Start date
  • Tags Tags
    Mathematical
Quark Itself
Messages
25
Reaction score
0
This is neither homework nor independent study, it was a brain teaser( or so you could call it) I found.

A new mathematical operation has been implemented , call it #
It is used within our knowledge of numbers( it operates with all sets of numbers) and works together with our known operations ( +,-,*,/ etc.)
It also functions in such ways that, for all real values x and y

x # 0 = x (It's # identity is 0, I assumed)

x # y = y # x (it is also commutative)

(x+1) # y = (x # 1) + y + 1

From the information given, find some arbitrary value ; say 12 # 5

Attempt:
Also, I stumbled upon contradiction.
Let x = 5 and y = 0, then using the last rule
(5+1) # 0 = (5 # 1) + 0 + 1
6 # 0 = (5 # 1) +1
but 6#0 should be 6 by one of the rules
so 5#1 = 6-1 = 5

Now, let y = 5 and x = 0, then:
(0+1) # 5 = (0 # 1) + 5 +1
1 # 5 = (0 # 1) +6
Since they commute, one can look at it this way:
5#1 = 1#0 +6
RHS = 5 from test 1
LHS = 1 + 6 = 7 from the rules and addition

Any suggestion would be well appreciated !
 
Mathematics news on Phys.org
Quark Itself said:
This is neither homework nor independent study, it was a brain teaser( or so you could call it) I found.

A new mathematical operation has been implemented , call it #
It is used within our knowledge of numbers( it operates with all sets of numbers) and works together with our known operations ( +,-,*,/ etc.)
It also functions in such ways that, for all real values x and y

x # 0 = x (It's # identity is 0, I assumed)

x # y = y # x (it is also commutative)

(x+1) # y = (x # 1) + y + 1

From the information given, find some arbitrary value ; say 12 # 5
Attempt:
Also, I stumbled upon contradiction.
Let x = 5 and y = 0, then using the last rule
(5+1) # 0 = (5 # 1) + 0 + 1
6 # 0 = (5 # 1) +1
but 6#0 should be 6 by one of the rules
so 5#1 = 6-1 = 5

Now, let y = 5 and x = 0, then:
(0+1) # 5 = (0 # 1) + 5 +1
1 # 5 = (0 # 1) +6
Since they commute, one can look at it this way:
5#1 = 1#0 +6
RHS = 5 from test 1
LHS = 1 + 6 = 7 from the rules and addition

Any suggestion would be well appreciated !
More generally, for any x, (x+1)#0= (x#1)+ 1 yet we know that (x+1)#0= x+ 1. That can only be true if x#1= x for all x. But then (x+1)#1= (x#1)+ 1+ 1= x#1+2 which, using "x#1= x for all x" reduces to x+1= x+ 2! Yes, you are correct- that definition is inconsistent (assuming that "+" means ordinary addition).
 
basically, this arbitrary value can be multiple values and therefore there is no logical solution?
How would one solve it , despite the discrepancy?
 
Solve what?? This is NOT a valid operation and it makes no sense to ask questions as if it were.
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
I'm interested to know whether the equation $$1 = 2 - \frac{1}{2 - \frac{1}{2 - \cdots}}$$ is true or not. It can be shown easily that if the continued fraction converges, it cannot converge to anything else than 1. It seems that if the continued fraction converges, the convergence is very slow. The apparent slowness of the convergence makes it difficult to estimate the presence of true convergence numerically. At the moment I don't know whether this converges or not.

Similar threads

Replies
24
Views
2K
Replies
8
Views
1K
Replies
8
Views
2K
Replies
1
Views
2K
Replies
55
Views
5K
Back
Top