Indexed family (mathematics)

From Free net encyclopedia

(Redirected from Indexed set)

In mathematics, an indexed family is a function from an index set to set of objects, which objects are usually sets. It is a formal version of a lookup table. It consists of a set, called the index set, containing the keys, and a mapping from those keys onto the elements of the family. Each key points to exactly one element of the family and each element belongs to at least one key. As different keys may point to the same element, a family can, unlike a set, contain the same element several times, thus defining a multiset. Furthermore any additional structure of the index set extends to the family. Hence, an ordered family is a family with an ordered index set.

Formally, a family is a triple (X, I, ι) of sets X and I and a surjective function ι: IX.

Contents

Notation

A family is denoted by (Ai)iI where I is the index set and iAi is the mapping. So Ai is the element belonging to the key i , also called the i-th element of the family.

Using curly brackets instead of parentheses, {Ai}iI , indicates a multiset (provided no element occurs more than a finite number of times).

{Ai | iI} is an unstructured set.

Examples

Index notation

Whenever index notation is used the indexed objects form a family.

The vectors v1, …, vn are linearly independent.

(vi)i ∈ {1, …, n} is a family of vectors. The i-th vector vi only makes sense with respect to this family, as sets are unordered and there is no i-th vector of a set. Furthermore, linear independence is only defined as the property of a collection, it therefore is important if those vectors are linearly independent as a set or as a family.

If we consider n=2 and v1 = v2 = (1, 0), the set of them consists of only one element and is linearly independent, but the family contains the same element twice and is linearly dependent.

It is not clear if the author claims the vectors are linear independent as a family or as set.

Matrices

A matrix A is invertible, if and only if the rows of A are linearly independent.

As in the above example it is important whether the rows of A are linearly independent as a family or as a set.

If we consider the matrix

<math> A = \begin{bmatrix} 1 & 1 \\ 1 & 1 \end{bmatrix}, </math>

the set of rows only consists of a single element (1, 1) and is linearly independent, but the matrix is not invertible. The family of rows contains two elements and is linearly dependent.

The statement is therefore correct if it refers to the family of rows, but wrong if it refers to the set of rows.

Functions, sets and families

There is a one-to-one correspondence between surjective functions and families, as any function f with domain I induces a family (f(i))iI. But, unlike a function, a family is viewed as a collection and being an element of a family is equivalent with being in the range of the corresponding function. A family contains any element exactly once, if and only if the corresponding function is injective.

Like a set, a family is a container and any set X gives rise to a family (x)xX. Thus any set naturally becomes a family. For any family (Ai)iI there is the set of all elements {Ai | iI}, but this does not carry any information on multiple containment or the structure of I. Hence, by using a set instead of the family, some information might be lost.

Examples

Operations on families

Index sets are often used in sums and other similar operations. For example, if (ai)iI is an family of numbers, the sum of all those numbers is denoted by

<math>\sum_{i\in I}a_i</math>

When (Ai)iI is a family of sets, the union of all those sets is denoted by

<math>\bigcup_{i\in I}A_i</math>

Likewise for intersections and cartesian products.

Subfamily

A family (Bi)iJ is a subfamily of a family (Ai)iI, if and only if J is a subset of I and for all i in J

Bi = Ai

Usage in category theory

More generally, a functor can be considered as giving rise to an indexed family of objects in a category D, indexed by another category C, and related by morphisms depending on two indices.

See also

es:Familia de conjuntos hu:Halmazrendszer