Nonlinear finite elements/Sets

From testwiki
Jump to navigation Jump to search

A familiarity with the notation of sets is essential for the student who wants to read modern literature on finite elements. This handout gives you a brief review of set notation. More details can be found in books on advanced calculus.

Sets

A set is a well-defined collection of objects. As far as we are concerned, these objects are mainly numbers, vectors, or functions.

If an object x is a member of a set A, we write

xA(xbelongs toA).

If x is not a member of A, we write

xA(xdoes not belong toA).

An example of a finite set (of functions) is

S={x,sin(x),cos(x),exp(x),log(x)}.

Another example is the set of integers greater than 5 and less than 12

B={6,7,8,9,10,11}.

If we denote the set of all integers by , then we can alternatively write

B={n|n,5<n<12}.

The set + of positive integers is an infinite set and is written as

+={n|n,n>0}.

An empty (or null) set is a set with no elements. It is denoted by . An example is

={n|n+,n<0}={}.

Subsets

If A and B are two sets, then we say that A is a subset of B if each element of A is an element of B.

For example, if the two sets are

A={sin(x),cos(x)}B={x,sin(x),cos(x),exp(x),log(x)}and

we write

AB(Ais a proper subset ofB).

On the other hand, if A is a subset of B which may be the set B itself we write

AB(Ais a subset ofB).

If A is not a subset of B, we write

A⊄B(Ais not a subset ofB).

Equality of sets

Two sets A and B are equal if they contain exactly the same elements. Thus,

A=BABandBA.

The symbol means if and only if.

For example, if

A={x|x2=4}andB={2,2}

then A=B.

Union, Intersection, Difference of Sets

The union of two sets A and B is the set of all elements that are in A or B.

C=AB={x|xAorxB}.

The intersection of two sets A and B is the set of all elements that are both in A and in B.

D=AB={x|xAandxB}.

The difference of two sets A and B is the set of all elements that are in A but not in B.

E=AB={x|xAandx∉B}.

The complement of a set A (denoted by A') is the set of all elements that are not in A but belong to a larger universal set U.

A'=UA={x|x∉A}.

Countable Sets

Suppose we have a set A. Such a set is called countable if each of its members can be labeled with an integer subscript of the form

A={a1,a2,a3,a4,}.

Obviously, each finite set is countable. Some infinite sets are also countable. For instance, the set of integers is countable because you can label each integer with an subscript that is also an integer. However, you cannot do that with the real numbers which are uncountable.

The set of functions

P={fk|fk(x)=xk,k=1,2,}

is countable.

The set of points on the real line

A={x|0x1}

is not countable because the points cannot be labeled a1, a2, .

Cartesian Product

The Cartesian product of two sets A and B is the set of all ordered pairs (a,b), such that

A×B={(a,b)|aA,bB}.

In general, A×BB×A.

For example, if

A={1,5,7}andB={3,6}

then

A×B={(1,3),(1,6),(5,3),(5,6),(7,3),(7,6)}

and

B×A={(3,1),(3,5),(3,7),(6,1),(6,5),(6,7)}A×B.

The Set of Real Numbers

The set of real numbers () can be visualized as an infinitely long line with each real number being represented as a point on this line.

We usually deal with subsets of , called intervals.

Let a and b be two points on such that ab. Then,


  • The open interval (a,b) is defined as
(a,b)={x|x,a<x<b}.
  • The closed interval [a,b] is defined as
[a,b]={x|x,axb}.
  • The half-open intervals (a,b] and [a,b) are defined as
(a,b]={x|x,a<xb}and[a,b)={x|x,ax<b}.


Let p and ϵ>0. Then the neighborhood of p is defined as the open interval

nbd(p;ϵ):=(pϵ,p+ϵ)={x|pϵ<x<p+ϵ}

Let X. Then p is an interior point of X if we can find a nbd(p) all of whose points belong to X.

If every point of X is an interior point, then X is called an open set. For example, the interval (a,b) is an open set. So is the real line .

A set X is called closed if its complement X'=X is open.

The closure X¯ of a set X is the union of the set and its boundary points (a rigorous definition of closed sets can be made using the concept of points of accumulation).

Open and Closed Sets in Rn

The concept of the real line can be extended to higher dimensions. In two dimensions, we have 2 which is defined as

2=×={(x,y)|x,y}.

2 can be thought of as a two-dimensional plane and each member of the set 𝐱=(x,y) represents a point on the plane.

In three dimensions, we have

3=××={(x,y,z)|x,y,z}.

In n dimensions, the concept is extended to mean

n=×××={(x1,x2,x3,,xn)|x1,x2,x3,,xn}.

In the case of sets in n the concept of distance in is extended so that

nbd(𝐩;ϵ):={𝐱|𝐩n,|𝐱𝐩|<ϵ}

where

|𝐱𝐩|=(x1p1)2+(x2p2)2++(xnpn)2.

The definition of interior point also follows from the definition in . Thus if Ωn, then pn is an interior point if we can always find a nbd(p;ϵ), all of whose points belong to Ω. If every point on Ω is an interior point, then Ω is an open set. As in the real number line, a closed set is the complement of an open set. One way of creating a closed set is by taking an open set Ω and its boundary Γ. This particular closed set is called the closure Ω¯ of Ω. A rigorous definition can once again be obtained using the concept of points of accumulation.

Template:Subpage navbar