| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 929 人关注过本帖
标题:λ-calculus 新手留学生求助
取消只看楼主 加入收藏
lifeizheng
Rank: 1
等 级:新手上路
帖 子:3
专家分:0
注 册:2017-11-27
结帖率:0
收藏
已结贴  问题点数:20 回复次数:1 
λ-calculus 新手留学生求助
consider the natural numbers defined by the following BNF
m,n::=Z|S(n)
and the function add defined inductively as follows:
add(Z,m)= m
add(S(n),m)=S(add(n,m))
(1)compute add(S(S(Z)),S(Z));
(2)prove that Z is the left unit of add, i.e., add(n,Z)=n for all natural numbers n;
(3)prove by induction that Z is the right unit of add, i.e., add(Z,n)=n for all natural numbers n;
(4)prove by induction that add(n,S(m))=S(add(n,m)) for all natural numbers n and m;
(5)prove by induction that add is associative.
搜索更多相关主题的帖子: 学生 the numbers add for 
2017-11-27 14:09
lifeizheng
Rank: 1
等 级:新手上路
帖 子:3
专家分:0
注 册:2017-11-27
收藏
得分:0 
回复 2楼 zbjzbj
有些名词我不知道怎么翻译,就是先根据BNF范式定义了自然数(第一个式子),之后又定义了一个应用add,第一问就是计算add(),第二问是求证明Z是add的左单元(left unit)即,对于所有自然数n有add(Z,n)=n;第三问是求归纳证明Z是add的右单元(right unit)即,对于所有自然数n有add(n,Z)=n;第四问是对于所有自然数n和m有那个式子成立。第五问是归纳证明add是关联的(associative).
2017-11-28 10:09
快速回复:λ-calculus 新手留学生求助
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.029565 second(s), 9 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved