为计算机科学家正式证明下限和上限函数
这确实是我必须完成的一种练习,但有一点指导就太好了。我必须确定是否应该证明或反驳这三个陈述......
我对下限和上限的定义非常基本。我不会费心把它们放在这里。一旦我确定他们是否需要证明/反驳,我就必须开始努力实现这一目标。
我的预感是,第一个需要反驳,因为并非所有 X 和 Y 的下限和上限都小于它们的下限相乘。好像太严格了。
第二种说法似乎不太严格。地板乘以 ceil 大于地板 xy...这很有可能。
第三种似乎也是可能的,尽管大多数时候我打赌它们的价值是相等的。
想知道我是否走在正确的轨道上。抱歉我的符号,我不想使用正式的数学符号。我必须为每个问题写出正式且严格的证明。
This is indeed a sort of exercise I have to complete but a little direction would be wonderful. I have to determine if I should prove or disprove these three statements...
The definition I have of floor and ceil are pretty basic. I wont bother placing them here. Once I determine if they need proof/disproof I have to get to work on actually making that happen.
My hunch is that the first needs a disproof because it's not the case that all X and Y floor and ceiled equal are less than the floor of them multiplied. It seems too strict.
The second statement seems less strict. The floor times the ceil are greater than the floor xy...that's very much possible.
The third, also seems possible though most of the time I bet they would be equal in value.
Wondering if I'm on the right track. Sorry for my notation, I didn't want to use formal mathematical symbols. I'll have to write out a formal and rigorous proof for each.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
具体数学:计算机科学的基础,作者:Graham、Knuth 和 Patashnik。这很有趣,你应该读一下!
对于您的具体问题,每个问题都有简单的示例/反例:
A great book that will make you extremely proficient at working with floors and ceilings, as well as several other useful things besides, is Concrete Mathematics: A Foundation for Computer Science by Graham, Knuth and Patashnik. It's a lot of fun, you should read it!
For your specific questions, there are simple examples/counterexamples for each:
我不需要那么努力地找到合适的例子。
I didn't have to work all that hard to find appropriate examples.