Field (mathematics)

Field (mathematics)

In abstract algebra, a field is a commutative ring whose nonzero elements form a group under multiplication. As such it is an algebraic structure with notions of addition, subtraction, multiplication, and division, satisfying certain axioms. The most commonly used fields are the field of real numbers, the field of complex numbers, and the field of rational numbers, but there are also finite fields, fields of functions, various algebraic number fields, p-adic fields, and so forth. To avoid confusion with other uses of the word "field", the term "corpus" may also be used.

Any field may be used as the scalars for a vector space, which is the standard general context for linear algebra. The theory of field extensions (including Galois theory) involves the roots of polynomials with coefficients in a field; among other results, this theory leads to impossibility proofs for the classical problems of angle trisection and squaring the circle with a compass and straightedge, as well as a proof of the Abel–Ruffini theorem on the algebraic insolubility of quintic equations. In modern mathematics, the theory of fields (or field theory) plays an essential role in number theory and algebraic geometry.

As an algebraic structure, every field is a ring, but not every ring is a field. The most important difference is that fields allow for division (though not division by zero), while a ring need not possess multiplicative inverses; for example the integers form a ring, but 2x = 1 has no solution in integers. Also, the multiplication operation in a field is required to be commutative. A ring in which division is possible but commutativity is not assumed (such as the quaternions) is called a division ring or skew field. (Historically, division rings were sometimes referred to as fields, while fields were called commutative fields.)

As a ring, a field may be classified as a specific type of integral domain, and can be characterized by the following (not exhaustive) chain of class inclusions:

Commutative ringsintegral domainsintegrally closed domainsunique factorization domainsprincipal ideal domainsEuclidean domainsfieldsfinite fields.

Contents

Definition and illustration

Intuitively, a field is a set F that is a commutative group with respect to two compatible operations, addition and multiplication, with "compatible" being formalized by distributivity, and the caveat that the additive identity (0) has no multiplicative inverse (one cannot divide by 0).

The most common way to formalize this is by defining a field as a set together with two operations, usually called addition and multiplication, and denoted by + and ·, respectively, such that the following axioms hold; subtraction and division are defined implicitly in terms of the inverse operations of addition and multiplication:[note 1]

Closure of F under addition and multiplication
For all a, b in F, both a + b and a · b are in F (or more formally, + and · are binary operations on F).
Associativity of addition and multiplication
For all a, b, and c in F, the following equalities hold: a + (b + c) = (a + b) + c and a · (b · c) = (a · b) · c.
Commutativity of addition and multiplication
For all a and b in F, the following equalities hold: a + b = b + a and a · b = b · a.
Existence of additive and multiplicative identity elements
There exists an element of F, called the additive identity element and denoted by 0, such that for all a in F, a + 0 = a. Likewise, there is an element, called the multiplicative identity element and denoted by 1, such that for all a in F, a · 1 = a. To exclude the trivial ring, the additive identity and the multiplicative identity are required to be distinct.
Existence of additive inverses and multiplicative inverses
For every a in F, there exists an element −a in F, such that a + (−a) = 0. Similarly, for any a in F other than 0, there exists an element a−1 in F, such that a · a−1 = 1. (The elements a + (−b) and a · b−1 are also denoted a − b and a/b, respectively.) In other words, subtraction and division operations exist.
Distributivity of multiplication over addition
For all a, b and c in F, the following equality holds: a · (b + c) = (a · b) + (a · c).

A field is therefore an algebraic structureF, +, ·, −, −1, 0, 1〉; of type 〈2, 2, 1, 1, 0, 0〉, consisting of two abelian groups:

  • F under +, −, and 0;
  • F \ {0} under ·, −1, and 1, with 0 ≠ 1,

with · distributing over +.[1]

First example: rational numbers

A simple example of a field is the field of rational numbers, consisting of the fractions a/b, where a and b are integers, and b ≠ 0. The additive inverse of such a fraction is simply −a/b, and the multiplicative inverse (provided that a ≠ 0) is b/a. To see the latter, note that

\frac{b}{a} \cdot \frac{a}{b} = \frac{ba}{ab} = 1.

