OpenLogicProject / OpenLogic

An open-source, customizable intermediate logic textbook
http://openlogicproject.org/
Creative Commons Attribution 4.0 International
1.04k stars 237 forks source link

Fix typo (def of satisfaction in prop. logic) #298

Closed GKerfImf closed 2 years ago

GKerfImf commented 2 years ago

As it is explained in the commit message, in the disjunctive case: φ ≡ (ψ ∨ χ), it should be

σ ⊨ φ iff σ ⊨ ψ or σ ⊨ χ, 

and not

σ ⊨ φ iff σ ⊨ φ or σ ⊨ ψ
              ^^
rzach commented 2 years ago

Right you are! Thanks.