Image (mathematics)

From testwiki
Revision as of 18:46, 27 July 2024 by imported>Jochen Burghardt (β†’top: consistently use comma to separate set members)
(diff) ← Older revision | Latest revision (diff) | Newer revision β†’ (diff)
Jump to navigation Jump to search

Template:Short description

For the function that maps a Person to their Favorite Food, the image of Gabriela is Apple. The preimage of Apple is the set {Gabriela, Maryam}. The preimage of Fish is the empty set. The image of the subset {Richard, Maryam} is {Rice, Apple}. The preimage of {Rice, Apple} is {Gabriela, Richard, Maryam}.

Template:Other uses

In mathematics, for a function f:XY, the image of an input value x is the single output value produced by f when passed x. The preimage of an output value y is the set of input values that produce y.

More generally, evaluating f at each element of a given subset A of its domain X produces a set, called the "image of A under (or through) f". Similarly, the inverse image (or preimage) of a given subset B of the codomain Y is the set of all elements of X that map to a member of B.

The image of the function f is the set of all output values it may produce, that is, the image of X. The preimage of f, that is, the preimage of Y under f, always equals X (the domain of f); therefore, the former notion is rarely used.

Image and inverse image may also be defined for general binary relations, not just functions.

Definition

Template:Sidebar with collapsible lists

f is a function from domain X to codomain Y. The image of element x is element y. The preimage of element y is the set {x,x}. The preimage of element y is .
f is a function from domain X to codomain Y. The image of all elements in subset A is subset B. The preimage of B is subset C
f is a function from domain X to codomain Y. The yellow oval inside Y is the image of f. The preimage of Y is the entire domain X

The word "image" is used in three related ways. In these definitions, f:XY is a function from the set X to the set Y.

Image of an element

If x is a member of X, then the image of x under f, denoted f(x), is the value of f when applied to x. f(x) is alternatively known as the output of f for argument x.

Given y, the function f is said to Template:Em or Template:Em if there exists some x in the function's domain such that f(x)=y. Similarly, given a set S, f is said to Template:Em if there exists Template:Em x in the function's domain such that f(x)S. However, Template:Em and Template:Em means that f(x)S for Template:Em point x in the domain of f .

Image of a subset

Throughout, let f:XY be a function. The Template:AnchorTemplate:Em under f of a subset A of X is the set of all f(a) for aA. It is denoted by f[A], or by f(A), when there is no risk of confusion. Using set-builder notation, this definition can be written as[1][2] f[A]={f(a):aA}.

This induces a function f[]:𝒫(X)𝒫(Y), where 𝒫(S) denotes the power set of a set S; that is the set of all subsets of S. See Template:Section link below for more.

Image of a function

The image of a function is the image of its entire domain, also known as the range of the function.[3] This last usage should be avoided because the word "range" is also commonly used to mean the codomain of f.

Generalization to binary relations

If R is an arbitrary binary relation on X×Y, then the set {yY:xRy for some xX} is called the image, or the range, of R. Dually, the set {xX:xRy for some yY} is called the domain of R.

Inverse image

Template:Redirect Let f be a function from X to Y. The preimage or inverse image of a set BY under f, denoted by f1[B], is the subset of X defined by f1[B]={xX:f(x)B}.

Other notations include f1(B) and f(B).Template:Sfn The inverse image of a singleton set, denoted by f1[{y}] or by f1[y], is also called the fiber or fiber over y or the level set of y. The set of all the fibers over the elements of Y is a family of sets indexed by Y.

For example, for the function f(x)=x2, the inverse image of {4} would be {2,2}. Again, if there is no risk of confusion, f1[B] can be denoted by f1(B), and f1 can also be thought of as a function from the power set of Y to the power set of X. The notation f1 should not be confused with that for inverse function, although it coincides with the usual one for bijections in that the inverse image of B under f is the image of B under f1.

Notation for image and inverse image

The traditional notations used in the previous section do not distinguish the original function f:XY from the image-of-sets function f:𝒫(X)𝒫(Y); likewise they do not distinguish the inverse function (assuming one exists) from the inverse image function (which again relates the powersets). Given the right context, this keeps the notation light and usually does not cause confusion. But if needed, an alternativeTemplate:Sfn is to give explicit names for the image and preimage as functions between power sets:

Arrow notation

  • f:𝒫(X)𝒫(Y) with f(A)={f(a)|aA}
  • f:𝒫(Y)𝒫(X) with f(B)={aX|f(a)B}

Star notation

  • f:𝒫(X)𝒫(Y) instead of f
  • f:𝒫(Y)𝒫(X) instead of f

Other terminology

  • An alternative notation for f[A] used in mathematical logic and set theory is fA.[4][5]
  • Some texts refer to the image of f as the range of f,[6] but this usage should be avoided because the word "range" is also commonly used to mean the codomain of f.