The abstractly required field axioms reduce to standard properties of rational numbers, such as the law of distributivity

\frac{a}{b} \cdot \left(\frac{c}{d} + \frac{e}{f}\right) = \frac{a}{b} \cdot \frac{cf + ed}{df} = \frac{a(cf + ed)}{bdf} = \frac{acf}{bdf} +  \frac{aed}{bdf} = \frac{ac}{bd} +  \frac{ae}{bf} = \frac{a}{b} \cdot \frac{c}{d} + \frac{a}{b}\cdot \frac{e}{f}\text{,}

or the law of commutativity and law of associativity.

Second example: a field with four elements

+ O I A B
O O I A B
I I O B A
A A B O I
B B A I O
· O I A B
O O O O O
I O I A B
A O A B I
B O B I A

In addition to familiar number systems such as the rationals, there are other, less immediate examples of fields. The following example is a field consisting of four elements called O, I, A and B. The notation is chosen such that O plays the role of the additive identity element (denoted 0 in the axioms), and I is the multiplicative identity (denoted 1 above). One can check that all field axioms are satisfied. For example:

A · (B + A) = A · I = A, which equals A · B + A · A = I + B = A, as required by the distributivity.

The above field is called a finite field with four elements, and can be denoted F4. Field theory is concerned with understanding the reasons for the existence of this field, defined in a fairly ad-hoc manner, and describing its inner structure. For example, from a glance at the multiplication table, it can be seen that any non-zero element (i.e., I, A, and B) is a power of A: A = A1, B = A2 = A · A, and finally I = A3 = A · A · A. This is not a coincidence, but rather one of the starting points of a deeper understanding of (finite) fields.

Alternative axiomatizations

As with other algebraic structures, there exist alternative axiomatizations. Because of the relations between the operations, one can alternatively axiomatize a field by explicitly assuming that are four binary operations (add, subtract, multiply, divide) with axioms relating these, or in terms of two binary operations (add, multiply) and two unary operations (additive inverse, multiplicative inverse), or other variants.

The usual axiomatization in terms of the two operations of addition and multiplication is brief and allows the other operations to be defined in terms of these basic ones, but in other contexts, such as topology and category theory, it is important to include all operations as explicitly given, rather than implicitly defined (compare topological group). This is because without further assumptions, the implicitly defined inverses may not be continuous (in topology), or may not be able to be defined (in category theory): defining an inverse requires that one be working with a set, not a more general object.

For a very economical axiomatization of the field of real numbers, whose primitives are merely a set R with 1∈R, addition, and a binary relation, <, see Tarski's axiomatization of the reals.

Related algebraic structures

Ring and field axioms
Abelian group Ring Commutative
ring
Skew field or
Division ring
Field
Abelian (additive) group
structure
Yes Yes Yes Yes Yes
Multiplicative structure
and distributivity
Yes Yes Yes Yes
Commutativity of multiplication No Yes No Yes
Multiplicative inverses No No Yes Yes

The axioms imposed above resemble the ones familiar from other algebraic structures. For example, the existence of the binary operation "·", together with its commutativity, associativity, (multiplicative) identity element and inverses are precisely the axioms for an abelian group. In other words, for any field, the subset of nonzero elements F \ {0}, also often denoted F×, is an abelian group (F×, ·) usually called multiplicative group of the field. Likewise (F, +) is an abelian group. The structure of a field is hence the same as specifying such two group structures (on the same set), obeying the distributivity.

Important other algebraic structures such as rings arise when requiring only part of the above axioms. For example, if the requirement of commutativity of the multiplication operation · is dropped, one gets structures usually called division rings or skew fields.

Remarks

By elementary group theory, applied to the abelian groups (F×, ·), and (F, +), the additive inverse −a and the multiplicative inverse a−1 are uniquely determined by a.

Similar direct consequences from the field axioms include

−(a · b) = (−a) · b = a · (−b), in particular −a = (−1) · a

as well as

a · 0 = 0.

Both can be shown by replacing b or c with 0 in the distributive property

History

The concept of field was used implicitly by Niels Henrik Abel and Évariste Galois in their work on the solvability of polynomial equations with rational coefficients of degree five or higher.

