首页 | 主题 | 图库 | 问答 | 文摘 | 原创 | 百科

历史 | 地理 | 人物 | 艺术 | 体育 | 科学 | 音乐 | 电影 | 信息技术 | 世界遗产

 开放、中立,源自维基百科

Personal tools

Rational number

From Wikipedia, the free encyclopedia

Jump to: navigation, search

In mathematics, a rational number is a number which can be expressed as a ratio of two integers. Non-integer rational numbers (commonly called fractions) are usually written as the vulgar fraction Failed to parse (Missing texvc executable; please see math/README to configure.): a/b , where b is not zero. a is called the numerator, and b the denominator.

Each rational number can be written in infinitely many forms, such as Failed to parse (Missing texvc executable; please see math/README to configure.): 3/6=2/4=1/2 , but it is said to be in simplest form when a and b have no common divisors except 1 (i.e., they are coprime). Every non-zero rational number has exactly one simplest form of this type with a positive denominator. A fraction in this simplest form is said to be an irreducible fraction, or a fraction in reduced form.

The decimal expansion of a rational number is eventually periodic (in the case of a finite expansion the zeroes which implicitly follow it form the periodic part). The same is true for any other integral base above one, and is also true when rational numbers are considered to be p-adic numbers rather than real numbers. Conversely, if the expansion of a number for one base is periodic, it is periodic for all bases and the number is rational. A real number that is not a rational number is called an irrational number.

The set of all rational numbers, which constitutes a field, is denoted Failed to parse (Missing texvc executable; please see math/README to configure.): \mathbb{Q} . Using the set-builder notation, Failed to parse (Missing texvc executable; please see math/README to configure.): \mathbb{Q}

is defined as
Failed to parse (Missing texvc executable; please see math/README to configure.): \mathbb{Q} = \left\{\frac{m}{n} : m \in \mathbb{Z}, n \in \mathbb{Z}, n \ne 0 \right\},

where Failed to parse (Missing texvc executable; please see math/README to configure.): \mathbb{Z}

denotes the set of integers.

Contents

The term rational

In the mathematical world, the adjective rational often means that the underlying field considered is the field Failed to parse (Missing texvc executable; please see math/README to configure.): \mathbb{Q}

of rational numbers. For example, a rational integer is an algebraic integer which is also a rational number, which is to say, an ordinary integer, and a rational matrix is a matrix whose coefficients are rational numbers. Rational polynomial usually, and most correctly, means a polynomial with rational coefficients, also called a “polynomial over the rationals”. However, rational function does not mean the underlying field is the rational numbers, and a rational algebraic curve is not an algebraic curve with rational coefficients.

Arithmetic

See also: Fraction (mathematics)#Arithmetic with fractions

Two rational numbers Failed to parse (Missing texvc executable; please see math/README to configure.): a/b

and Failed to parse (Missing texvc executable; please see math/README to configure.): c/d
are equal if and only if Failed to parse (Missing texvc executable; please see math/README to configure.): ad =  bc

.

Two fractions are added as follows

Failed to parse (Missing texvc executable; please see math/README to configure.): \frac{a}{b} + \frac{c}{d} = \frac{ad+bc}{bd}.

The rule for multiplication is

Failed to parse (Missing texvc executable; please see math/README to configure.): \frac{a}{b} \cdot \frac{c}{d} = \frac{ac}{bd}.


Additive and multiplicative inverses exist in the rational numbers

Failed to parse (Missing texvc executable; please see math/README to configure.): - \left( \frac{a}{b} \right) = \frac{-a}{b} = \frac{a}{-b} \quad\mbox{and}\quad \left(\frac{a}{b}\right)^{-1} = \frac{b}{a} \mbox{ if } a \neq 0.

It follows that the quotient of two fractions is given by

Failed to parse (Missing texvc executable; please see math/README to configure.): \frac{a}{b} \div \frac{c}{d} = \frac{ad}{bc}.


Egyptian fractions

Main article: Egyptian fraction

Any positive rational number can be expressed as a sum of distinct reciprocals of positive integers, such as

Failed to parse (Missing texvc executable; please see math/README to configure.): \frac{5}{7} = \frac{1}{2} + \frac{1}{6} + \frac{1}{21}.


