paper def Flashcards

(14 cards)

1
Q

def: logically equivalent

A

two statements are logically equivalent when their truth values match up line for line on a truth table

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

def: FLT

A

where p is prime and a is an integer s.t. a isnt 0modp
a^(p-1) = 1modp

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

def: function

A

an assignment of a unique element of Y to each element of X

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

def: injective

A

f(A) = f(B) => a = b where a,b are elments of X

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

def: surjective

A

for all y ∈ Y there exists at least one x ∈ X such f(x) = y.

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

def: bijective

A

both injective and surjective

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

def: group

A

We say that a nonempty set G is a group under ⋆
if:
Closure: ⋆ is a binary operation, so g ⋆ h ∈ G for all g, h ∈ G;
Associativity: g ⋆ (h ⋆ k) = (g ⋆ h) ⋆ k for all g, h, k ∈ G;
Identity: There exists an identity element e ∈ G such that e ⋆ g = g ⋆ e = g for all g ∈ G;
Inverses: Every element g ∈ G has an inverse g^(−1)
such that g ⋆ g−1 = g^(−1) ⋆ g = e.

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

def: la grange’s thereom

A

H contains an element x of order p,
and K contains an element y of order q.

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

def: basis

A

both linearly independent + spanning

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

def: subspace

A

A subspace of a vector space V is a subset U ⊆ V
which:
1. 0 ∈ U;
2. u + v ∈ U for all u, v ∈ U ;
3. α · u ∈ U for all α ∈ F, u ∈ U.
where addition and scalar multiplication are as defined in V .

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

def: dimension

A

the size of the basis

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

def: order of a group

A

the smallest +ve integers s.t σ^n = id

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

def: sgn of a group

A

(-1)^m where m = no. of transpositions written as a product

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

def: subgroup test

A

H ⊆ G is a subset of G if and only if
- H is not empty;
- If h, k ∈ H then h ⋆ k ∈ H;
- If h ∈ H then h^(−1) ∈ H.

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