I recently had a test which asked various things about propositional logic: natural deduction, truth table's, analytic tableau's, ...
The very first question asked to create a truth table of φ and then give the amount of "elements" in Σ.
Given: Σ = {φ, p , q} and φ = ((p → (q ∨ r)) ↔ ¬(p ∧ ¬q))
Asked: create the truth table of Σ and give the amount of elements in Σ as a number.
I managed to create a truth table of Σ but I don't understand what they mean with "elements". I looked through my notes, slides and an additional book but could not find what I was suppose to do.
Could somebody give me an example? This is probably a basic question but I'm at a loss here and can't find anything online.
Note: for clarification, I assume the answer might be 3. But I am unsure if this is the case given that φ is a formula.