Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有两个命题p和q。那么将子句写成这样是否合法: q ∧ p ∧ ¬ p 我假设在这种情况下 p ∧ ¬ p = F 将始终为 False,因此该子句将 q ∧ F = F 导致整个子句为 False。
p
q
q ∧ p ∧ ¬ p
p ∧ ¬ p = F
q ∧ F = F