Evenness via Fixed-Point-Free Involution

Prompt (Question • Data • Logic)

Question.
Given a finite set U = {a,b,c,d}, is |U| even?
Data.
Universe U of 4 distinct elements.
Logic (Second-Order).
Decide evenness via the SOL formula:
∃f: U→U. (∀x. f(f(x)) = x) ∧ (∀x. f(x) ≠ x)
i.e., a fixed-point-free involution that pairs elements into 2-cycles.

Answer

Reason Why

Checks (at least 5)

Diagnostics

No errors yet.