Skip to content

Commit eef4726

Browse files
authored
Merge pull request #1 from sashbek/master
Fixed proof of "Deduction Theorem (Semantic)" to make it correct
2 parents ae2e3e3 + 631ba20 commit eef4726

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lec-logic.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ These two notions --- _implication_ and _entailment_ --- are distinct but deeply
427427

428428
Let $nu$ be any interpretation.
429429
We show $nu models alpha imply beta$.
430-
- If $nu models.not alpha$, then $Eval(alpha imply beta) = max(0, Eval(beta)) = 1$, so $nu models alpha imply beta$.
430+
- If $nu models.not alpha$, then $Eval(alpha imply beta) = max(1-0, Eval(beta)) = 1$, so $nu models alpha imply beta$.
431431
- If $nu models alpha$, then since $alpha models beta$, we have $nu models beta$, so $Eval(alpha imply beta) = max(0, 1) = 1$.
432432

433433
In both cases, $nu models alpha imply beta$.

0 commit comments

Comments
 (0)