In 1857, Karl von Staudt published his Algebra of Throws which provided a geometric model satisfying the axioms of a field. This construction has been frequently recalled as a contribution to the foundations of mathematics.

In 1871, Richard Dedekind introduced, for a set of real or complex numbers which is closed under the four arithmetic operations, the German word Körper, which means "body" or "corpus" (to suggest an organically closed entity), hence the common use of the letter K to denote a field. He also defined rings (then called order or order-modul), but the term "a ring" (Zahlring) was invented by Hilbert.[2] In 1893, Eliakim Hastings Moore called the concept "field" in English.[3]

In 1881, Leopold Kronecker defined what he called a "domain of rationality", which is indeed a field of polynomials in modern terms. In 1893, Heinrich M. Weber gave the first clear definition of an abstract field.[4] In 1910, Ernst Steinitz published the very influential paper Algebraische Theorie der Körper (English: Algebraic Theory of Fields).[5] In this paper he axiomatically studies the properties of fields and defines many important field theoretic concepts like prime field, perfect field and the transcendence degree of a field extension.

Emil Artin developed the relationship between groups and fields in great detail from 1928 through 1942.

Examples

Rationals and algebraic numbers

The field of rational numbers Q has been introduced above. A related class of fields very important in number theory are algebraic number fields. We will first give an example, namely the field Q(ζ) consisting of numbers of the form

a + bζ

with a, bQ, where ζ is a primitive third root of unity, i.e., a complex number satisfying ζ3 = 1, ζ ≠ 1. This field extension can be used to prove a special case of Fermat's last theorem, which asserts the non-existence of rational nonzero solutions to the equation

x3 + y3 = z3.

In the language of field extensions detailed below, Q(ζ) is a field extension of degree 2. Algebraic number fields are by definition finite field extensions of Q, that is, fields containing Q having finite dimension as a Q-vector space.

Reals, complex numbers, and p-adic numbers

Take the real numbers R, under the usual operations of addition and multiplication. When the real numbers are given the usual ordering, they form a complete ordered field; it is this structure which provides the foundation for most formal treatments of calculus.

The complex numbers C consist of expressions

a + bi

where i is the imaginary unit, i.e., a (non-real) number satisfying i2 = −1. Addition and multiplication of real numbers are defined in such a way that all field axioms hold for C. For example, the distributive law enforces

(a + bi)·(c + di) = ac + bci + adi + bdi2, which equals acbd + (bc + ad)i.

The real numbers can be constructed by completing the rational numbers, i.e., filling the "gaps": for example √2 is such a gap. By a formally very similar procedure, another important class of fields, the field of p-adic numbers Qp is built. It is used in number theory and p-adic analysis.

Hyperreal numbers and superreal numbers extend the real numbers with the addition of infinitesimal and infinite numbers.

Constructible numbers

Given 0, 1, r1 and r2, the construction yields r1·r2

In antiquity, several geometric problems concerned the (in)feasibility of constructing certain numbers with compass and straightedge. For example it was unknown to the Greeks that it is in general impossible to trisect a given angle. Using the field notion and field theory allows these problems to be settled. To do so, the field of constructible numbers is considered. It contains, on the plane, the points 0 and 1, and all complex numbers that can be constructed from these two by a finite number of construction steps using only compass and straightedge. This set, endowed with the usual addition and multiplication of complex numbers does form a field. For example, multiplying two (real) numbers r1 and r2 that have already been constructed can be done using construction at the right, based on the intercept theorem. This way, the obtained field F contains all rational numbers, but is bigger than Q, because for any fF, the square root of f is also a constructible number.

Finite fields

Finite fields (also called Galois fields) are fields with finitely many elements. The above introductory example F4 is a field with four elements. Highlighted in the multiplication and addition tables above is the field F2 consisting of two elements 0 and 1. This is the smallest field, because by definition a field has at least two distinct elements 1 ≠ 0. Interpreting the addition and multiplication in this latter field as XOR and AND operations, this field finds applications in computer science, especially in cryptography and coding theory.

