Chapter 2 Flashcards

1
Q

Well defined collection def

A

Well-defined collection is meant a collection, which is such that given any object, we may be able to decide whether the object belongs to the collection or not

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Distinct objects

A

By distinct objects, we mean objects no two of which are identical or same

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Ways of describing a set

A

Discriptive
Tabular
Set builder

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Discriptive method def

A

A set may be described in words. For instance, the set of all the vovals of the English alphabets

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Tabular method def

A

A set may be described by listingits elements within brackets. If set A is the set of english vowels then
A={a,e,i,o,u}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Set builder method

A

This is done by using a symbol or letter for an arbitrary member of the set and stating the property common to all numbers. Thus, a set of vowels may be written as
A={x|x is a vowel of the english alphabetsl}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Equal set def

A

Two sets A and B are equal, i.e., A=B if and only if they have the same elements, that is, if and only if every element of each is an element of another set.
Thus, A={3,2,1} and {1,2,3} are equal

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Equivalent set def

A

If elements of two sets A and B can be paired in such a way that each element of A is paired with one and only one element of B and vice versa. Then, such a pairing is called one to one correspondence between A and B.

E.g,
A ={ali, ahmed, bilal}
B={fatima, ayesha, samina}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Singleton set def

A

A set having only one element is called singleton set.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Empty set def

A

A set with no elements (zero number of elements) is called empty or null set.
Denoted by Ö or {}.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Finite set def

A

If a set is equivalent to the set {1,2,3,….n} for some fixed natural number n then set is called finite.
N={1,2,3,……..99}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Infinite set def

A

If a set is not equivalent to the set {1,2,3,….n} for some fixed natural number n, then set is called infinite.
N={1,2,3,……..}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Subset def

A

If every element of set A is an element of set B, then A is a subset of B.
Symbiotically, it is written as A c_ B

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Proper subset def

A

If A is a subset of B and B contains at least one element, which is not an element of A. Then, A is said to be a proper subset of B.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Improper subset

A

If A is a subset of B and A=B, then we say that A is an improper subset of B.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Power set def

A

The power set of a given set is the set containing all the possible subsets of the given set.
Let set = S
The power of set is denoted by P(S)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Super set def

A

If every element of A is an element of B then B is set to be super set of A and is written as B _) A.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

One-one correspondence def

A

If elements of two sets A and B are paired in such a way that each element of A is paired with one and only one element of B and vice versa, then such a pairing is called one-one correspondence between A and B

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Order of a set

A

The number of distinct elements in a finite set A is called the order of set and is denoted by n(A).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

Universal set def

A

If all sets under consideration are the subsets of a fixed set U, then U is called univeral set or the universe of discourse

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

Union of sets def

A

The union of two sets A and B is denoted by A U B and is a set of all elements that belong to A or B.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

Intersection of two sets def

A

Intersection of two sets A and B is denoted by A (UPSIDE DOWN U) B and is the set of all elements that belong to A and B.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

Disjoint sets def

A

If the intersection of two sets is empty, then sets are said to be disjoined sets.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

Overlapping sets def

A

