Is there any literature about inner-replacement rule? - MathOverflow most recent 30 from http://mathoverflow.net 2013-05-22T15:09:53Z http://mathoverflow.net/feeds/question/84557 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://mathoverflow.net/questions/84557/is-there-any-literature-about-inner-replacement-rule Is there any literature about inner-replacement rule? Lucas K. 2011-12-29T23:53:23Z 2011-12-30T22:17:29Z <p>Hello all,</p> <p>If you have a theorem $\vdash \alpha \rightarrow \beta$ and a theorem $\vdash \gamma$ then if $\alpha$ is a sub-expression of $\gamma$, and this sub-expression has an even number of negations within $\gamma$ (and it is not within a xor or boolean equality), then a new theorem can be obtained by replacing $\alpha$ with $\beta$ in $\vdash \gamma$.</p> <p>Similar, if $\beta$ is a sub-expression of $\gamma$, and this has a odd number of negations, then a new theorem can be obtained by replacing $\beta$ with $\alpha$.</p> <p>It is not so difficult to see that this is true, but has this rule a name? And is there any literature about it? If you introduce this rule, you can probably skip some axioms. Also, it is a more general form of modus pones.</p> <p>The background of this question is, that one of my interests is how to do real mathematics in a formal logic. My opinion is that both sides should make steps to come closer to each other. Logicians should make logics that are more practical to use, and mathematicians should make proofs that are easier to formalize. I think above rule is quite natural for mathematicians, and can be verified by computer. At least when I am doing mathematics, I am well aware if a certain sub-expression is in a position that it can be weakened or strengthened. And I think that counts for all mathematicians.</p> <p>With this rule you don't need the low-level proving with shifting assumptions in front of the $\vdash$ sign, to weaken or strengthen the sub-expression. This low-level shifting is a practice that in general can not be found in books of mathematics that do not deal with logic.</p> <p>Regards,</p> <p>Lucas</p> http://mathoverflow.net/questions/84557/is-there-any-literature-about-inner-replacement-rule/84561#84561 Answer by Todd Trimble for Is there any literature about inner-replacement rule? Todd Trimble 2011-12-30T00:46:58Z 2011-12-30T00:46:58Z <p>C.S. Peirce, in his calculus of Existential Graphs, had a rule very similar to this which he called "weakening" or "rules of insertion and erasure". The <a href="http://en.wikipedia.org/wiki/Existential_graph" rel="nofollow">Wikipedia article</a> is a little skimpy on this, but see the brief discussion on rules of inference (under Alpha), or see Peirce's Collected Papers (ed. Hartshorne and Weiss), vol. III and IV, section 4.505. (I am unable to locate the term "weakening" right now, but since Peirce had a tendency to write and rewrite again and again on his Existential Graphs, which he proudly considered his "<em>chef d'oeuvre</em>", I think with more effort I could locate it.) </p> http://mathoverflow.net/questions/84557/is-there-any-literature-about-inner-replacement-rule/84564#84564 Answer by Ed Dean for Is there any literature about inner-replacement rule? Ed Dean 2011-12-30T00:51:59Z 2011-12-30T00:51:59Z <p>I don't know a name for the particular inference you indicate, but its feature that it operates "deeply" within the formulas at hand rather than at the root of their parse trees brings to mind current proof-theoretic work in <em>deep inference</em>. Perhaps check out Alessio Guglielmi's <a href="http://alessio.guglielmi.name/res/cos/diom.html" rel="nofollow">Deep Inference in One Minute</a>; you might find that this blurb jibes with some of your motivation. Guglielmi's site in general is pretty comprehensive about this area, of which I know very little.</p>