Maths and Logic Flashcards

1
Q

what is a field?

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

what are the laws?

A

https://qph.cf2.quoracdn.net/main-qimg-acaef512c516464f577170e2c55f02e2-lq

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

what is a commutative semiring and a ring?

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

what is an axiom schemata?

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

what are the steps of deriving logical expressions?

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

what does ambiguous mean?

A

order of operations not specified such as a -> b -> c
could mean (a -> b) -> c OR a -> (b -> c)

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

what is the difference between classical and constructive deduction?

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

what is the double negation law?

A

¬¬A ⊢ A

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

what is the law of excluded middle

A

⊢ A ∨ ¬A

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

do flashcard on how vertical proof thing works

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

what is the symbol for ‘is a member of’ and ‘is a subset of’?

A

∈ and ⊆

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

how do you write the items in A that aren’t in B?

A

A\B

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

what does it mean to prove something constructively?

A

no classical reasoning is used (DNE and LEM)

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

What is an endorelation and an endofunction?

A

A relation/ function relating items in a set to other items in the same set

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

What is an equivalence relation?

A

A relation that is reflexive, symmetric and transitive

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

What does reflexive, symmetric and transitive mean?

A

Reflexive: every element relates to itself
Symmetric: if X relates to y, y relates to X
Transitive: if X relates to y and y relates to z, X relates to z

17
Q

What is an equivalence class?

A

All elements grouped together that relate to the same element

18
Q

How do you write the equivalence class of X and the set of all equivalence classes?

A

answer in week 7 materials

19
Q

What is a partition of a set?

A

When a set A is split into a set B of subsets of A such that:
-Any two members of B are disjoint
-Any element of A belongs to a member of B

20
Q

How does an equivalence relation correspond to a partition?

A

Sets with equivalence relations can always make a partition with the equivalence classes and a partitioned set can always make a set with an equivalence relation

21
Q

What is a kernel?

A

Every FUNCTION has a kernel which relates all elements that under the function, have the same image. It is an equivalence relation and the set of all kernels corresponds to the range of the function

22
Q

What does irreflexive and antisymmetric mean?

A

Irreflexive: no elements relate to themselves
Antisymmetric: the only way two elements can be mutually related is if they are equal

23
Q

What is an order?

A