MarketB, C, K, W system
Company Profile

B, C, K, W system

The B, C, K, W system is a variant of combinatory logic that takes as primitive the combinators B, C, K, and W. This system was discovered by Haskell Curry in his doctoral thesis Grundlagen der kombinatorischen Logik, whose results are set out in Curry (1930).

Definition
The combinators are defined as follows: • B x y z = x (y z) • C x y z = x z yK x y = xW x y = x y y Intuitively, • B x y is the composition of x and y; • C x is x with the flipped arguments order; • K x is the "constant x" function, which discards the next argument; • W duplicates its second argument for the doubled application to the first. Thus, it "joins" its first argument's two expectations for input into one. ==Connection to other combinators==
Connection to other combinators
In recent decades, the SKI combinator calculus, with only two primitive combinators, K and S, has become the canonical approach to combinatory logic. B, C, and W can be expressed in terms of S and K as follows: • B = S (K S) KC = S (S (K (S (K S) K)) S) (K K) • K = KW = S S (S K) Another way is, having defined B as above, to further define C = S(BBS)(KK) and W = CSI. In fact, S(Kx)yz = Bxyz and Sx(Ky)z = Cxyz, as is easily verified. Going the other direction, SKI can be defined in terms of B, C, K, W as: • I = W KK = KS = B (B (B W) C) (B B) = B (B W) (B B C). Also of note, Y combinator has a short expression in this system, as Y = BU(CBU) = BU(BWB) = B(W(WK))(BWB), where U = WI = SII is the self-application combinator. Using just two combinators, B and W, an infinite number of fixpoint combinators can be constructed, one example being B(WW)(BW(BBB)), discovered by R. Statman in 1986. ==Connection to intuitionistic logic==
Connection to intuitionistic logic
The combinators B, C, K and W correspond to four well-known axioms of propositional logic: :AB: (BC) → ((AB) → (AC)), :AC: (A → (BC)) → (B → (AC)), :AK: A → (BA), :AW: (A → (AB)) → (AB). Function application corresponds to the rule modus ponens: :MP: from AB and A infer B. The axioms AB, AC, AK and AW, and the rule MP are complete for the implicational fragment of intuitionistic logic. In order for combinatory logic to have as a model: • the implicational fragment of classical logic, would require the combinatory analog to the law of excluded middle, e.g., Peirce's law; • full classical logic, would require the combinatory analog to the propositional axiom FA. ==See also==
tickerdossier.comtickerdossier.substack.com