Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Calculus of constructions
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
===Terms=== A ''term'' in the calculus of constructions is constructed using the following rules: * <math>\mathbf{T}</math> is a term (also called ''type''); * <math>\mathbf{P}</math> is a term (also called ''prop'', the type of all propositions); * Variables (<math>x, y, \ldots</math>) are terms; * If <math>A</math> and <math>B</math> are terms, then so is <math>(A B)</math>; * If <math>A</math> and <math>B</math> are terms and <math>x</math> is a variable, then the following are also terms: ** <math>(\lambda x:A. B)</math>, ** <math>(\forall x:A. B)</math>. In other words, the term syntax, in [[Backus–Naur form]], is then: :<math>e ::= \mathbf{T} \mid \mathbf{P} \mid x \mid e \, e \mid \lambda x\mathbin{:}e.e\mid \forall x\mathbin{:}e.e</math> The calculus of constructions has five kinds of objects: # ''proofs'', which are terms whose types are ''propositions''; # ''propositions'', which are also known as ''small types''; # ''predicates'', which are functions that return propositions; # ''large types'', which are the types of predicates (<math>\mathbf{P}</math> is an example of a large type); # <math>\mathbf{T}</math> itself, which is the type of large types.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)