LOGIC

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/54

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:11 PM on 4/11/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

55 Terms

1
New cards

Statement

A declarative sentence that can be classified as either true or false, but not both. Its truth or falsity is called its truth value.

2
New cards

Truth Value

The classification of a proposition as true (T) or false (F).

3
New cards

Proposition

Any meaningful statement that is true or false, but not both. Denoted by lowercase letters p, q, r, …

4
New cards

Compound Proposition

A new proposition formed by combining atomic propositions using logical connectives (NOT, OR, AND, IF-THEN, IF AND ONLY IF). Denoted by uppercase P, Q, R, …

5
New cards

Atomic Proposition

A simple, indivisible proposition that serves as the basic building block for compound propositions.

6
New cards

Negation (NOT, ~p)

The logical opposite of proposition p. When p is true, ~p is false; when p is false, ~p is true.

7
New cards

Disjunction (OR, p v q)

The proposition “p or q.” False only when both p and q are false; true in all other cases. The “or” is inclusive.

8
New cards

Conjunction (AND, p ^ q)

The proposition “p and q.” True only when both p and q are true; false in all other cases.

9
New cards

Conditional / Implication (p => q)

The proposition “if p, then q.” False only when p is true and q is false; true in all other cases.

10
New cards

Biconditional (p

The proposition “p if and only if q.” True when p and q share the same truth value; false when they differ. Also called the equivalence connective.

11
New cards

Antecedent (Hypothesis)

In the conditional p => q, the proposition p — the “if” part that acts as the condition triggering the conclusion.

12
New cards

Consequent (Conclusion)

In the conditional p => q, the proposition q — the outcome asserted to follow when the hypothesis is true.

13
New cards

Sufficient Condition

p is a sufficient condition for q means p => q: the truth of p alone is enough to guarantee the truth of q.

14
New cards

Necessary Condition

q is a necessary condition for p means p => q: p can only be true if q is also true.

15
New cards

Equivalent Forms of the Conditional

“If p then q,” “p implies q,” “p only if q,” “q if p,” “q whenever p,” “q provided that p,” “p is sufficient for q,” and “q is necessary for p” all express the same conditional statement p => q.

16
New cards

Truth Table

A systematic table listing all possible combinations of truth values for propositions and the resulting truth value of the compound proposition formed from them.

17
New cards

Negation Truth Table

p = T gives ~p = F; p = F gives ~p = T. Two rows total.

18
New cards

Disjunction Truth Table

p v q is FALSE only when both p = F and q = F. TRUE in all other three combinations (TT, TF, FT).

19
New cards

Conjunction Truth Table

p ^ q is TRUE only when both p = T and q = T. FALSE in all other three combinations (TF, FT, FF).

20
New cards

Conditional Truth Table

p => q is FALSE only when p = T and q = F. TRUE in the remaining three combinations (TT, FT, FF).

21
New cards

Biconditional Truth Table

p

22
New cards

Propositional Function

Another name for a compound proposition or predicate — a statement whose truth value depends on the values of one or more variables.

23
New cards

Predicate

An expression involving one or more variables defined on a domain of discourse. Substituting a specific value produces a proposition that is either true or false. Example: p(n): n is prime.

24
New cards

Domain of Discourse

The set of all possible values that a variable in a predicate can take.

25
New cards

Free Variable

The variable x in a predicate p(x) whose substitution with specific values changes the truth value of the expression.

26
New cards

Truth Set (Tp)

The collection of all values in the domain for which the predicate p(x) is true.

27
New cards

Universal Quantifier (for all, symbol: inverted A)

Read “for every,” “for all,” or “for each.” The statement [for all] x, p(x) asserts that p(x) holds true for every element x in the domain.

28
New cards

Existential Quantifier (there exists, symbol: backwards E)

Read “there exists” or “there is at least one.” The statement [there exists] x such that p(x) asserts p(x) is true for at least one x in the domain.

29
New cards

“Such That” Symbol

Shorthand notation (symbol: backwards E with vertical bar) meaning “such that,” used alongside the existential quantifier: [there exists] x such that p(x).

30
New cards

Negation of a Universal Statement

The negation of “[for all] x, p(x)” is “[there exists] x such that ~p(x).” Negating “all have property P” yields “at least one does not have property P.”

31
New cards

Negation of an Existential Statement

The negation of “[there exists] x such that p(x)” is “[for all] x, ~p(x).” Negating “some have property P” yields “none have property P.”

32
New cards

Order of Quantifiers

The order in which quantifiers appear changes meaning and truth value. “[for all] x [there exists] y p(x,y)” and “[there exists] y [for all] x p(x,y)” are generally NOT equivalent.

33
New cards

Implicit Universal Quantifier

When a variable appears in the antecedent of an implication without explicit quantification, the universal quantifier is assumed to apply by convention.

34
New cards

Set

A well-defined collection of objects (elements or members) characterized by a defining property, allowing the objects to be thought of as a whole. Example: A = {1, 2, 3, 4}.

35
New cards

Element / Member (in-symbol)

An object belonging to a set. Written x in A. If the object does not belong, written x not-in A. Example: If A = {1,2,3,4}, then 2 in A and 5 not-in A.

36
New cards

Subset (A subset-of B)

A is a subset of B if every element of A is also an element of B. Written A subset-of B (equivalently, B superset-of A).

37
New cards

Proper Subset

A is a proper subset of B if A is a subset of B and A does not equal B — A is strictly contained within B.

38
New cards

Set Equality (A = B)

Two sets are equal if A is a subset of B and B is a subset of A — they contain exactly the same elements.

39
New cards

Empty Set

The unique set containing no elements, denoted by the empty-set symbol. By Theorem 1.1, the empty set is a subset of every set.

40
New cards

Standard Number Set N

The set of all positive integers (natural numbers): {1, 2, 3, …}.

41
New cards

Standard Number Set Z

The set of all integers: {…, -2, -1, 0, 1, 2, …}.

42
New cards

Standard Number Set Q

The set of all rational numbers — numbers expressible as p/q where p, q are integers and q is not zero.

43
New cards

Standard Number Set R

The set of all real numbers, including rationals and irrationals.

44
New cards

Union (A union B)

A union B = {x : x in A or x in B}. The set of all elements belonging to A or B or both. Corresponds to logical disjunction (OR).

45
New cards

Intersection (A intersect B)

A intersect B = {x : x in A and x in B}. The set of elements belonging to both A and B simultaneously. Corresponds to logical conjunction (AND).

46
New cards

Set Difference (A minus B)

A minus B = {x : x in A and x not-in B}. Elements in A that are not in B. Corresponds to (x in A) AND NOT (x in B).

47
New cards

Disjoint Sets

Sets A and B are disjoint if their intersection is the empty set — they share no common elements.

48
New cards

Closed Interval [a, b]

{x in R : a <= x <= b}. All real numbers between a and b, with both endpoints included.

49
New cards

Open Interval (a, b)

{x in R : a < x < b}. All real numbers strictly between a and b; neither endpoint is included.

50
New cards

Half-Open Interval [a, b)

{x in R : a <= x < b}. Includes the left endpoint a but excludes the right endpoint b.

51
New cards

Half-Open Interval (a, b]

{x in R : a < x <= b}. Excludes the left endpoint a but includes the right endpoint b.

52
New cards

Unbounded Interval [a, infinity)

{x in R : x >= a}. All real numbers greater than or equal to a, with no upper bound.

53
New cards

Unbounded Interval (a, infinity)

{x in R : x > a}. All real numbers strictly greater than a, with no upper bound.

54
New cards

Unbounded Interval (-infinity, b]

{x in R : x <= b}. All real numbers less than or equal to b, with no lower bound.

55
New cards

Unbounded Interval (-infinity, b)

{x in R : x < b}. All real numbers strictly less than b, with no lower bound.