码迷,mamicode.com
首页 > 其他好文 > 详细

Fundamentals of Logic

时间:2018-11-30 00:45:55      阅读:134      评论:0      收藏:0      [点我收藏+]

标签:positive   imp   style   clear   init   case   bsp   stat   call   

Fundamentals of Logic

        To make complicated mathematical relationships clear,it is convenient to use the notation of symbolic logic.Symbolic logic is about statements which one can meaningfully claim to be true or false and there is no statement can be both true and false.

Definition

         Any statement A has a negation ?A defined by ?A is true if A is false, and ?A is false if A is true.

         Two statements, A and B, can be combined using conjunction ‘∧‘ and disjunction ‘∨‘ to make newstatements. The statement A∧B is true if both A and B are true, and is false in all other cases. The statement A∨B is false when both A and B are false, and it is true, if A is true, if B is true, or if both A and B are true.

        A?B:=(?A)∨B.ThusA?B is false if A is true and B is false.A?B is true when A and B are both true, or when A is false.This means that a true statement can‘t imply a false statement, and also that a false statement implies any statement—true or false. What‘s more, A?B also means that A is a sufficient condition for B, and B is a necessary condition for A.

        The equivalence A??B the statements is defined by A??B:=(A?B)∧(B?A),which can be think as:A is true if and only if B is true.

        The statement ?B??A is called the contrapositive of the statement A?B.And we have A?B is true if and only if ?B??A is true.

        In mathematics a true statement is often called a proposition, theorem, lemma or corollary.

        If x belongs to a class(or set) X, that is,x is an element of X, then we write x∈X.

Fundamentals of Logic

标签:positive   imp   style   clear   init   case   bsp   stat   call   

原文地址:https://www.cnblogs.com/mathstudysharing/p/10029905.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!