We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11188bb commit 71e41b7Copy full SHA for 71e41b7
01-propositional.mm1
@@ -701,7 +701,7 @@ theorem appl: $ (aa /\ (aa -> bb)) -> bb $ = '(con1 @ anl com12b @ con3d mpcom);
701
702
--- analogs to anl and anr; Would prefer: $~(aa -> bb) <-> (aa /\ ~bb)$
703
theorem neg_imp_left: $ ~(aa -> bb) -> aa $ = '(con1 absurd);
704
-theorem neg_imp_right: $~(aa -> bb) -> ~bb $ = '(con1 (rsyl dne (a1d id)));
+theorem neg_imp_right: $ ~(aa -> bb) -> ~bb $ = '(con3 prop_1);
705
theorem neg_imp_wl(h: $ aa -> c $): $ ~(aa -> bb) -> c $ = '(syl h neg_imp_left);
706
theorem neg_imp_wr(h: $ ~bb -> c $): $ ~(aa -> bb) -> c $ = '(syl h neg_imp_right);
707
0 commit comments