In a finite field there is necessarily an integer n such that 1 + 1 + ··· + 1 (n repeated terms) equals 0. It can be shown that the smallest such n must be a prime number, called the characteristic of the field. If a (necessarily infinite) field has the property that 1 + 1 + ··· + 1 is never zero, for any number of summands, such as in Q, for example, the characteristic is said to be zero.

A basic class of finite fields are the fields Fp with p elements (p a prime number):

Fp = Z/pZ = {0, 1, ..., p − 1},

where the operations are defined by performing the operation in the set of integers Z, dividing by p and taking the remainder; see modular arithmetic. A field K of characteristic p necessarily contains Fp,[6] and therefore may be viewed as a vector space over Fp, of finite dimension if K is finite. Thus a finite field K has prime power order, i.e., K has q = pn elements (where n > 0 is the number of elements in a basis of K over Fp). By developing more field theory, in particular the notion of the splitting field of a polynomial f over a field K, which is the smallest field containing K and all roots of f, one can show that two finite fields with the same number of elements are isomorphic, i.e., there is a one-to-one mapping of one field onto the other that preserves multiplication and addition. Thus we may speak of the finite field with q elements, usually denoted by Fq or GF(q).

Field of functions

Given a geometric object X, one can consider functions on such objects. Adding and multiplying them pointwise, i.e., (f·g)(x) = f(x) · g(x) this leads to a field. However, due to the presence of possible zeros, i.e., points xX where f(x) = 0, one has to take poles into account, i.e., formally allowing f(x) = ∞.

If X is an algebraic variety over F, then the rational functions XF, i.e., functions defined almost everywhere, form a field, the function field of X. Likewise, if X is a Riemann surface, then the meromorphic functions SC form a field. Under certain circumstances, namely when S is compact, S can be reconstructed from this field.

Local and global fields

