Skip to main content

GROUP


The concept of a binary operation on a nonempty set has already been explained in the previous. One may recall that abinary operation on a nonempty set A is just a function *:A x A → A so, for each (a, b) in A x A, * associates an element *(a, b) of A. We shall denote *(a, b) by a * b. If A is a nonempty set with a binary operation *, then A is said to be closed under *.

DEFINAITIONS AND EXAMPLES

A pair (G, *), where G is a nonempty set and * is a binary operation on G, is called a groupif the following conditions called axioms of a group, are satisfied in G:

(1) The binary operation * is associative. That is,

(a * b) * c = a *(b*c) for all a, b, c, are belong to G

(2) There is an element e in G such that

a*e = e*a = a for all a belong to G

e is called the identity element of G.

(3) For each a belong to G, there is an a.


Note:Use of word the before identity element and inverse of an element is to signify their uniqueness.




Comments

Popular posts from this blog

Banach Contraction Principle

Banach Contraction Principle Let (X,d) be a complete metric space, then each contraction map f : X → X has a unique fixed point. Let h be a contraction constant of the mapping f . We will explicitly construct a sequence converging to the fixed point. Let x0 be an arbitrary but fixed element in X. Define a sequence of iterates {xn} in X by xn = f(xn−1) (= f n(x0)), for all n ≥ 1. Since f is a contraction, we have d(xn, xn+1) = d(f(xn−1), f(xn)) ≤ hd(xn−1, xn), for any n ≥ 1. Thus, we obtain d(xn, xn+1) ≤ hnd(x0, x1), for all n ≥ 1. Hence, for any m > n, we have d(xn, xm) ≤  hn +hn+1 +···+hm−1 d(x0, x1) ≤ hn 1−h d(x0, x1). We deduce that {xn} is Cauchy sequence in a complete space X. Let xn → p ∈ X. Now using the  continuity of the map f , we get p = lim n→∞ xn = lim n→∞ f(xn−1) = f(p). Finally, to show f has at most one fixed point in X, let p and q be fixed points of f . Then, d(p,q) = d(f(p), f(q)) ≤ hd(p,q). Since h < 1, we must have p = q The proof of the BCP yields the ...

PROBABILITY

                                        PROBABILITY                          INTRODUCTION                                                                   The word probability has two meaning:(1) a quantitative measure of uncertainty and (2) a measure of degree of belief in a particular or problem.                                Probability and statistic are fundamentally interrelated. probability is often called the vehicle of statistics. the area of inferential statistics in which we are mainly concerned with drawing inferences from experiments or situations ...

CURVE FITTING BY LEAST SQARES

                CURVE FITTING BY LEAST SQUARES           INTRODUCTION            Let us suppose that we wish to approximate (describe) a certain type of function that best expresses that association that exists between variables. A scatter plot of the set of values of the variables makes it possible to visualize a smooth cure that effectively approximates the given data set. A more useful way to represent this sort of approximating curve is by means of an equation or a formula. A term applied to the process of determining the equation and/or estimating the parameters appearing in the equation of approximating curve, is commonly called curve fitting .            It is relevant to point out that the relationship between the variables may be functional or regression. In functional relationship, a variable Y, has a t...