A number is a unit of quantity in mathematics. Some numbers include:
There are lots of different types of numbers, like the natural numbers for example. The natural set is usually denoted as and contains every positive integer, and starts 1, 2, 3, 4, 5... . But this is just an example.
Numbers are abstract mathematical objects, for instance, the number 4 on its own doesn't mean 4 apples, 4 centimeters, it just means 4.
Name of numbers[]
Every three digits a number has after the first digit (assuming it is read left-to-right) the number gets a different name. You can also say that gets a different name depending on the value of n.
| Number | Name |
|---|---|
| Thousand | |
| Million | |
| Billion | |
| Trillion | |
| Quadrillion | |
| Quintillion | |
| Sextillion | |
| Septillion | |
| Octillion | |
| Nonillion | |
| Decillion | |
| Undecillion | |
| Duodecillion | |
| Tredecillion | |
| Quattuordecillion | |
| Quindecillion | |
| Sexdecillion | |
| Septendecillion | |
| Octodecillion | |
| Novemdecillion | |
| Vigintillion | |
| Unvigintillion | |
| Duovigintillion | |
| Tresvigintillion | |
| Quattuorvigintillion | |
| Quinvigintillion | |
| Sexvigintillion | |
| Septenvigintillion | |
| Octovigintillion | |
| Novemvigintillion | |
| Trigintillion | |
| Untrigintillion | |
| Duotrigintillion | |
| Googol |
Numbers as sets[]
Using Set theory, people have found other ways to construct the natural numbers. Specifically, these numbers can be defined by using recursion with 0 = ∅ or the empty set, and the successor function being defined as . In plain English, this formula takes any natural number n, defines it as a set starting at 0 and going up to n-1, so the set has exactly n elements. n+1 represents the length of the list, so if n=2, the set would have n+1 or 3 elements. Zero is already defined with the empty set, so we can write it in two ways, one with the natural numbers, or using just empty sets. The first 5 natural numbers are defined as sets like this:
0: {}, or ∅ 1: {0} or {∅}, 2: {0,1} or {∅,{∅}}, 3: {0,1,2} or {∅,{∅},{∅,{∅}}}, 4: {0,1,2,3} or {∅,{∅},{∅,{∅},{∅,{∅},{∅,{∅}}})
You can clearly see patterns emerge from defining numbers like this!