Skip to content

Commit 71e41b7

Browse files
committed
simplify prop proof
1 parent 11188bb commit 71e41b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

01-propositional.mm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ theorem appl: $ (aa /\ (aa -> bb)) -> bb $ = '(con1 @ anl com12b @ con3d mpcom);
701701

702702
--- analogs to anl and anr; Would prefer: $~(aa -> bb) <-> (aa /\ ~bb)$
703703
theorem neg_imp_left: $ ~(aa -> bb) -> aa $ = '(con1 absurd);
704-
theorem neg_imp_right: $~(aa -> bb) -> ~bb $ = '(con1 (rsyl dne (a1d id)));
704+
theorem neg_imp_right: $ ~(aa -> bb) -> ~bb $ = '(con3 prop_1);
705705
theorem neg_imp_wl(h: $ aa -> c $): $ ~(aa -> bb) -> c $ = '(syl h neg_imp_left);
706706
theorem neg_imp_wr(h: $ ~bb -> c $): $ ~(aa -> bb) -> c $ = '(syl h neg_imp_right);
707707

0 commit comments

Comments
 (0)