Set Theory & Algebra

  • Last Updated : 21 Jan, 2014


Question 1
A binary operation \oplus on a set of integers is defined as x \oplus y = x2 + y2. Which one of the following statements is TRUE about \oplus?
A
Commutative but not associative
B
Both commutative and associative
C
Associative but not commutative
D
Neither commutative nor associative
GATE CS 2013    Set Theory & Algebra    
Discuss it


Question 1 Explanation: 
Associativity: A binary operation ∗ on a set S is said to be associative if it satisfies the associative law: a ∗ (b ∗c) = (a ∗b) ∗c for all a, b, c ∈S. Commutativity: A binary operation ∗ on a set S is said to be commutative if it satisfies the condition: a ∗b=b ∗a for all a, b, ∈S. In this case, the order in which elements are combined does not matter. Solution: Here a binary operation on a set of integers is defined as x⊕ y = x2 + y2. for Commutativity: x ⊕y= y ⊕x. LHS=> x ⊕y= x^2+ y^2 RHS=> y ⊕x= y^2+x^2 LHS = RHS. hence commutative. for Associativity: x ⊕ (y ⊕ z) =(x ⊕ y) ⊕ z LHS=> x ⊕ (y⊕ z) = x ⊕ ( y^2+z^2)= x^2+(y^2+z^2)^2 RHS=> (x ⊕y) ⊕z= ( x^2+y^2) ⊕z=(x^2+y^2)^2+z^2 So, LHS ≠ RHS, hence not associative. Reference: http://faculty.atu.edu/mfinan/4033/absalg3.pdf This solution is contributed by Nitika Bansal Another Solution : \oplus commutative as x\oplusy is always same as y\oplusx. \oplus is not associative as (x\oplusy)\oplusz is (x^2 + y^2)^2 + z^2, but x\oplus(y\oplusz) is x^2 + (y^2 + z^2)^2.
Question 2
Consider the set S = {1, ω, ω2}, where ω and w2 are cube roots of unity. If * denotes the multiplication operation, the structure (S, *) forms
A
A group
B
A ring
C
An integral domain
D
A field
GATE CS 2010    Set Theory & Algebra    
Discuss it


