MyWikiBiz, Author Your Legacy — Friday June 26, 2026
Jump to navigationJump to search
434 bytes added
, 18:20, 24 March 2009
| Line 252: |
Line 252: |
| | Here, a notation of the form <math>x \underset{A}{\Downarrow}</math> means that <math>x\!</math> is of the type <math>A,\!</math> while a notation of the form <math>x \overset{A}{\underset{B}{\Downarrow}}</math> means that <math>x\!</math> is of the type <math>A \Rightarrow B.</math> | | Here, a notation of the form <math>x \underset{A}{\Downarrow}</math> means that <math>x\!</math> is of the type <math>A,\!</math> while a notation of the form <math>x \overset{A}{\underset{B}{\Downarrow}}</math> means that <math>x\!</math> is of the type <math>A \Rightarrow B.</math> |
| | | | |
| − | <pre>
| + | Note that the explication of <math>\operatorname{P}</math> as a term <math>\operatorname{K}((\operatorname{S}\operatorname{K})\operatorname{S})</math> of type <math>(B \Rightarrow C) \Rightarrow ((A \Rightarrow B) \Rightarrow (A \Rightarrow C))</math> serves as a clue to the proof of <math>\operatorname{P}'\text{s}</math> type proposition as a theorem of the intuitionistic propositional calculus, that is, using only the following two combinator axioms: |
| − | Note that the explication of P as a term K((SK)S) of | + | |
| − | type (B=>C) => ((A=>B)=>(A=>C)) is a clue to the proof | + | {| align="center" cellpadding="8" width="90%" |
| − | of P's type proposition as a theorem of intuitionistic | + | | |
| − | propositional calculus, based on the combinator axioms, | + | <math>\begin{array}{l} |
| − | K : A => (B=>A) and S : (A=>(B=>C)) => ((A=>B)=>(A=>C)). | + | \operatorname{K} : A \Rightarrow (B \Rightarrow A) |
| − | </pre> | + | \\ \\ |
| | + | \operatorname{S} : (A \Rightarrow (B \Rightarrow C)) \Rightarrow ((A \Rightarrow B) \Rightarrow (A \Rightarrow C)) |
| | + | \end{array}</math> |
| | + | |} |
| | | | |
| | ===Step 3 (Optional)=== | | ===Step 3 (Optional)=== |