MyWikiBiz, Author Your Legacy — Wednesday November 05, 2025
Jump to navigationJump to search
75 bytes added
, 23:36, 25 March 2009
| Line 2,186: |
Line 2,186: |
| | ===Commentary Note 1=== | | ===Commentary Note 1=== |
| | | | |
| − | <pre>
| + | I think it's best to begin with a few simple observations, as I frequently find it necessary to return to the basics again and again, even if I take a different path each time. |
| − | I think it's best to begin with a few simple observations, | |
| − | as I frequently find it necessary to return to the basics | |
| − | again and again, even if I take a different path each time. | |
| | | | |
| − | Observation 1 | + | ;Observation 1 |
| | + | : If we have the information that an element <math>x\!</math> is constrained to be of the type <math>X\!</math> |
| | + | : and we have the information that a function <math>f\!</math> is constrained to be of the type <math>X \to Y</math> |
| | + | : then we have the information that the element <math>f(x)\!</math> is constrained to be of the type <math>Y.\!</math> |
| | | | |
| − | If we have the information that an element x
| + | We can abbreviate this inference, that operates on two pieces of information to produce another piece of information, in the following conventional form: |
| − | is constrained to be of the type X
| |
| − | | |
| − | and we have the information that a function f
| |
| − | is constrained to be of the type X -> Y
| |
| − | | |
| − | then we have the information that the element f(x)
| |
| − | is constrained to be of the type Y.
| |
| − | | |
| − | We can abbreviate this inference, that operates on | |
| − | two pieces of information to produce another piece | |
| − | of information, in the following conventional form: | |
| | | | |
| | + | <pre> |
| | x : X | | x : X |
| | f : X -> Y | | f : X -> Y |