Closed Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: What is infinity

  1. #1
    xtraze is offline Programming God
    Join Date
    Dec 2006
    Location
    Sri lanka
    Posts
    911
    Rep Power
    0

    What is infinity

    I know that it has no definite value and the highest value if we take in mathematics. But are you having any more Ideas regarding infinity ?

    let them out here.

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #2
    AfTriX is offline Programming God
    Join Date
    Jan 2007
    Location
    Chicago
    Posts
    586
    Rep Power
    0
    If infinity is the highest value, what do we call for infinity + 1?

    I mean
    infinity + 1 = ????

  4. #3
    Join Date
    Aug 2006
    Posts
    11,209
    Blog Entries
    6
    Rep Power
    101
    Infinity is a term with very distinct, separate meanings which arise in theology, philosophy, mathematics and everyday life. Popular or colloquial usage of the term often does not accord with its more technical meanings. The word infinity comes from Latin : "In-finite", is not ended.
    This might help.

  5. #4
    Join Date
    Jul 2006
    Location
    Amherst, New York, United States
    Posts
    6,277
    Blog Entries
    26
    Rep Power
    20
    Quote Originally Posted by AfTriX View Post
    If infinity is the highest value, what do we call for infinity + 1?

    I mean
    infinity + 1 = ????
    In programing call that a "type mismatch" error. Infinity is an idea, not a value.

  6. #5
    AfTriX is offline Programming God
    Join Date
    Jan 2007
    Location
    Chicago
    Posts
    586
    Rep Power
    0
    Wiki says the following:


    Code:
    The word infinity comes from the Latin infinitas
    or "unboundedness." It refers to several distinct
    concepts (usually linked to the idea of "without
    end" or "bigger than the biggest thing you can
    think of") which arise in philosophy, mathematics,
    theology and everyday life.
    Last edited by AfTriX; 01-12-2007 at 01:11 AM.

  7. #6
    xtraze is offline Programming God
    Join Date
    Dec 2006
    Location
    Sri lanka
    Posts
    911
    Rep Power
    0
    Then can we say that Gmail is providing infinite Space as its unboundedness and bigger than the biggest thing you can think of as the space changes every second.

    So, technically Gmail is providing infinite space for users.

  8. #7
    techni68 is offline Programming Professional
    Join Date
    Dec 2006
    Posts
    227
    Rep Power
    20
    Infinity means without limits

  9. #8
    AfTriX is offline Programming God
    Join Date
    Jan 2007
    Location
    Chicago
    Posts
    586
    Rep Power
    0
    Code:
    infinity + r = r + infinity = infinity
      (-infinity) + r = r + (-infinity) = -infinity
                    infinity + infinity = infinity
              (-infinity) + (-infinity) = -infinity
                           infinity - r = infinity
                        (-infinity) - r = -infinity
                           r - infinity = -infinity
                        r - (-infinity) = infinity
                 infinity - (-infinity) = infinity
                 (-infinity) - infinity = -infinity
            infinity * r = r * infinity = infinity  for r > 0
      (-infinity) * r = r * (-infinity) = -infinity  for r > 0
            infinity * r = r * infinity = -infinity  for r < 0
      (-infinity) * r = r * (-infinity) = infinity  for r < 0
     infinity * infinity = (-infinity) * (-infinity) = infinity
     infinity * (-infinity) = (-infinity) * infinity = -infinity
                           infinity / r = infinity  for r > 0
                        (-infinity) / r = -infinity  for r > 0
                           infinity / r = -infinity  for r < 0
                        (-infinity) / r = infinity  for r < 0
                           r / infinity = 0
                        r / (-infinity) = 0
    
    Where we get into trouble is with defining the following:
    
            infinity + (-infinity)
         (-infinity) + infinity
            infinity - infinity
         (-infinity) - (-infinity)
                   0 * infinity
            infinity * 0
                   0 * (-infinity)
         (-infinity) * 0
            infinity / infinity
            infinity / (-infinity)
         (-infinity) / infinity
         (-infinity) / (-infinity)
            infinity / 0 = infinity
        (-infinity) / 0 = -infinity
    I found on a site.

  10. #9
    Join Date
    Jul 2006
    Location
    Amherst, New York, United States
    Posts
    6,277
    Blog Entries
    26
    Rep Power
    20
    That is interesting but it has no meaning. Infinity is a concept, not a number therefore "r / infinity = 0" has no meaning. Its like saying "r / sidewinder = 0" it just doesn't make sense. I believe the definition of infinity so-to-speak is limitlessness. So

    1 / infinity = infinitesimally small number but not zero. Therefore

    r / infinity = limit as r approaches 0 of f(r) which does not equal 0.

    It is kind of interesting how the single question alone, "what is infinity," is the basis of all calculus!

    ====

    And while we are on the subject of infinity. I would just like to crush another concept. Many people think the universe is continuously subdividable which it isn't! The idea stems from the idea that you can keep halving "things" - something like "If you have an eight ounce cup of water and take half away you are left with 4 ounces, another half 2 ounces, another half 1oz, another half .5oz another half .25oz, and so on..."

    The reason this cant be done is because eventually you will only be left with one water molecule. One single molecule of H2O. If you divide that any further you no longer have any water, but it could be broken down into individual atoms and then individual protons, electrons, and neutrons, but at that point you can no longer divide your water in half. (which is one of the ideas behind particle physics)
    Last edited by John; 01-12-2007 at 10:39 PM.

  11. #10
    Join Date
    Jul 2006
    Posts
    16,486
    Blog Entries
    75
    Rep Power
    143
    Infinite can be defined fairly precisely, but is not always a single "value". For example, there are infinitely many integers, and infinitely many real numbers, but using mappings between them, it can also be shown that there are more real numbers than integers. This leads to the concept of "levels of infinity". Depending on the axioms chosen for the set theory under use, these levels of infinity can either represent discrete jumps or a continuum. For a model with discrete jumps, they are generally represented as aleph-nought, aleph-1, aleph-2, etc. This is all based on the concept of cardinality, or measuring the size of a set.

    For a different perspective, if you have the set of all subsets of the non-negative integers where each subset contains 0-n, for some integer n, then that set can be considered "infinity". If you union that set with the number 1 (not {1}), then the new set can be viewed as infinity+1.

    Doing some searches on "set theory" and "Cantor" can give you more information.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

Closed Thread
Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Count to infinity - with images
    By Jaan in forum Games
    Replies: 719
    Last Post: 12-16-2011, 05:11 PM
  2. Stop an infinity loop
    By toto_7 in forum Java Help
    Replies: 1
    Last Post: 05-31-2011, 06:12 AM
  3. Numerical integration to infinity
    By ljl22 in forum C and C++
    Replies: 13
    Last Post: 03-26-2011, 05:57 PM
  4. Infinity Logic
    By DrunkenCanadian in forum Site Reviews
    Replies: 0
    Last Post: 02-12-2011, 02:55 PM
  5. Infinity - Another deviantion by me
    By Jaan in forum The Lounge
    Replies: 8
    Last Post: 04-03-2009, 08:22 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts