Questions tagged [relevant-logic]

Relevance logics, also called relevant logics, are non-classical logics developed as attempts to avoid the paradoxes of material and strict implication.

Relevance logics, also called relevant logics, are non-classical logics developed as attempts to avoid the paradoxes of material and strict implication. These so-called paradoxes are valid conclusions that follow from the definitions of material and strict implication but are seen, by some, as problematic.

For example, the material implication $p \rightarrow q$ is true whenever $p$ is false or $q$ is true, i.e. when $\neg p \lor q$ is true. So if $p$ is true, then the material implication is true when $q$ is true. Among the paradoxes of material implication are the following: $$ p \rightarrow (q \rightarrow p) $$ $$ \neg p \rightarrow (p \rightarrow q) $$ $$ ( p \rightarrow q ) \lor ( q \rightarrow r) $$ The first asserts that every proposition implies a true one; the second that a false proposition implies every proposition, and the third that for any three propositions, either the first implies the second or the second implies the third.

Similarly, the strict implication $p \rightarrow q$ is true whenever it is not possible that $p$ is true and $q$ is false, i.e. when $\neg\Diamond(p \land \neg q)$ is true. Among the paradoxes of strict implication are the following: $$ (p \land \neg p) \rightarrow q $$ $$ p \rightarrow (q \rightarrow q) $$ $$ p \rightarrow (q \lor \neg q) $$ The first asserts that a contradiction strictly implies every proposition; the second and third imply that every proposition strictly implies a tautology.

Source: Stanford Encyclopedia of Philosophy

5 questions
3
votes
2 answers

Is currying valid in Linear logic and Relevance logic?

In Classical and Intuitionistic logic we have what I will call the "currying equivalence": $P \rightarrow (Q \rightarrow P) \equiv (P \land Q) \rightarrow P$ But linear and relevance logics do not allow weakening. To prove $P \rightarrow (Q…
2
votes
0 answers

Relation between mereology and relevant logic?

I’ve seen work before on relevance logic and set theory, but is there some connection too between relevance logic and mereology? I’ve heard that mereological relations are akin to the inclusion relation in set theory. Could there be a “relevant…
inkd
  • 135
1
vote
0 answers

How to calculate the relevancy

I am trying to calculate the relevancy for below strategies. I have the "Keywords". I like to match against the post tile and post content. Using that Match I like to calculate the Relevancy. I wish to high high score if keyword exist in title…
Gowri
  • 61
1
vote
0 answers

Which logic do you get by combining the topological semantics for IPC with a binary accessibility relation?

Which logic do you get by combining the topological semantics for IPC with a binary accessibility relation? I'm trying to come up with a semantics for a relevance logic that's simpler than a Routley-Meyer model. The main thing I'm trying to remove…
0
votes
1 answer

Which One of These Logical Theses Does Not Hold for Relevant Logics With a Connective for Conjunction?

I write in Polish notation and have included fully infixed notation here also which indicates parsing order. For every relevant logic simplification fails: Simplifcation: $CpCqp$ or $\big(p\rightarrow(q\rightarrow p)\big)$ I have a proof that from…