Asymptotic notation informal definitions

AI Thread Summary
The discussion revolves around the potential interchangeability of asymptotic notations, specifically O and Ω, as well as o and ω. The original poster questions whether the definitions of these notations could be swapped, suggesting that if O notation were defined as c*f(x) <= g(x), it would align with the traditional definition of Ω. They explore examples using the function f(x) = 2n² and g(x) = n², illustrating how different constants could maintain the inequalities. The poster also considers the implications for θ notation and whether adjusting coefficients could yield valid definitions. Ultimately, the conversation highlights the need for clarity in the definitions of asymptotic notations and their relationships.
colt
Messages
20
Reaction score
0
I was wondering if the O notation definition could be exchanged with the Ω notation and o could be exchanged with the ω notation.

I ask this because of this:
2n² O(n²) means that 2n² <= c*n² which it is true for c=3 and n>=1 for example

Instead, it would be like this:

c*2n² <= n² which would be true for c=1/3 and n>=1 for example

and in the Ω case, 2n² Ω n² means that c*2n² <= n² ,which is true to c=1/3 and n>=1 for example. Instead could it be defined so it would means that 2n² < c*n², which would be true for for c=3 and n>=1, for example. Basically changing the meaning of these notations

The same would be applicable to o and ω notations.

And in the case of n²-2n = θ(n²), instead of c1*n²<=n²-2n<=c2*n² could it be c1*n²-2n<=n²<=c2*n²-2n adjusting the coefficients as needed?

It is all of this valid, or there is some restriction that forces these definitions to be that way?
 
Mathematics news on Phys.org
I don't think it's possible to know what you are talking about. Could you please try to explain your question over?
 
I will try starting with only the O notation then

for a function f(x) to be O g(x) is necessary that f(x) <= c * g(x) for a certain n >= n0 right?

for f(x) = 2n² to be <= than g(x) = n², you could call c of 3 and n >= 1 for instance.

However, if the definition of O notation were c* f(x) <= g(x), for a certain n>= n0, c could be 1/3 and n>=1 that the inequality would keep being true.

Instead to make g(x) bigger, the idea is to make f(x) smaller.

But if you pay attention to the Ω notation would have noted that it is c* f(x) <= g(x) for n>= n0, exactly the "new" notation for O. So Ω would have to change for not be equal to O.
And so would became f(x) <= c * g(x), that it is the "old" definition of O

So what I am doing here is basically swapping their definitions.

The original Ω is equal to the new O notation
 
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
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...
Back
Top