Questions tagged [linear-logic]

Linear logic is a substructural logic proposed by Jean-Yves Girard as a refinement of classical and intuitionistic logic, joining the dualities of the former with many of the constructive properties of the latter. Ideas from linear logic have been influential in fields such as programming languages, game semantics, and quantum physics, as well as linguistics, particularly because of its emphasis on resource-boundedness, duality, and interaction.

Linear logic is a substructural logic proposed by Jean-Yves Girard as a refinement of classical and intuitionistic logic, joining the dualities of the former with many of the constructive properties of the latter. Ideas from linear logic have been influential in fields such as programming languages, game semantics, and quantum physics, as well as linguistics, particularly because of its emphasis on resource-boundedness, duality, and interaction.

Linear logic lends itself to many different presentations, explanations and intuitions. Proof-theoretically, it derives from an analysis of classical sequent calculus in which uses of (the structural rules) contraction and weakening are carefully controlled. Operationally, this means that logical deduction is no longer merely about an ever-expanding collection of persistent "truths", but also a way of manipulating resources that cannot always be duplicated or thrown away at will. In terms of simple denotational models, linear logic may be seen as refining the interpretation of intuitionistic logic by replacing cartesian (closed) categories by symmetric monoidal (closed) categories, or the interpretation of classical logic by replacing Boolean algebras by C*-algebras.

46 questions
3
votes
1 answer

Distributivity of ⊗ over & in linear logic?

In linear logic, we have that multiplicative conjunction distributes over additive conjunction: $$(A\ \&\ B) \otimes C ⊸ (A \otimes C)\ \&\ (B \otimes C).$$ But we do not have the other direction: $$(A \otimes C)\ \&\ (B \otimes C) \not{\!\!⊸\;} (A\…
exp
  • 33
0
votes
0 answers

What is the interpretation for $A^\bot$ in Linear logic?

I was reading the wikipedia page for linear logic https://en.wikipedia.org/wiki/Linear_logic At some point it shows that a proposition may be raised to bottom as in $A^\bot$, what is the interpretation and the intuition behind this, and what is the…
geckos
  • 225