Question 2 Explanation: 
A group is a set of elements together with an operation that combines any two of its elements to form a third element also in the set while satisfying four conditions called the group axioms, namely closureassociativityidentity and invertibility. (Source: http://en.wikipedia.org/wiki/Group_(mathematics) (S, *)  is a group with identity as 1    
Question 3
Which one of the following in NOT necessarily a property of a Group?
A
Commutativity
B
Associativity
C
Existence of inverse for every element
D
Existence of identity
GATE-CS-2009    Set Theory & Algebra    
Discuss it


Question 3 Explanation: 
A group is a set, G, together with an operation • (called the group law of G) that combines any two elements a and b to form another element, denoted a • b or ab. To qualify as a group, the set and operation, (G, •), must satisfy four requirements known as the group axioms: Closure For all a, b in G, the result of the operation, a • b, is also in G.b Associativity For all a, b and c in G, (a • b) • c = a • (b • c). Identity element There exists an element e in G, such that for every element a in G, the equation e • a = a • e = a holds. Such an element is unique (see below), and thus one speaks of the identity element. Inverse element For each a in G, there exists an element b in G such that a • b = b • a = e, where e is the identity element. The result of an operation may depend on the order of the operands. In other words, the result of combining element a with element b need not yield the same result as combining element b with element a; the equation a • b = b • a may not always be true. This equation always holds in the group of integers under addition, because a + b = b + a for any two integers (commutativity of addition). Groups for which the commutativity equation a • b = b • a always holds are called abelian groups (in honor of Niels Abel) Source: http://en.wikipedia.org/wiki/Group_(mathematics)
Question 4
Consider the binary relation R = {(x, y), (x, z), (z, x), (z, y)} on the set {x, y, z}. Which one of the following is TRUE?
A
R is symmetric but NOT antisymmetric
B
R is NOT symmetric but antisymmetric
C
R is both symmetric and antisymmetric
D
R is neither symmetric nor antisymmetric
GATE-CS-2009    Set Theory & Algebra    
Discuss it


Question 4 Explanation: 
R is not symmetric as (x, y) is present, but (y, x) is not present in R. R is also not antisymmetric as both (x, z) and (z, x) are present in R.
Question 5
For the composition table of a cyclic group shown below

*

a

b

c

d

a

a

b

c

d

b

b

a

d

c

c

c

d

b

a

d

d

c

a

b

 
Which one of the following choices is correct?
A
a, b are generators
B
b, c are generators
C
c, d are generators
D
d, a are generators
GATE-CS-2009    Set Theory & Algebra    
Discuss it


Question 5 Explanation: 
Check for all:-
a1 = a ,
a2 = a * a = a
a3 = a2 * a = a * a = a
a is not the generator since we are not able to express 
other members of the group in powers of a

Check for c -
c1 = c
c2 = c * c = b
c3 = c2 * c = b * c = d
c4 = c2 * c2 = b * b = a
We are able to generate all the members of the group from c ,
Hence c is the generator

Similarly check for d
Question 6

If P, Q, R are subsets of the universal set U, then 

2

  

 

A

U
 

B

P U Qc U Rc
 

C

Pc U Qc U Rc
 

D

Qc U Rc
 

GATE CS 2008    Set Theory & Algebra    
Discuss it


Question 7
Let S be a set of nelements. The number of ordered pairs in the largest and the smallest equivalence relations on S are:
A
n and n
B
n2 and n
C
n2 and 0
D
n and 1
GATE-CS-2007    Set Theory & Algebra    
Discuss it


Question 7 Explanation: 
Consider an example set, S = (1,2,3)

Equivalence property follows, reflexive, symmetric
and transitive

Largest ordered set are s x s = 
{ (1,1) (1,2) (1,3) (2,1) (2,2) (2,3) (3,1) (3,2) 
(3,3) } which are 9 which equal to 3^2 = n^2

Smallest ordered set are { (1,1) (2,2) ( 3,3)}
which are 3 and equals to n. number of elements.
Question 8
How many different non-isomorphic Abelian groups of order 4 are there
A
2
B
3
C
4
D
5
GATE-CS-2007    Set Theory & Algebra    
Discuss it


Question 8 Explanation: 
2 can be written as 2 power 2.
Number of partitioning of 2 = no. of non isomorphic
                              abelian groups
2 can be partitioned as {(2),(1,1)}
Question 9
gatecs200726gatecs2007261
A

C
 

B

D
 

C

B
 

D

A
 

GATE-CS-2007    Set Theory & Algebra    
Discuss it


Question 9 Explanation: 

A partition is said to refine another partition if it splits the sets in the second partition to a larger number of sets. 
Corresponding Hasse diagram is Option C.
 

Question 10
gatecs200727
A
A
B
B
C
C
D
D
GATE-CS-2007    Set Theory & Algebra    
Discuss it


Question 10 Explanation: 
To be basis of subspace x, 2 conditions are to be fulfilled 1) They must span x 2) The vectors have to be linearly independent 1)the general solution of x1+x2+x3=0 is [-x2-x3 , x2 , x3]^T (Transpose) Which gives two linearly independent solutions by assuming x2 = 1 and x3 = 0 and next x3 = 1 and x2 = 0 gives [-1,1,0]^T and [-1,0,1]^T respectively. Since both of these can be generated by linear combinations of [1,-1,0]^T & [-1,0,1]^T given in question, it span x. 2) Above set of column vector is linearly independent because one cannot be obtained from another by scalar multiplication (second method rank is 2..that is why linearly independent)
There are 122 questions to complete.
My Personal Notes arrow_drop_up