For any positive rational number, there are infinitely many different such representations, called Egyptian fractions, as they were used by the ancient Egyptians. The Egyptians also had a different notation for dyadic fractions.

Formal construction

Mathematically we may construct the rational numbers as equivalence classes of ordered pairs of integers Failed to parse (Missing texvc executable; please see math/README to configure.): \left(a, b\right) , with Failed to parse (Missing texvc executable; please see math/README to configure.): b

not equal to zero.  We can define addition and multiplication of these pairs with the following rules:
Failed to parse (Missing texvc executable; please see math/README to configure.): \left(a, b\right) + \left(c, d\right) = \left(ad + bc, bd\right)
Failed to parse (Missing texvc executable; please see math/README to configure.): \left(a, b\right) \times \left(c, d\right) = \left(ac, bd\right)

and if c ≠ 0, division by

Failed to parse (Missing texvc executable; please see math/README to configure.): \frac{\left(a, b\right)} {\left(c, d\right)} = \left(ad, bc\right).


The intuition is that Failed to parse (Missing texvc executable; please see math/README to configure.): \left(a, b\right)

stands for the number denoted by the fraction Failed to parse (Missing texvc executable; please see math/README to configure.): \tfrac{a}{b}.

To conform to our expectation that Failed to parse (Missing texvc executable; please see math/README to configure.): \tfrac{2}{4}

and Failed to parse (Missing texvc executable; please see math/README to configure.): \tfrac{1}{2}
denote the same number, we define an equivalence relation Failed to parse (Missing texvc executable; please see math/README to configure.): \sim
on these pairs with the following rule:
Failed to parse (Missing texvc executable; please see math/README to configure.): \left(a, b\right) \sim \left(c, d\right) \mbox{ if and only if } ad = bc.


This equivalence relation is a congruence relation: it is compatible with the addition and multiplication defined above, and we may define Q to be the quotient set of ~, i.e. we identify two pairs (a, b) and (c, d) if they are equivalent in the above sense. (This construction can be carried out in any integral domain: see field of fractions.)

We can also define a total order on Q by writing

Failed to parse (Missing texvc executable; please see math/README to configure.): \left(a, b\right) \le \left(c, d\right) \mbox{ if } (bd>0\mbox{ and } ad \le bc)\mbox{ or }(bd<0\mbox{ and } ad \ge bc).


The integers may be considered to be rational numbers by the embedding that maps Failed to parse (Missing texvc executable; please see math/README to configure.): p\,

to Failed to parse (Missing texvc executable; please see math/README to configure.): [(p, 1)],\,
where Failed to parse (Missing texvc executable; please see math/README to configure.): [(a,b)]\,
denotes the equivalence class having Failed to parse (Missing texvc executable; please see math/README to configure.): (a, b)\,
as a member.

Properties

Image:Diagonal argument.svg
a diagram illustrating the countabililty of the rationals

The set Failed to parse (Missing texvc executable; please see math/README to configure.): \mathbb{Q} , together with the addition and multiplication operations shown above, forms a field, the field of fractions of the integers Failed to parse (Missing texvc executable; please see math/README to configure.): \mathbb{Z} .

The rationals are the smallest field with characteristic zero: every other field of characteristic zero contains a copy of Failed to parse (Missing texvc executable; please see math/README to configure.): \mathbb{Q} . The rational numbers are therefore the prime field for characteristic zero.

The algebraic closure of Failed to parse (Missing texvc executable; please see math/README to configure.): \mathbb{Q} , i.e. the field of roots of rational polynomials, is the algebraic numbers.

The set of all rational numbers is countable. Since the set of all real numbers is uncountable, we say that almost all real numbers are irrational, in the sense of Lebesgue measure, i.e. the set of rational numbers is a null set.

The rationals are a densely ordered set: between any two rationals, there sits another one, in fact infinitely many other ones. Any totally ordered set which is countable, dense (in the above sense), and has no least or greatest element is order isomorphic to the rational numbers.

Real numbers and topological properties of the rationals

The rationals are a dense subset of the real numbers: every real number has rational numbers arbitrarily close to it. A related property is that rational numbers are the only numbers with finite expansions as regular continued fractions.

