Partially Ordered Class - 1
Partially Ordered Class - 1
B
y a partially ordered class wean a pair of objects hA, G i, where A is
a class and G is an order relation in A. We say that A is ordered
by G , or that G orders A. If A is a set, we say that hA, G i is a
partially ordered set.
Notes
If hA, G i be a partially ordered class, then
1 we will say loosely that A is a partially ordered class;
2 it is customary to write x ≤ y to denote the fact that
(x, y ) ∈ G ;
3 y ≥ x has the same meaning as x ≤ y .
Definition
A function f from A to B, where A and B are sets, is a subset of
A × B with the ff. properties.
(F1) ∀x ∈ A, ∃y ∈ B such that (x, y ) ∈ f .
(F2) If (x, y1 ) ∈ f and (x, y2 ) ∈ f , then y1 = y2 .
Notation:
f : A −→ B - denotes a function f from set A to set B
Let f : A → B be a function.
If (x, y ) ∈ f , we say that y is the image of x(with respect to f );
we also say that x is the pre-image of y (with respect to f ).
Corollary
Let f : A → B be a function.
If C is any set such that ran f ⊆ C , then f : A → C is a function.
Theorem
Let f : A −→ B and g : A −→ B be functions.
Then f = g if and only if f (x) = g (x), ∀x ∈ A.
Definition
A function f : A −→ B is said to be injective (or one-to-one) if
it has the ff. property.
Equivalently,
Definition
A function f : A −→ B is said to be surjective(or onto) if it has
the ff. property:
∀y ∈ B, ∃x ∈ A 3 y = f (x).
In other words,
Identity Function
Let A be a set. The identity function on A is the function
IA : A → A given by
IA (x) = x, ∀x ∈ A.
That is,
IA = {(x, x)|x ∈ A}.
Clearly, IA is bijective.
Constant Function
Let A and B be sets, and let b be an element of B. The constant
function Kb is the function Kb : A → B given by
Kb (x) = b, ∀x ∈ A.
That is,
Kb = {(x, b)|x ∈ A}.
EB (x) = x, ∀x ∈ B.
That is,
f[C ] = {(x, y )|(x, y ) ∈ fandx ∈ C }
Note: f[C ] ⊆ f .
Theorem
T
Let f1 :SB → A and f2 : C → A be functions, where B C = ∅. If
f = f1 f2 , then the ff. hold:
S
i) f : B C → A is a function.
ii) f1 = f[B] and f2 = f[C ] ,
iii) If x ∈ B then f (x) = f1 (x), and if x ∈ C then
f (x) = f2 (x).
Tf1 : A → B and
Let T f2 : C → D be bijective
S functions, where
4
Definition
A function f : A → B is said to be invertible if f −1 : B → A is a
bijective function.
Theorem
If f : A → B is invertible, then if f : A → is bijective.
Theorem
Let f : A → B be an invertible function. Then
1 f −1 ◦ f = IA
2 f ◦ f −1 = IB
Theorem
Let f : A → B be function. f : A → B is injective if and only if
there exists a function g : B → A such that g ◦ f = IA . (hence
invertible), and g = f −1 .
f (C ) = {y ∈ B|∃x ∈ C 3 y = f (x)}.
Definition
Let f : A → B be a function. If D is any subclass of B, the
inverse image of D under f , which we write f (D), is the following
subclass of A:
f (D) = {x ∈ A|f (x) ∈ D}.
That is, f (D) is the class of all the pre-images of elements in D.