(programming required) Given a proposition ϕ, compute the set of all atomic propositions contained within ϕ. The following recursive formulation may be helpful: variables(p) := {p} variables(¬ϕ) :=...




(programming required) Given a proposition ϕ, compute the set of all atomic propositions contained within ϕ. The following recursive formulation may be helpful:


variables(p) := {p} variables(¬ϕ) := variables(ϕ) variables(ϕ ⋄ ψ) := variables(ϕ) ∪ variables(ψ)







May 07, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here