550 views
0 votes
0 votes

Consider a propositional language with three propositional constants - mushroompurple, and poisonous - each indicating the property suggested by its spelling. Using these propositional constants, encode the following English sentences as Propositional Logic sentences. Use ~ for ¬; use | for ∨; use & for ∧; use => for ⇒; and use <=> for ⇔ when entering compound sentences.

A mushroom is not poisonous unless it is purple. 

1 Answer

0 votes
0 votes

Mushroom(x): x is a mushroom

Poisonous(x): x is poisonous

Purple(x): x is purple

Related questions