If the intersection of two sets is non-empty but neither is a subset of other thrn sets are said to be overlapping.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Complement of a set def
If U is a universal set, then complement of a set A is denoted by A' or A (raise to power c) and is defined as set of all those elements of U that are not in A.
26
Difference of two sets
If A and B are two sets, then the difference of a set A and B is denoted by A-B and is defined as a set of all those elements of A that are not in B.
27
Venn diagram def
A venn diagram is a pectorial representation of sets in which sets are represented by enclosed areas in a plane. They were first used by an English logician and mathematician John Venn
28
Commutative property of union
AUB=BUA
29
Commutative property of intersection
A(UPSIDE DOWN U)B=B(UPSIDE DOWN U)A
30
Associative property of union
AU(BUC)=(AUB)UC
31
Associative property of intersection
A(UPSIDE DOWN U)(B(UPSIDE DOWN U)C)=(A(UPSIDE DOWN U)B)(UPSIDE DOWN U)C
32
Distributivity of union over intersection
AU(B(UPSIDE DOWN U)C)=(AUB)(UPSIDE DOWN U)(AUC)
33
Distributivity of intersection over union
A(UPSIDE DOWN U)(BUC)=(A(UPSIDE DOWN U)B)U(A(UPSIDE DOWN U)C)
34
De Morgan's laws
(AUB)'=A' (UPSIDE DOWN U) B' (A(UPSIDE DOWN U)B)' = A'UB'
35
Logic def
The basic principles and techniques that are used to distinguish correct reasoning from incorrect reasoning.
36
Induction logic def
A process of reasoning that infers ageneral conclusions based on idvidual cases.
37
Deduction logic def
A process of reasoning that starts with general truth and applies that truth to the specific case.
38
Preposition def
A declarative statement that may be true or false but not both is called preposition. 4<5 true 5<4 false
39
Aristotlian logic def
Deductive logic in which every statement is regarded as true or false and there is no other possibility is called aristotlian logic. E.g a =b can either be true or false
40
Non aristotlian logic def
Deductive logic in which for every statement there is a scope for 3rd or 4th possibility is called non aristotlian logic
41
Conjunction def
If p and q are two statements, then a compound statement in form if p then q (p implies q) is called "implication or conditional." Conjuction of two statements p and q is denoted by p ^ q. Conjuction is said to be true if both of its components are true.
42
Disjunction def
The disjunction of two statements is denoted by p \/ q and is said to be true if at least one of its components p and q is true and false when both components are false.
43
Implication or conditional def
A conditional is said to be false only when antecedent is true and consequent is false. In all other cases, it is true. In P-> q p is antecedent, and q is consequent
44
Biconditional (equivalence)
The preposition p->q /\ q-> p is shortly written as p<---> q (p iff q) and is called biconditional or equivalence. P<--> is only true when both p and q are true or both p and q are false.
45
Tautology def
A statement that is true for all positive values of the variables involved in it is called a tautology E.g p\/ ~p is tautology
46
Absurdity def
A statement that is always false is called an absurdity or a contradiction. E.g p/\~p is absurdity
47
Contingency def
A statement that can be true or false depending upon the truth values of the variable involved in it is called a contingency. E.g (p->q)/\ (p\/q)
48
Quantifiers def
The words or symbols that convey the idea of quantity or numbers are called quantifiers.
49
Types of quantifiers
Universal quantifiers Existential quantifiers
50
Universal quantifiers
The symbol \-/ which read "for all" is called the universal quantifier.
51
Existential quantifiers
The symbol -] which read as "there exists" is called existential quantifiers.
52
Cartesian product def
Let A and B be two non emptey sets then cartesian product of A and B is denoted by A×B and is defined as A×B= {(x,y) | x[- A and y [- B }
53
Binary relation
Let A and B be two non empty sets then any subset of cartesian product A×B is called binary relation or simply reslation. It is denoted by " r "
54
Domain and range def
The first element of the ordered pair of a relation is called its domain The second element of the ordered pair of a relation is called its range.
55
Relation on a set def
If A is a non-empty set, then any subset of A×A is called relation in A or relation on A.
56
Function def
Let A and B be two non empty sets such that 1. f is a relation from A to B ghat is, f is a subset of A×B 2. Dom f =A 3. First element of no two pairs of f are equal. Then f is said to be a function from A to B. Function is written as f: A->B
57
Into function def
If a function f:A->B is such that Ran f(is proper subset of )(c) B i.e Ran f ≠ B then f is said to be a function from A into B. A={1,3,5} B={2,4,6,8} f={(1,2),(3,4),(5,6)}
58
Onto (Subjective) function
If a function f:A—> B is such that Rang f= B, i.e., every element of B is the image of some elements of A, then f is called an onto function or subjective function. A={1,2,3} B={4,5} f={(1,4),(2,4),(3,5)}
59
(1-1) and into (injective) function
If a function f from A into B is such that the second elements of no two of its ordered pairs are equal, then it's called injective function. A={1,2} B={a,b,c} f={(1,a), (2,b)}
60
(1-1) and onto (bijective) function
If f is a function from A onto B such that the second elements of nontwo of its ordered pair are the same, then f is said to be bijective function. It is also called (1-1) correspondence between A and B.
61
Linear function
The function {(x,y)|y=mx+c} is called linear function because its graph is a straight line.
62
Quadratic function
The function {(x,y)| y= ax²+bx+c} is calleda quadratic function because it is defined by quadratic equation in x,y.
63
Inverse of a function
The inverse of a function f is denoted by f-¹ and is obtained by interchanging the components of each ordered pair if the function is in tabular form.
64
Identity function
The function {(x,y)|y=x} is called identity function.
65
Square root function
The function {(x,y)|y=/x , x>(or equal to )0}
66
Unary operation
An operation that when performed on a single number yields another number of the same or different system is called unary operation. E.g extraction of square roots or cube roots, squaring a number or raising it to higher power.
67
Binary operation.
Let G be a non-empty, set then binary operation on the set G is a function from set G×G to the set G. For E.g, ordinary addition and multiplication are binary operations on N.
68
Residue class modulo n
Three consecutive numbers may be written in the form 3n, 3n+1, 3n+2 when divided by 3, they give remainders 0,1, and 2, respectively. The set of remainders {0,1,2,} is called residue class modulo 3.
69
. Is there any set which has no proper subset? If so, name that set
Yes. The empty set has no proper subset.