证明 OR 的结合性
我需要帮助证明以下内容:
(a ∨ b) ∨ c = a ∨ (b ∨ c)
我不需要答案...只是一个提示,可以帮助我理解证明这一点。
谢谢。
I need help proving the following:
(a ∨ b) ∨ c = a ∨ (b ∨ c)
I don't want the answer... just a hint that will help me understand the process of proving this.
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
为什么不通过计算
a
、b
和c
=True
、的所有可能值来证明这一点假的? -- 只有 2^3 = 8 种不同的情况。
这是
a=T
、b=F
、c=T
的开始(但是,这并不是一个真正的编程问题.. .)
Why not just prove it by doing all possible values of
a
,b
andc
=True
,False
? -- there are only 2^3 = 8 different cases.Here's a start, for
a=T
,b=F
,c=T
(However, this isn't really a programming question...)
你的公理集是什么?
不知道集合,你可以建立一个真值表
What is your axiom set?
Not knowing the set, you could build a truth table