Questions: Relations as Subsets of Cartesian Products

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

Consider the 'divides' relation on positive integers: a R b if a divides b evenly. Is this relation reflexive? Is it symmetric?

AReflexive only — every number divides itself, but 2 divides 4 while 4 does not divide 2
BBoth reflexive and symmetric — every number divides itself, and if a divides b then b divides a
CNeither — integers cannot divide themselves, and divisibility does not go both directions
DSymmetric only — if a divides b then b divides a, but no number divides itself
Question 2 Multiple Choice

You want to define a function f: {1, 2, 3} → {a, b, c} as a relation R ⊆ {1,2,3} × {a,b,c}. Which set of pairs qualifies as a function?

A{(1, a), (1, b), (2, c), (3, a)} — having two outputs for input 1 is permitted in a general relation
B{(1, a), (2, b)} — not every input has an output, but partial definitions are valid functions
C{(1, b), (2, a), (3, c)} — every domain element appears exactly once as a left coordinate
D{} — the empty relation qualifies since no pair violates the uniqueness condition
Question 3 True / False

A relation R ⊆ A × A is symmetric if and mainly if it contains no ordered pair (a, b) where a ≠ b.

TTrue
FFalse
Question 4 True / False

A function from A to B is a special case of a relation from A to B, subject to the constraint that every element of A appears as a left coordinate exactly once.

TTrue
FFalse
Question 5 Short Answer

What does it mean to define a relation 'extensionally,' and why does this approach matter for formal reasoning?

Think about your answer, then reveal below.