term 1 key definitions Flashcards

1
Q

what are the set of numbers

A

N - the natural - integers from 0 up
Z - integers - all integers
Q - rational numbers - any number that can be produced with a fraction
R - the real numbers
I - imaginary numbers

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

What are all algebraic properties

A

commutativity - x +y = y +x
associativity - (x+y)+z = x + (y+z)
identity - doesnt affect value
inverse - reverse funtion application

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

what is a subset

A

a subset of A is a set B such that every element of B is an element of B.
The empty set is a subset of every set.
To prove two sets are equal prove they are both subsets of each other

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

What are set operations

A

U - union - or
n - intersection - and
\ - difference - A\B = in A but not B

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

What is the cartesian product

A

the set of all ordered pairs between two sets.

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

What is a proposition

A

a statement that is either True or False

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

What is a predicate

A

a statement that becomes a proposition when we specify a value for one or more free variables

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

What are the universal Quantifiers

A

∀ - all
∃ - there exists
¬ - not

the operations that exist are
∧ - and
∨ - or

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

what are propositional identities

A

P ∨ (Q ∧ R) = (P ∨ Q) ∧ (P ∨ R)

de morgans law
¬(P ∧ Q) = (¬P) ∨ (¬Q).
¬(P ∨ Q) = (¬P) ∧ (¬Q).

P ⇒ Q = (¬P) ∨ Q.

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

when are two functions equal?

A

9 Let f : A → B and g : C → D be functions. Then
f and g are equal (written f = g) if A = C and B = D and
f(x) = g(x) for all x ∈ A.

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

What are surjective injective and bijective functions?

A

Surjective - if for each element in B, theres at least one element in A that can produce it

injective - one to one

biijective - both surjective and injective

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

when can a function have an inverse

A

if and only if its a bijection

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

what is a one sided inverse?

A

For a function f : A → B, we say:
(i) g : B → A is a left inverse to f if g ◦ f = idA;
(ii) h : B → A is a right inverse to f if f ◦ h = idB.

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

how do you find the inverse of a permutation

A

reverse the elements in the cycle but put the smallest item first

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

What is the order of a permutation

A

the smallest m such that the permutation to the power = the identity

order of π = lcm(m1, . . . , mt).

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

A permutation cannot be expressed as both a product of an even number of transpositions and of an odd number of
transpositions

A

A permutation cannot be expressed as both a product of an even number of transpositions and of an odd number of
transpositions

17
Q

The sign of σ ∈ Sn is denoted sgn(σ) and is defined by

A

+1 if it has an even number of transpositions
-1 if it has an odd number

18
Q

what is the fundamental theorem of arithmetic

A

let n have the prime factorizations

n = p1…pr = q1…qs

then every prime occurs equally often in both factorisations

19
Q

what is congruence

A

a-b/n = an integer or

a = b + kn

20
Q

what is the congruence class of a number

A

the set of numbers congruent modulus [c]n

= {c, c + n, c + 2n…}

21
Q

a]n + [b]n = [a + b]n, [a]n − [b]n = [a − b]n, [a]n[b]n = [ab]n.

A

a]n + [b]n = [a + b]n, [a]n − [b]n = [a − b]n, [a]n[b]n = [ab]n.

22
Q

1 If some number d divides both a and n, and d > 1,
then [a] is not invertible in Zn.

A

1 If some number d divides both a and n, and d > 1,
then [a] is not invertible in Zn.

23
Q

what is a binary operation on a group

A

a rule assigning each a and b to an element

24
Q

What makes a set a group

A

if a(bC) = (ab)c
there is an identity element and an inverse element

25
Q

Let G be a group (written multiplicatively) and let
g ∈ G. The order of g, written o(g) is the least positive integer r
with g
r = e, if such an r exists. Otherwise, we write o(g) = ∞
and say that g has infinite order.

A

Let G be a group (written multiplicatively) and let
g ∈ G. The order of g, written o(g) is the least positive integer r
with g
r = e, if such an r exists. Otherwise, we write o(g) = ∞
and say that g has infinite order.

26
Q

if a group G with operation * then a subset H of G is a subgroup of G if

A
  • a * b is in H when a and b are in H
  • the identity element of G is an element of H
  • every inverse element in H is in H