By virtue of their order, the rationals carry an order topology. The rational numbers also carry a subspace topology. The rational numbers form a metric space by using the metric d(xy) = | x − y |, and this yields a third topology on Failed to parse (Missing texvc executable; please see math/README to configure.): \mathbb{Q} . All three topologies coincide and turn the rationals into a topological field. The rational numbers are an important example of a space which is not locally compact. The rationals are characterized topologically as the unique countable metrizable space without isolated points. The space is also totally disconnected. The rational numbers do not form a complete metric space; the real numbers are the completion of Failed to parse (Missing texvc executable; please see math/README to configure.): \mathbb{Q} .

p-adic numbers

In addition to the absolute value metric mentioned above, there are other metrics which turn Failed to parse (Missing texvc executable; please see math/README to configure.): \mathbb{Q}

into a topological field: 

Let Failed to parse (Missing texvc executable; please see math/README to configure.): p

be a prime number and for any non-zero integer Failed to parse (Missing texvc executable; please see math/README to configure.): a
let Failed to parse (Missing texvc executable; please see math/README to configure.): |a|_p = p^{-n}

, where Failed to parse (Missing texvc executable; please see math/README to configure.): p^n

is the highest power of Failed to parse (Missing texvc executable; please see math/README to configure.): p
dividing Failed to parse (Missing texvc executable; please see math/README to configure.): a

In addition write Failed to parse (Missing texvc executable; please see math/README to configure.): |0|_p = 0 . For any rational number Failed to parse (Missing texvc executable; please see math/README to configure.): \frac{a}{b} , we set Failed to parse (Missing texvc executable; please see math/README to configure.): \left|\frac{a}{b}\right|_p = \frac{|a|_p}{|b|_p} .

Then Failed to parse (Missing texvc executable; please see math/README to configure.): d_p\left(x, y\right) = |x - y|_p

defines a metric on Failed to parse (Missing texvc executable; please see math/README to configure.): \mathbb{Q}

.

The metric space Failed to parse (Missing texvc executable; please see math/README to configure.): \left(\mathbb{Q}, d_p\right)

is not complete, and its completion is the p-adic number field Failed to parse (Missing texvc executable; please see math/README to configure.): \mathbb{Q}_p

. Ostrowski's theorem states that any non-trivial absolute value on the rational numbers Failed to parse (Missing texvc executable; please see math/README to configure.): \mathbb{Q}

is equivalent to either the usual real absolute value or a p-adic absolute value.

External links

ar:عدد كسري

bn:মূলদ সংখ্যা zh-min-nan:Pí-sò͘ be:Рацыянальны лік bs:Racionalni brojevi bg:Рационално число ca:Nombre racional cv:Ваклă хисеп cs:Racionální číslo da:Rationale tal de:Rationale Zahl et:Ratsionaalarvud el:Ρητός αριθμός es:Número racional eo:Racionala nombro eu:Zenbaki arrazional fa:اعداد گویا fo:Ráðin tal fr:Nombre rationnel gl:Número racional zh-classical:分數 ko:유리수 hr:Racionalni broj id:Bilangan rasional is:Ræðar tölur it:Numero razionale he:מספר רציונלי ka:რაციონალური რიცხვი lo:ຈຳນວນປົກກະຕິ la:Numerus rationalis lv:Racionāls skaitlis lt:Racionalusis skaičius jbo:fi'urna'u lmo:Nümar razziunaal hu:Racionális szám mk:Рационален број nl:Rationaal getal ja:有理数 no:Rasjonalt tall nds:Ratschonale Tall pl:Liczby wymierne pt:Número racional ro:Număr raţional ru:Рациональное число scn:Nùmmuru razziunali simple:Rational number sk:Racionálne číslo sl:Racionalno število sr:Рационалан број sh:Racionalni broj fi:Rationaaliluku sv:Rationella tal th:จำนวนตรรกยะ vi:Số hữu tỉ tr:Oranlı sayılar uk:Раціональні числа vls:Rationoale getalln yo:Nọ́mbà oníìpín zh-yue:有理數

Languages
AD Links