Examples

  1. f:{1,2,3}{a,b,c,d} defined by {1a,2a,3c.Template:Paragraph break The image of the set {2,3} under f is f({2,3})={a,c}. The image of the function f is {a,c}. The preimage of a is f1({a})={1,2}. The preimage of {a,b} is also f1({a,b})={1,2}. The preimage of {b,d} under f is the empty set { }=.
  2. f:ℝℝ defined by f(x)=x2.Template:Paragraph break The image of {2,3} under f is f({2,3})={4,9}, and the image of f is ℝ+ (the set of all positive real numbers and zero). The preimage of {4,9} under f is f1({4,9})={3,2,2,3}. The preimage of set N={nℝ:n<0} under f is the empty set, because the negative numbers do not have square roots in the set of reals.
  3. f:ℝ2ℝ defined by f(x,y)=x2+y2.Template:Paragraph break The fibers f1({a}) are concentric circles about the origin, the origin itself, and the empty set (respectively), depending on whether a>0, a=0, or  a<0 (respectively). (If a0, then the fiber f1({a}) is the set of all (x,y)ℝ2 satisfying the equation x2+y2=a, that is, the origin-centered circle with radius a.)
  4. If M is a manifold and π:TMM is the canonical projection from the tangent bundle TM to M, then the fibers of π are the tangent spaces Tx(M) for xM. This is also an example of a fiber bundle.
  5. A quotient group is a homomorphic image.

Properties

Template:See also

Counter-examples based on the real numbers ℝ,
f:ℝℝ defined by xx2,
showing that equality generally need
not hold for some laws:
Image showing non-equal sets: f(AB)f(A)f(B). The sets A=[4,2] and B=[2,4] are shown in Template:Color immediately below the x-axis while their intersection A3=[2,2] is shown in Template:Color.
f(f1(B3))B3.
f1(f(A4))A4.

General

For every function f:XY and all subsets AX and BY, the following properties hold:

Image Preimage
f(X)Y f1(Y)=X
f(f1(Y))=f(X) f1(f(X))=X
f(f1(B))B
(equal if Bf(X); for instance, if f is surjective)[7][8]
f1(f(A))A
(equal if f is injective)[7][8]
f(f1(B))=Bf(X) (f|A)1(B)=Af1(B)
f(f1(f(A)))=f(A) f1(f(f1(B)))=f1(B)
f(A)= if and only if A= f1(B)= if and only if BYf(X)
f(A)B if and only if  there exists CA such that f(C)=B f1(B)A if and only if f(A)B
f(A)f(XA) if and only if f(A)=f(X) f1(B)f1(YB) if and only if f1(B)=X
f(XA)f(X)f(A) f1(YB)=Xf1(B)[7]
f(Af1(B))f(A)B[9] f1(f(A)B)Af1(B)[9]
f(Af1(B))=f(A)B[9] f1(f(A)B)Af1(B)[9]

Also:

  • f(A)B= if and only if Af1(B)=

Multiple functions

For functions f:XY and g:YZ with subsets AX and CZ, the following properties hold:

  • (gf)(A)=g(f(A))
  • (gf)1(C)=f1(g1(C))

Multiple subsets of domain or codomain

For function f:XY and subsets A,BX and S,TY, the following properties hold:

Image Preimage
AB implies f(A)f(B) ST implies f1(S)f1(T)
f(AB)=f(A)f(B)[9][10] f1(ST)=f1(S)f1(T)
f(AB)f(A)f(B)[9][10]
(equal if f is injective[11])
f1(ST)=f1(S)f1(T)
f(AB)f(A)f(B)[9]
(equal if f is injective[11])
f1(ST)=f1(S)f1(T)[9]
f(AB)f(A)f(B)
(equal if f is injective)
f1(ST)=f1(S)f1(T)

The results relating images and preimages to the (Boolean) algebra of intersection and union work for any collection of subsets, not just for pairs of subsets:

  • f(sSAs)=sSf(As)
  • f(sSAs)sSf(As)
  • f1(sSBs)=sSf1(Bs)
  • f1(sSBs)=sSf1(Bs)

(Here, S can be infinite, even uncountably infinite.)

With respect to the algebra of subsets described above, the inverse image function is a lattice homomorphism, while the image function is only a semilattice homomorphism (that is, it does not always preserve intersections).

See also

Notes

Template:Reflist Template:Reflist

References

Template:PlanetMath attribution

  1. ↑ Template:Cite web
  2. ↑ Template:Cite book Here: Sect.8
  3. ↑ Template:Cite web
  4. ↑ Template:Cite book
  5. ↑ M. Randall Holmes: Inhomogeneity of the urelements in the usual models of NFU, December 29, 2005, on: Semantic Scholar, p. 2
  6. ↑ Template:Cite book
  7. ↑ 7.0 7.1 7.2 See Template:Harvnb
  8. ↑ 8.0 8.1 See Template:Harvnb
  9. ↑ 9.0 9.1 9.2 9.3 9.4 9.5 9.6 9.7 See p.388 of Lee, John M. (2010). Introduction to Topological Manifolds, 2nd Ed.
  10. ↑ 10.0 10.1 Template:Harvnb
  11. ↑ 11.0 11.1 See Template:Harvnb