-
Notifications
You must be signed in to change notification settings - Fork 2
Examples
Olivier Laurent edited this page Apr 12, 2021
·
38 revisions
- A⊗B ⊢ B⊗A ≈ A⅋B ⊢ B⅋A (commutativity)
- (A⊗B)⊗C ⊢ A⊗(B⊗C) ≈ A⅋(B⅋C) ⊢ (A⅋B)⅋C (associativity)
- A⊗(B⊗C) ⊢ (A⊗B)⊗C ≈ (A⅋B)⅋C ⊢ A⅋(B⅋C) (associativity)
- A ⊢ A⊗1 ≈ A⅋⊥ ⊢ A (unit)
- A⊗1 ⊢ A ≈ A ⊢ A⅋⊥ (unit)
- (A⊸B)⊗C ⊢ A⊸(B⊗C) ≈ (A⅋B)⊗C ⊢ A⅋(B⊗C) (linear distributivity)
- A⊸A ≈ A⊥⅋A (identity)
- A⊸B, B⊸C ⊢ A⊸C (composition)
- A&B ⊢ B&A ≈ A⊕B ⊢ B⊕A (commutativity)
- (A&B)&C ⊢ A&(B&C) ≈ A⊕(B⊕C) ⊢ (A⊕B)⊕C (associativity)
- A&(B&C) ⊢ (A&B)&C ≈ (A⊕B)⊕C ⊢ A⊕(B⊕C) (associativity)
- A ⊢ A&⊤ ≈ A⊕0 ⊢ A (unit)
- A&⊤ ⊢ A ≈ A ⊢ A⊕0 (unit)
- A ⊢ A&A ≈ A⊕A ⊢ A (idempotency)
- A&A ⊢ A ≈ A ⊢ A⊕A (idempotency)
- A ⊢ ⊤ ≈ 0 ⊢ A (terminal / initial)
- !A ⊢ A (dereliction)
- !A ⊢ !!A (digging)
- !A ⊢ !?!A
- !?!?A ⊢ !?A
- !?!A ⊢ !?A
- !?!A ⊢ ?!A
- A⊗(B⊕C) ⊢ (A⊗B)⊕(A⊗C) (distributivity)
- (A⊗B)⊕(A⊗C) ⊢ A⊗(B⊕C) (distributivity)
- A⊗0 ⊢ 0 (absorption)
- 0 ⊢ A⊗0 (absorption)
- !A ⊢ !A⊗!A (contraction)
- !A ⊢ 1 (weakening)
- !A⊗!B ⊢ !(A⊗B) (monoidality)
- !1 ⊢ 1 (unit monoidality)
- !(A&B) ⊢ !A⊗!B ≈ ?A⅋?B ⊢ ?(A⊕B) (exponential isomorphism)
- !A⊗!B ⊢ !(A&B) ≈ ?(A⊕B) ⊢ ?A⅋?B (exponential isomorphism)
- !⊤ ⊢ 1 ≈ ⊥ ⊢ ?0 (unit exponential isomorphism)
- 1 ⊢ !⊤ ≈ ?0 ⊢ ⊥ (unit exponential isomorphism)
- A⊸!B⊸A (K combinator)
- (A⊸B⊸C)⊸(A⊸B)⊸!A⊸C (S combinator)
- ((A⊸?B)⊸A)⊸?A (Peirce's law)
- !A⊸!B⊸A (K combinator)
- !(!A⊸!B⊸C)⊸!(!A⊸B)⊸!A⊸C (S combinator)
- !(!A⊸B), !(!B⊸C) ⊢ !A⊸C (composition)
- (A⊸(0⊸B)⊸A')⊸((A⊸A')⊸0)⊸B' (Schellinx' formula)
- ((A⊸A')⊸0)⊸A⊗⊤ (Lafont's formula)
- ((((0⊸1)⊸1)⊸0)⊸0)⊸1 (Wu's formula)
- (((A⊗⊤)&(B⊗⊤))⊸0)⊸((A⊸A')⊕(B⊸B')) (Laurent's formula)
- A⊗(A⊸A) ⊢ A⊗!(A⊸A) (variant on Beffara's formula)
- !(A⅋B)⊸(?!?A⅋?!?B)
- ⊢ ?A, ?(B⅋B), ?(A⊥⅋B⊥), ?(⊥⊗⊥) (lcm of 1 and 2)