Logic Flashcards
Set
A collection of objects. Usually outlined by curly brackets {like this}. Order does not matter
Elements
Objects in a set
Identical sets
Have the same elements
The empty set
Contains no objects
Ordered pairs
Have a designated first component and second component
Binary relation
Contains only ordered pairs. Includes the empty set
A binary relation R is reflexive on a set S iff
iff for all elements d of S the pair is an element of R
A binary relation R is symmetric on a set S iff
iff for all elements d,e of S: if ∈ S then ∈ R
A binary relation R is asymmetric on a set S iff
iff for no elements d,e of S: if ∈ S then ∈ R
A binary relation R is antisymmetric on a set S iff
iff for no two different elements d,e of S: if ∈ R then ∈ R (there is only one symmetric pair)
A binary relation R is transitive on a set S iff
iff for all elements d,e,f of S: if ∈ R and ∈ R, then ∈ R
A binary relation R is a function iff
R is reflexive, transitive and symmetric on S
A binary relation R is an equivalence relation iff
for all elements d,e, f : if ∈ R and ∈ R then e=f (turns all things into one thing)
Domain of a function R
The set {d: there is an e such that ∈ R}
Range of a function R
The set {e: there is an d such that ∈ R}
Declarative sentences
Sentences that are true or false
Logical validity
An argument is logically avalid iff there is no interpretation under which the premisses are all true and the conclusion is false. The truth of the premisses guarantees the truth of the conclusion. Logically valid arguments are deductively valid
Logical consistency
A set of sentences is logically consistent if and only if there is at least one interpretation under which all sentences of the set are true. There is a structure that assigns either all true or all false values that make the sentence true overall.
Validity defined in terms of consistency
An argument is valid if and only if the set obtained by adding the negation of the conclusion to the premises is inconsistent
Logical truth
A sentence is logically true if and only if it is true under any interpretation