A Simple SAT Instance:
Let $R \supseteq \{p_1, p_2, p_3, p_4, p_5\}$.
Let $F = (¬p_1 ∨ p_2) ∧(¬p_2 ∨ p_1) ∧ (¬p_1 ∨ ¬p_2 ∨ ¬p_3) ∧ (p_1 ∨ p_2) ∧ (¬p_4 ∨ p_3) ∧ (¬p_5 ∨ p_3)$.
$\left\{p_1, p_2\right\}$ is a model for $F$.
Hence, $F$ is satisfiable.
This is a simple example of a SAT Instance. I understand what it means, and how to get the result, but I don't understand why only $\left\{p_1, p_2\right\}$ is a model for $F$.