Another important distinction in the realm of fields, especially with regard to number theory, are local fields and global fields. Local fields are completions of global fields at a given place. For example, Q is a global field, and the attached local fields are Qp and R (Ostrowski's theorem). Algebraic number fields and function fields over Fq are further global fields. Studying arithmetic questions in global fields may sometimes be done by looking at the corresponding questions locally—this technique is called local-global principle.

Some first theorems

  • Every finite subgroup of the multiplicative group F× is cyclic. This applies in particular to Fq×, it is cyclic of order q − 1. In the introductory example, a generator of F4× is the element A.
  • From the point of view of algebraic geometry, fields are points, because the spectrum Spec F has only one point, corresponding to the 0-ideal. This entails that a commutative ring is a field if and only if it has no ideals except {0} and itself. Equivalently, an integral domain is field if and only if its Krull dimension is 0.

Constructing fields

Closure operations

Assuming the axiom of choice, for every field F, there exists a field F, called the algebraic closure of F, which contains F, is algebraic over F, which means that any element x of F satisfies a polynomial equation

fnxn + fn−1xn−1 + ··· + f1x + f0 = 0, with coefficients fn, ..., f0F,

and is algebraically closed, i.e., any such polynomial does have at least one solution in F. The algebraic closure is unique up to isomorphism inducing the identity on F. However, in many circumstances in mathematics, it is not appropriate to treat F as being uniquely determined by F, since the isomorphism above is not itself unique. In these cases, one refers to such a F as an algebraic closure of F. A similar concept is the separable closure, containing all roots of separable polynomials, instead of all polynomials.

For example, if F = Q, the algebraic closure Q is also called field of algebraic numbers. The field of algebraic numbers is an example of an algebraically closed field of characteristic zero; as such it satisfies the same first-order sentences as the field of complex numbers C.

In general, all algebraic closures of a field are isomorphic. However, there is in general no preferable isomorphism between two closures. Likewise for separable closures.

Subfields and field extensions

A subfield is, informally, a small field contained in a bigger one. Formally, a subfield E of a field F is a subset containing 0 and 1, closed under the operations +, −, · and multiplicative inverses and with its own operations defined by restriction. For example, the real numbers contain several interesting subfields: the real algebraic numbers, the computable numbers and the rational numbers are examples.

The notion of field extension lies at the heart of field theory, and is crucial to many other algebraic domains. A field extension F / E is simply a field F and a subfield EF. Constructing such a field extension F / E can be done by "adding new elements" or adjoining elements to the field E. For example, given a field E, the set F = E(X) of rational functions, i.e., equivalence classes of expressions of the kind

\frac{p(X)}{q(X)},

where p(X) and q(X) are polynomials with coefficients in E, and q is not the zero polynomial, forms a field. This is the simplest example of a transcendental extension of E. It also is an example of a domain (the ring of polynomials \scriptstyle E in this case) being embedded into its field of fractions \scriptstyle E(X).

The ring of formal power series \scriptstyle E[[X]] is also a domain, and again the (equivalence classes of) fractions of the form p(X)/ q(X) where p and q are elements of \scriptstyle E[[X]] form the field of fractions for \scriptstyle E[[X]]. This field is actually the ring of Laurent series over the field E, denoted \scriptstyle E((X)).

In the above two cases, the added symbol X and its powers did not interact with elements of E. It is possible however that the adjoined symbol may interact with E. This idea will be illustrated by adjoining an element to the field of real numbers R. As explained above, C is an extension of R. C can be obtained from R by adjoining the imaginary symbol i which satisfies i2 = −1. The result is that R[i]=C. This is different from adjoining the symbol X to R, because in that case, the powers of X are all distinct objects, but here, i2=−1 is actually an element of R.

Another way to view this last example is to note that i is a zero of the polynomial p(X) = X2 + 1. The quotient ring \scriptstyle R[X]/(X^2 \,+\, 1) can be mapped onto C using the map \scriptstyle \overline{a \,+\, bX} \;\rightarrow\; a \,+\, ib. Since the ideal (X2+1) is generated by a polynomial irreducible over R, the ideal is maximal, hence the quotient ring is a field. This nonzero ring map from the quotient to C is necessarily an isomorphism of rings.

The above construction generalises to any irreducible polynomial in the polynomial ring E[X], i.e., a polynomial p(X) that cannot be written as a product of non-constant polynomials. The quotient ring F = E[X] / (p(X)), is again a field.

Alternatively, constructing such field extensions can also be done, if a bigger container is already given. Suppose given a field E, and a field G containing E as a subfield, for example G could be the algebraic closure of E. Let x be an element of G not in E. Then there is a smallest subfield of G containing E and x, denoted F = E(x) and called field extension F / E generated by x in G.[7] Such extensions are also called simple extensions. Many extensions are of this type; see the primitive element theorem. For instance, Q(i) is the subfield of C consisting of all numbers of the form a + bi where both a and b are rational numbers.

One distinguishes between extensions having various qualities. For example, an extension K of a field k is called algebraic, if every element of K is a root of some polynomial with coefficients in k. Otherwise, the extension is called transcendental. The aim of Galois theory is the study of algebraic extensions of a field.

Rings vs fields

Adding multiplicative inverses to an integral domain R yields the field of fractions of R. For example, the field of fractions of the integers Z is just Q. Also, the field F(X) is the quotient field of the ring of polynomials F[X]. "Getting back" the ring from the field is sometimes possible; see discrete valuation ring.

Another method to obtain a field from a commutative ring R is taking the quotient R / m, where m is any maximal ideal of R. The above construction of F = E[X] / (p(X)), is an example, because the irreducibility of the polynomial p(X) is equivalent to the maximality of the ideal generated by this polynomial. Another example are the finite fields Fp = Z / pZ.

Ultraproducts

If I is an index set, U is an ultrafilter on I, and Fi is a field for every i in I, the ultraproduct of the Fi with respect to U is a field.

For example, a non-principal ultraproduct of finite fields is a pseudo finite field; i.e., a PAC field having exactly one extension of any degree. This construction is important to the study of the elementary theory of finite fields.

Galois theory

Galois theory aims to study the algebraic extensions of a field by studying the symmetry in the arithmetic operations of addition and multiplication. The fundamental theorem of Galois theory shows that there is a strong relation between the structure of the symmetry group and the set of algebraic extensions.

In the case where F / E is a finite (Galois) extension, Galois theory studies the algebraic extensions of E that are subfields of F. Such fields are called intermediate extensions. Specifically, the Galois group of F over E, denoted Gal(F/E), is the group of field automorphisms of F that are trivial on E (i.e., the bijections σ : FF that preserve addition and multiplication and that send elements of E to themselves), and the fundamental theorem of Galois theory states that there is a one-to-one correspondence between subgroups of Gal(F/E) and the set of intermediate extensions of the extension F/E. The theorem, in fact, gives an explicit correspondence and further properties.

To study all (separable) algebraic extensions of E at once, one must consider the absolute Galois group of E, defined as the Galois group of the separable closure, Esep, of E over E (i.e., Gal(Esep/E). It is possible that the degree of this extension is infinite (as in the case of E = Q). It is thus necessary to have a notion of Galois group for an infinite algebraic extension. The Galois group in this case is obtained as a "limit" (specifically an inverse limit) of the Galois groups of the finite Galois extensions of E. In this way, it acquires a topology.[note 2] The fundamental theorem of Galois theory can be generalized to the case of infinite Galois extensions by taking into consideration the topology of the Galois group, and in the case of Esep/E it states that there this a one-to-one correspondence between closed subgroups of Gal(Esep/E) and the set of all separable algebraic extensions of E (technically, one only obtains those separable algebraic extensions of E that occur as subfields of the chosen separable closure Esep, but since all separable closures of E are isomorphic, choosing a different separable closure would give the same Galois group and thus an "equivalent" set of algebraic extensions).

Generalizations

There are also proper classes with field structure, which are sometimes called Fields, with a capital F:

  • The surreal numbers form a Field containing the reals, and would be a field except for the fact that they are a proper class, not a set. The set of all surreal numbers with birthday smaller than some inaccessible cardinal form a field.
  • The nimbers form a Field. The set of nimbers with birthday smaller than 22n, the nimbers with birthday smaller than any infinite cardinal are all examples of fields.

In a different direction, differential fields are fields equipped with a derivation. For example, the field R(X), together with the standard derivative of polynomials forms a differential field. These fields are central to differential Galois theory. Exponential fields, meanwhile, are fields equipped with an exponential function that provides a homomorphism between the additive and multiplicative groups within the field. The usual exponential function makes the real and complex numbers exponential fields, denoted Rexp and Cexp respectively.

Generalizing in a more categorical direction yields the field with one element and related objects.

Exponentiation

One does not in general study generalizations of field with three binary operations. The familiar addition/subtraction, multiplication/division, exponentiation/root-extraction operations from the natural numbers to the reals, each built up in terms of iteration of the last, mean that generalizing exponentiation as a binary operation is tempting, but has generally not proven fruitful; instead, an exponential field assumes a unary exponential function from the additive group to the multiplicative group, not a partially defined binary function. Note that the exponential operation of \scriptstyle a^b is neither associative nor commutative, nor has a unique inverse (\scriptstyle \pm 2 are both square roots of 4, for instance), unlike addition and multiplication, and further is not defined for many pairs—for example, \scriptstyle (-1)^{1/2} \;=\; \sqrt{-1} does not define a single number. These all show that even for rational numbers exponentiation is not nearly as well-behaved as addition and multiplication, which is why one does not in general axiomatize exponentiation.

Applications

The concept of a field is of use, for example, in defining vectors and matrices, two structures in linear algebra whose components can be elements of an arbitrary field.

Finite fields are used in number theory, Galois theory, coding theory and combinatorics; and again the notion of algebraic extension is an important tool.

Fields of characteristic 2 are useful in computer science.

See also

Notes

  1. ^ That is, the axiom for addition only assumes a binary operation \scriptstyle +\colon\, F \,\times\, F \;\to\; F,\, \scriptstyle a,\, b \;\mapsto\; a \,+\, b.The axiom of inverse allows one to define a unary operation \scriptstyle -\colon\, F \;\to\; F \scriptstyle a \;\mapsto\; -a that sends an element to its negative (its additive inverse); this is not taken as given, but is implicitly defined in terms of addition as "\scriptstyle -a is the unique b such that \scriptstyle a \,+\, b \;=\; 0", "implicitly" because it is defined in terms of solving an equation—and one then defines the binary operation of subtraction, also denoted by "−", as \scriptstyle -\colon F \,\times\, F \;\to\; F,\, \scriptstyle a,\, b \;\mapsto\; a \,-\, b \;:=\; a \,+\, (-b) in terms of addition and additive inverse. In the same way, one defines the binary operation of division ÷ in terms of the assumed binary operation of multiplication and the implicitly defined operation of "reciprocal" (multiplicative inverse).
  2. ^ As an inverse limit of finite discrete groups, it is equipped with the profinite topology, making it a profinite topological group

References

  1. ^ Wallace, D A R (1998) Groups, Rings, and Fields, SUMS. Springer-Verlag: 151, Th. 2.
  2. ^ J J O'Connor and E F Robertson, The development of Ring Theory, September 2004.
  3. ^ Earliest Known Uses of Some of the Words of Mathematics (F)
  4. ^ Fricke, Robert; Weber, Heinrich Martin (1924), Lehrbuch der Algebra, Vieweg, http://resolver.sub.uni-goettingen.de/purl?PPN234788267 
  5. ^ Steinitz, Ernst (1910), "Algebraische Theorie der Körper", Journal für die reine und angewandte Mathematik 137: 167–309, ISSN 0075-4102, http://resolver.sub.uni-goettingen.de/purl?GDZPPN002167042 
  6. ^ Jacobson (2009), p. 213
  7. ^ Jacobson (2009), p. 213

External links


Wikimedia Foundation. 2010.

Игры ⚽ Нужно сделать НИР?

Look at other dictionaries:

  • Near-field (mathematics) — This article is about the mathematical concept. For the electromagnetic concept, see Near and far field. In mathematics, a near field is an algebraic structure similar to a division ring, except that it has only one of the two distributive laws.… …   Wikipedia

  • Field — or fields may refer to: * Field (agriculture), an area of land used to cultivate crops for agricultural purposes * Field of study, a branch of knowledge * Playing field, in sports, the area in which the sport is played * Visual field or field of… …   Wikipedia

  • Composite field (mathematics) — A composite field is an object of study in field theory. Let L be a field, and let F, K be subfields of L. Then the (internal) composite of F and K is defined to be the intersection of all subfields of L containing both F and K. The composite is… …   Wikipedia

  • Mathematics and art — have a long historical relationship. The ancient Egyptians and ancient Greeks knew about the golden ratio, regarded as an aesthetically pleasing ratio, and incorporated it into the design of monuments including the Great Pyramid,[1] the Parthenon …   Wikipedia

  • Mathematics, Form and Function — is a survey of the whole of mathematics, including its origins and deep structure, by the American mathematician Saunders Mac Lane. Contents 1 Mac Lane s relevance to the philosophy of mathematics 2 Mathematics and human activities …   Wikipedia

  • Mathematics Made Difficult — is a book[1] by Carl. E Linderholm that uses advanced mathematical methods to prove results normally shown by elementary means. Although the aim is largely satirical[2], it also shows the non trivial mathematics behind operations normally… …   Wikipedia

  • Mathematics Genealogy Project — (en español: Proyecto de genealogía de matemáticas) es una base de datos en línea para la genealogía académica de las matemáticas.[1] [2] [3] Desde 2007, contiene información de fechas de graduación, alma máter, supervisores doctorales y e …   Wikipedia Español

  • Field theory — may refer to: *Field theory (mathematics), the theory of the algebraic concept of field *Field theory (physics), a physical theory which employs fields in the physical sense *Field theory (psychology), a psychological theory which examines… …   Wikipedia

  • Mathematics of Operations Research — (MOR) is a scholarly journal published since 1976. The founding editor was Arthur F. Veinott, Jr. of Stanford University, who served as editor in chief 1976 1980. MOR is published quarterly by INFORMS and indexed by Journal Citation Reports. [1]… …   Wikipedia

  • mathematics — /math euh mat iks/, n. 1. (used with a sing. v.) the systematic treatment of magnitude, relationships between figures and forms, and relations between quantities expressed symbolically. 2. (used with a sing. or pl. v.) mathematical procedures,… …   Universalium

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”