Get Email Updates Email this Topic Print this Page

Reply Wed 4 Jun, 2008 02:03 pm
In the previous post, symposium 2, I had shown the fundamentals of truth tables and introduced the conjunction.

The truth tables are essential to know when doing more advanced truth tables, and also in understanding some propositional proofs. If you do not like truth tables, don't worry because they are not that essential when dealing with regular proofs, but they are still beneficial to know and make your understanding of logic more encapsulating.

The Four Basic Connectives and the Negation
So at this point I am going to provide the basic connectives and the negation. I do this in a constructed table in .jpeg form. The name of the connective is boxed in the top right. The symbolism as it is used in formal logic is provided (i.e. &,v, -->, <-->, ~). I then provide a sample sentence and a translated version of the sentence. This will come in handy when translating, which comes very soon. The rule is the important part, because it tells you the fundamental assumption you must understand when dealing with each connective. To the right of the main table, I have constructed a truth table that provides the definition of the connective in truth table form.



http://i26.tinypic.com/2uzb0w4.jpg
http://i25.tinypic.com/msjhjm.jpg
http://i29.tinypic.com/2uhqr5x.jpg
http://i25.tinypic.com/flajhj.jpg
http://i25.tinypic.com/2mhcwnn.jpg

Understand these connectives and negation as they are essential elements of logical language. I know this seems rather meh, but it is important to reference later on.

IF YOU HAVE ANY QUESTIONS OR NEED FURTHER CLARIFICATION, DON'T HESITATE TO ASK, I'M HAPPY TO ANSWER ANY QUESTIONS!!!
 
de budding
 
Reply Sat 7 Jun, 2008 10:56 am
@VideCorSpoon,
does 'if' get a symbol or have any impact on sentences?
Dan.
 
VideCorSpoon
 
Reply Sat 7 Jun, 2008 11:07 am
@de budding,
Thats another really good point. Good eye!

The word "if" does have a symbol, which is the conditional (-->) symbol. It is an companion word with "then" Without the "if" in front of the fist part of the conditional sentence, the sentence would be hard to decipher becuase many times people would consider the first part of the conditional a simple sentence of its own. So if you think about it, "If" is kinda like the red flag saying "the conditional starts here" and "then" states that "the conditional ends with what follows."

Look at the conditional table above and look at the example sentence. "If" is a precursor to the word "then" to flag a conditional. You know its a conditional when you see "If x,then x."
 
Zetetic11235
 
Reply Mon 7 Jul, 2008 11:31 pm
@VideCorSpoon,
I have seen & denoted with '^', why the disparity between symbolic notation? Is the ampersand a more modern or older symbol for and?
 
VideCorSpoon
 
Reply Tue 8 Jul, 2008 11:57 am
@Zetetic11235,
You are right to wonder why a "formal" system has so many different variations for the same notation.

One would think that there would have been some sort of grand conference on that some time ago to come to some agreement on standard notation. Unfortunately, there really isn't any consensus on standard notation. Suffice to say, different logicians use different symbols to convey the same meaning (although some over complicate at times).

Take this for example. I have six books that deal with predicate logic alone. In each book, the system and symbolizations they use are for the most part different from the other. Here are three different types of symbolizations.

http://i33.tinypic.com/2lmwk12.jpg
 
Zetetic11235
 
Reply Tue 8 Jul, 2008 04:18 pm
@VideCorSpoon,
The thing which I find a bit distressing is the use of symbols such as the second biconditional notation which is the mathematical symbol for equivalence, however, the negation is also used in topology to denote equivalence and the inverted subset symbol doesn't help either especially when one wishes to use predicate logic in conjunction with set theory, which is not entirely unreasonable asthe two fields are quite intertwined.
 
Zetetic11235
 
Reply Tue 8 Jul, 2008 05:58 pm
@de budding,
de_budding wrote:
does 'if' get a symbol or have any impact on sentences?
Dan.


It might be of worth to note that A only if B =!(does not equal) if B then A
that is only true of iff(<--->/the biconditional)
i.e. B is true iff A is true (B=T <--> A=T) is logically the same as A iff B, the variables are reversable. Also, A only if B is logically the same as if A then B. Check the TT's

|A|B|A|-->|B|
|T|T|T| T |T| :If A is true, B is true, thus A can be false& B true
|T|F|T| F |F|
|F|T|F| T |F|
|F|F|F| T |F| :A only if B, A is only but not necessarily true if B is

You can also derive a simple Tautology from the above symbols:
A|B|( A v B )| V| ~ ( A v B )| :Read A or B or Not A or B
F|F |F|F| F| T| T| F|F|F
T|T|T|T| T| T| F| T|T|T
T|F|T|T| F| T| F| T|T|F
F|T|F|T| F| T| F| F|T|T
The main connective (V) is true dispite the variable truth value
 
Lebro123
 
Reply Sun 14 Mar, 2010 06:02 pm
@VideCorSpoon,
Thnxxxx alooot...Soo nice threads
 
Owen phil
 
Reply Wed 21 Apr, 2010 09:40 pm
@de budding,
de_budding;15402 wrote:
does 'if' get a symbol or have any impact on sentences?
Dan.


Yes. Imo, we can name the propositional operators in this way:

(p -> q) is read (if p then q), or (p only if q).
(p <- q) is read (if q then p), or (p if q).

(p <-> q) is read (p is equivalent to q), or (p if and only if q).

(p <-> q) <-> ((p if q) and (p only if q)).

For the positive functors we have:

(tautology)
(p is true) = p
(q is true) = q
(p v q) = (p or q)
(p & q) = (p and q)
(p -> q) = (p only if q).
(p <- q) = (p if q)
(p <-> q) = (p if and only if q).


For the negative functors we have:

(contradiction)
~p = (not p)
~q = (not q)
(p / q) = (p nor q) ...~(p v q)
(p | q) = (p nand q) ...~(p & q)
(p -|-> q) = (p nonly if q) ...~(p -> q)
(p <-|- q) = (p nif q) ...~(p <- q)
(p <-|-> q) = (p xor q) ...~(p <-> q).

eg. ((p if q) and q) only if p, is a theorem.
ie. ((p <- q) & q) -> p.
ie. ((q -> p) & q) -> p.

eg. (p nif q) iff (q nonly if p) ....~(p <- q) <-> ~(q -> p).
etc.
 
 

 
Copyright © 2024 MadLab, LLC :: Terms of Service :: Privacy Policy :: Page generated in 0.02 seconds on 04/19/2024 at 09:43:15