Ok, so, tonight, we're gonna discuss "reasoning". Actually, for you, nnp, who wanted a sum up, that'll do it. :) So, what's behind this "reasoning"? firstly, mathematical logic then, enigmas, deduction, formal logic, paradoxes, self-references, absurd, and.. AI Now, a quick explanation of the difference between an enigma and a paradox : An enigma has a solution or an hypothesis that avoids any contradiction. In a paradox, none of the hypotheses is valuable. Well, there are different kind of paradoxes. Mainly three types actually : 1) False reasoning : That is, when an error is "well hidden" in the reasoning. For example, I assume all of you know the "proof" that 1=2, right? yes actually that n = 2n for any n in Z but go on 1=2? yes So, I'll do it for those who don't know it yet ;) : hm.. never come across this before... explain I think C dissagrees with you here. So, explain please. :) Let's take : a=b. Now, let's multiply by a : aČ = ab. Then, let's add a : aČ+a = ab+a. you better use ^ to signal exponentiation it's appearing as weird symbols here ok, I'll do it again then : You fail SysSpider a=b a^2 = ab (let's add a^2 in fact) 2a^2 = ab + a^2. 2a^2 - 2ab = a^2 + ab - 2ab. 2(a^2 - ab) = 1(a^2 - ab) So : 2 = 1. ... Now, who can spot the mistake? :) the flaw is that a^2 - ab = 0 and you can't divide by 0 yep :O ahh, mmhmm did you get it? Yup. okee 2) The mental experience. This is a situation that we can easily imagine, but, that can hardly become true. This situation would show that conventional postulates can lead to a contradiction. This type of paradox shows that sometimes, our "intuition" is wrong. To illustrate this, you may want to see Galileo's paradox : http://en.wikipedia.org/wiki/Galileo's_paradox . 3) The authentic paradox : No false reasoning, no "intuition is wrong," these paradoxes remained unanswered... Now, another topic of "reasoning" is : Ontology. I'll briefly explain what it is. If you want a deeper explanation, see : http://en.wikipedia.org/wiki/Ontology (for the philosophical aspect) Or here : http://en.wikipedia.org/wiki/Ontology_%28computer_science%29 , for the.. well, you can guess it from the link ;) So, ontology is : the study of the most certain reality. Can we, just like Euclid did in geometry, deduce the theorems of knowledge from a limited number of axioms? Descartes got his hands on it. Unfortunately, almost all propositions, up to a certain point, are "doubtful". Example : Is Paris the capital city of France? What if we were manipulated and "someone" wanted to make us think that Paris is the capital of France? What's, up to you, closer to reality : the tyrannosaurus or the Loch Ness monster? Who assures you that there are not crazy people, who, manipulating your brain, make you believe that : 2+2 = 4, while it is in fact : 2+2 = 314? no one can do such thing i mean, assert it I think and therefore I am. unless you take a religious perspective and ask God the doubt-of-everything thinking is Descartes' in his Cogito Ergo Sum Indeed. :) nobody can assure you these things, you can only know something like "you" exists because of that you have the ability to "talk" in you rmind. *your but i think it's flawed, since at a point he takes the existance of certainty from the existance of uncertainty and in the real world there are multiple levels of uncertainty but sorry, i'm making a philosophical discussion here no, don't worry please continue qwerty. :) k :qwertydawom!qwertydawo@bu-61EE8C6D.fbx.proxad.net MODE #lecture +m Now, let's study a kind of reasoning, namely : syllogisms. This is the following type of reasoning : Every time that : "all A are B", and that "C is A", then : "C is B". For example : Every programmer is addicted to his computer. Ch4r is a programmer. Therefore, Ch4r is addicted to his computer. There are four kinds of syllogisms : A : positive universal E : negative universal I : positive particular O : negative particular Classical syllogisms (like the one above) are on the model : AAA. An example of EIO : No lemon contains sugar. Some fruits contain sugar. Some fruits are not lemons. The object of the syllogism can be in the position of the subject, or in the position of the predicate. So, there are 4^4 possibilities of syllogisms. (=64) Only fifteen of those make a valid reasoning. :qwertydawom!qwertydawo@bu-61EE8C6D.fbx.proxad.net MODE #lecture -m i just wanted to make a remark, given that we're mostly programmers some declarative and functional languages work by syllogisms too like Prolog i find it amazing to see these concepts applied in so many varied areas indeed :) moreover, like I told my philosophy teacher, syllogisms, are, in a way, "flawed." indeed, when we say : All men are mortals. Socrates is man. Hence, Socrates is mortal. The conclusion that "Socrates is mortal" doesn't bring anything. What do you mean by that? Indeed, at the beginning, we have "all men are mortals," so, we already know that Socrates is mortal, otherwise, we wouldn't be able to say this proposition. ;) yes, it doesn't expand our sphere of knowledge it simply derives a particular case Ah, it's useless. Exactly. for sure :qwertydawom!qwertydawo@bu-61EE8C6D.fbx.proxad.net MODE #lecture +m Now, there's a special class of syllogisms, it is in fact a chain of syllogisms where the predicate of the 1st one becomes the subject of the following one. :) Can you find one? :qwertydawom!qwertydawo@bu-61EE8C6D.fbx.proxad.net MODE #lecture -m ACTION thinks :/ recursive xD hmm poo is brown brown is a colour hence poo is a colour ? lol wtf i might've completely missed the point :P yes, you got the point :) whee can you find a longer chain Ch4r? hmm I think *i* missed the point :p so, I don't think so.. me neither oh back to you qwerty. ;) qwertydawom, why don't you give us an example? yup Varu, can you explain? :) erm i'll try :P C is a language languages use grammars grammars are structures C uses structures like that? now, we all know that poo is brown, correct? exactly :) we also know that brown is a colour. is it brown, or does it have the property, colour: brown. colour We say it is, we mean that it's colour is brownish. correct so, based on the syllogisms done so far, we could go "well, poo = brown and brown = colour... so poo = colour?" The thing where it goes wrong is the amount of detail in the predicate. of course, afaik, poo has not been deemed a colour correct if a . b and b . c then a . c? the transitive property? Yes, another example : All ravens are rooks, All rooks are birds, All birds are animals, All the animals need oxygen, Conclusion : All the ravens need oxygen. Got it now? ~yes mhmm Eh, what's special about it? well, that's just a chain of syllogisms Noted. you go through a chain of properties from the initial predicate and you arrive a conclusion it's like demonstrating a theorem So instead of.. Eh.. nvm me example. I get it, continue please. ok :qwertydawom!qwertydawo@bu-61EE8C6D.fbx.proxad.net MODE #lecture +m Now, let's introduce the two main types of reasoning : Deduction and Induction. Deduction : a logic way to draw conclusions (or logic truths) from hypotheses. (e.g. : the syllogism) Induction : a familiar process thanks to which we make generalizations. e.g. : All the ravens I've seen were black. Hence, all the ravens are black. So, on one hand, we have : Hypotheses -> Logical truths, while, on the other hand, we have : Facts -> Intuitive generalization. Therefore, in deduction, the error can be in the hypothesis, but the logical structure is solid. And, in induction, the error can be in the reasoning. Usually, the induction principle always appear as "less legitimate" than the deduction one. Note that : we use inductive reasoning to justify inductive reasoning : "Induction resisted to time, so, induction is a reliable way of reasoning." Paradox?! :qwertydawom!qwertydawo@bu-61EE8C6D.fbx.proxad.net MODE #lecture -m i assume inductive reasoning has nothing to do with mathematical induction? Indeed. :) ok Oh, well, it is in a way similar, by the base case I mean. yes, generalising yep Induction isn't to be taken as a truth, but a mere generialization. (<--- bad spelling) but mathematical induction has a logical structure so it's not ad hoc exact. and, in mathematical induction, the point is the base case in fact we check it's true for the base case, just as the "inductive reasoning." yes and then, we assume it's true for "n.", that's where the inductive reasoning stops but, in math, you need to prove that "n+1" holds so the property can be true Now, for those who want stuff to read : quickly : http://www.swif.uniba.it/lei/foldop/foldoc.cgi?deduction+-+induction briefly, but a bit more explanatory : http://www.socialresearchmethods.net/kb/dedind.htm and, rather long, but complete : http://falcon.jmu.edu/~omearawm/deduction.html Now, let us interest to Hume's fork. :) Hume showed that there were only two admitted truths : Logic truth (e.g. : 2+2 = 4) Facts (e.g. : The raven sitting on SysSpider's house is black - j/k, no offense meant) xD no offense taken k ;) All the things that are neither logic truths, nor facts, are : nonsense. Nonsense : e.g. : Does the exterior world exist? This dual conception of truth is called : Hume's fork. (David Hume, scottish philosopher and historian - 1711/1776) i've rad about him Sorry for interupting, but what's the point of it? Both state the obvious. a categorisation of truth Facts are.. facts.. d'oh. Oh aha :) What's true and what's not. Feeling like reading more about it? : http://en.wikipedia.org/wiki/Hume's_fork Now, that part of reasoning from a "logic" point of view.. is done! :) So, like you seem to like it we'll get back to the philosophical point of view. :qwertydawom!qwertydawo@bu-61EE8C6D.fbx.proxad.net MODE #lecture +m Dreams and reality. Who are we? Are we in a dream? Pretty philosophical, eh? :p First of all, let's mention "Chuang Tzu's fable" : Chuang Tzu once dreamt that he was a butterfly, and, when he woke up, he wondered if he wasn't a butterfly dreaming that he was a man... (Chinese fable - 4th c. BC) :qwertydawom!qwertydawo@bu-61EE8C6D.fbx.proxad.net MODE #lecture -m i heard of it it's a spicy subject, the distinction of reality and dreams when you're dreaming that's your reality You can't know if you're dreaming or not. Or, does someone dissagree? i agree the subject can never know in which reality he's in assuming multiple ones that's what leads so many people to the idea of God an external observer that tells us what the "supreme" reality is like Indeed. obviously this merely based in faith and philosophically there can't be a reality more real than another one I'd also like to mention the "brain in a vat" paradox. Aaah yes! i like that one. You think you're reading this text. i don't think i heard of that one... go ahead In reality, nothing proves that you're not a brain "having a bath" in nutritive substances, somewhere in a laboratory. Some crazy researcher might be 'steering' our brain. :O so you're confined to a certain perspective ACTION hides and you can't access the others from your own however, nothing proves you are such a brain either Ch4r: fear not, for i am here Something is steering you. ;x For whatever you may be. There has to be something. Electrodes are connected to this brain to which a crazy guy sends a stream of electric impulsions who simulate exactly the action of reading this text. Ahem.. sorry qwerty. >_> got kinda excited here. he jerked off! sorry :x This name was given to the enigma by students in philosophy. yes it's always possible that our reality is fake No problem, it's the "open corner" ;) hehe but can it be fake if it's for us real? it's possible that it is, it's possible that it isn't. probably why it's declared an enigma? hehe, that leads us to an interesting point : it'll certainly be "fake" for external observers, but their reality will be "fake" for us so it depends on your perspective How to establish the distinction between dream and reality? you can't, as Nick stated before Which unbreakable test can we build? or i don't think we can I've thought of that for a long and hard time, I didn't come up with something. Let's make an array : Test - Cons Point is, you can't have any reach outside of your.. "you" To pinch - We can feel the pain even when we're dreaming. i think about it often, in a slightly modified version Color? - We can dream in color, even if it's rare. how can we know what other people experience uuh sys? explain? like, how can i know what you're seeing right know or how do you feel your body You can't. exactly Richness of the details? - Why not in a dream? qwerty: so a dream can have any aspect of what we call reality Well if this is all a dream it's damn realistic. ;) there's the problem Draw a reasoning, do computations and check them on a computer? - can you find a con to this? :) they're supposed to be realistic because they're your reality It becomes a circleredenatie. >_> A circle.. ah.. qwerty: why can't the computer be your mind Heck it could be. you still have it in your dream, or it's in your dream that's ut ;) it* aww sorry guys, i've got to leave :( i'll ask for the logs to someone heh.. ok! they'll get posted on the site SysSpider, they'll be up at http://binaryuniverse.net/lectures.php by tomorrow so cya guys tomorrow :) and thanks for the interesting lecture thanks Ch4r and varu so bye np cya whoops qwertydawom, go on If we're conscious to be woken up, it proves that we're woken up, doesn't it? - But then, we couldn't make dreams in which we realise we're dreaming? Saying: can we dream in our dreams? :) if you're interested into this kind of stuff, I suggest the following book : http://www.cscs.umich.edu/~crshalizi/reviews/labyrinths-of-reason/ Now, let's get back to your friend Descartes. In his "Essays," Descartes wonders if the exterior world, along with his own body, is not illusion created by an "evil genius", who's ready to abuse him. Descartes was also wondering if, only his mind and the evil genius existed. (Rene Descartes - 1596/1650 - French) COGITO ERGO SUM! w0rd Let's assume you are doubting about the existence of your own mind. Feeling dumb already. >_> Then, you are doubting that you're doubting - meaning that you're really doubting! Something must provoke this doubt. You might be abused in several ways, but, at least, this abused mind exists. Hence, the oh-so-famous Descartes' conclusion : I think, therefore I am. Define I. good question, that is actually a question we had to deal with in our first philosophical essay :) it was: "When I say 'I', who's this 'I'?" :) Now, just to end this lecture, a last point : the confirmation theory. If we speak about I we mean ourselves. But what part? Who are we? Flash and blood, brain in box or... merely something that we cannot define? hehe go ahead. xD I'll shut >_> The confirmation theory (or, in an even wider sense : "epistemology") consits in studying how we know what we know : an inquiry on the process of deduction of valuable conclusions from obvious things. It is based on the study of enigmas and logic paradoxes who have the same roles as the Physics experiments. This ends the lecture, I'll let you "meditate" on what's been said! ;) <-- Discussion that took place after the lecture: --> can I jump in here? On the epistemology? qwertydawom, cool. Very interesting lecture :) yeah that has to be said, it was my first lecture really, I liked it a lot. :) nice sorry for interrupting you Nick, go ahead glad you liked it :D of course, go hard Nick ;) shit, I still haven't eaten lunch, I'm going to go ;x Me hungry too. Anyway Our knowledge, we get it by experience, or theory. lol ok, enjoy your lunch Ch4r. Any comments, just feel free to drop in btw. :qwertydawom!qwertydawo@bu-61EE8C6D.fbx.proxad.net MODE #lecture +v Nick :qwertydawom!qwertydawo@bu-61EE8C6D.fbx.proxad.net MODE #lecture +m nooo Please don't Just ummute. xD :qwertydawom!qwertydawo@bu-61EE8C6D.fbx.proxad.net MODE #lecture -m I rather talk. lol we had this in class, and we talked about our senses. most people agree that we have 5. (not going on about logic, eeh.. just talking like I said) no prob. go on ;) We've got more. We acquire knowledge through each one of them probably. Take your skin for example. We can feel pressure, pain, tickling, itching, warmth, coldness(?). Touch a stove while it's on. Hot. more like pain hot. You memorize it. "Don't touch stoves again" You notice something With your eyes. Hey it's on! Okay.. change.. "Don't touch stoves when on" This is a small thing. I find it fun to imagine that we have got all these senses running at the same time, storing info rapidly into our brain. then you got theories. Theories you can acquire in different ways, but not many. Also there's a specific thing with them. Most of them don't get made by senses. You see an apple fall.. Why is it faling? you jump. And you fall. I'm falling to. *too You make a theory about it with your brain and some thinking. Well that's still made by senses Ah nice! You *see* the apple fall that's the point! All our knowledge comes from our senses then? It certainly seems that way Let's imagine, for example, a man Well, a brain okay just a brain. It is attached to no limbs kewl It has absolutely no sensory devices whatsoever Would it have any way of acquiring knowledge? By thinking? I'll use two things to discuss this: 1) disabled people 2) computers How can you think when you have nothing to think about? You make up something. You're dreaming! How can you make something up if you've experienced nothing? How can you create something out of nothing? For example, look at computers. If they are not programmed, they will not do anything. Then look at disabled people. Say, someone who is deaf. Define computer. >_> Computer = the thing you're using right now :P all the CPUs? If you format it and rip out its BIOS, will it do anything? No. Uuh yeah.. i get it. Continue. Let's take someone who is deaf Can you expect someone who is deaf from birth to be able to create music? Or, just imagine sound. Does he have the ability to imagine sound? (Yes, I realize it is possible, but it's not something very realistic). Would you be able to imagine something you have no way of experiencing? can we imagine, or merely combine things we've experienced or seen? You would be limited by your existing experiences/senses hehe It seems to me that imagination is just that: combining things we've experienced yes.. me too varu. so, it raises up this question : if we see a clock and we hear the "tic tac," but we have no possibilities to open the clock and see what's making this sound we can imagine the mechanism, right? Depends but, it's because we've already seen similar mechanisms, so yeah, falls under "experiences/senses." If we have seen a mechanism based on gears before in our lives, we can use that experiences to infer what makes the clock.. tick Correct But, now, what about someone who's blind? When he hears this sound, what happens to him? They still have the ability to hear Yes, so he associates the sound with the clock One second :P but, can't get what's making this sound? One could introduce the blind man to the concept of gears Ok, but, he still wouldn't have any mental image of it? Coupled with the ability to feel, a blind man would get a decent idea of what gears are like or can he still create mental images? I don't believe he can ok You can also tell him that elephants are making that sound. Not knowing what a mental image is. Nick: You'd really fuck the poor guy up :P It's the same as teaching a toddler that the colour blue is named orange :P lol yes Sure would, but if he had no idea of what elephants are.. Anyway, not knowing what a mental image is, he probably would not create a mental image of gears Instead Think of how we remember the texture of an object and can reproduce it in our heads It would be funny if her hears a trumpeting noise next time and someone tells him that that's the sound of an elephant and he goes like: "Oh, those animals that are inside clocks?" but continue. With the ability to see taken out, the attention span/processing time devoted by the brain to that section is split up equally to the other senses thus enhancing the blind man's ability to comprehend an object and its functionality, and to retain this comprehension, by using the senses he posesses. However, take a blind, deaf man. You can introduce him to pleasant smells Hot and cold Pain But you cannot teach him how to, say, make music :P humz.. Now, if he has no way of knowing music doesn't have to be true And he has no way of composing it Does that mean that music does not exist? :P And this is my point For him not. We have 5 senses His reality is altered. Precisely His truth isn't ours. But his reality is altered by his senses Now As he has 3, or 4 senses, we have 5. Hence truth and reality aren't universal things. They differ from being to being. Does that mean that other senses do not exist? For him, not. *For him, they do not. Does that mean there is nothing beyond what we can currently perceive? Nope. Correct That's why we have those eeh.. future tellers and stuff. ... those are a completely different story, I'll talk about those another time :P They can sense the future right..? Or ghosts? (they have nothing to do with what we are discussing here, because the most majority of them are a total hoax) See, that's the thing lol @ varu Until all of humanity develops the 6th sense... 7th sense... nth sense... (no offence, just funny note " because the most majority of them are a total hoax" ) We will never be able to accept or deny any claims of said senses jup Cause, think of the blind man He cannot hear. Doesn't mean sound doesn't exist. *chuckle* He just can't perceive it. Bind and deaf, yes okay. ;) Same thing with ghosts. Or souls. or God. Just because we cannot perceive them, doesn't mean they do not exist. That's all fine and dandy, you say, we don't care about those. We can't perceive them, they do not interest us. Hence no one can prove him wrong in his "There is no such thing as you describe 'sound'" However, our interest would be to develop the capabilities to perceive other things No. Well, in this society, one can When one member cannolt hear, and 50 others claim they do, majority wins :P plus physics The deaf man will recognize that perhaps he is lacking something. You can prove the existance of moving air. Of course For the blind fellow this is gonna be harder. But can you prove it produces... sound? You can let him hear light. hear.. light? :P You can explain to him that our other sense, 'touch' translates these vibrations to "sound". Of course but still it's not true for him Which would indicate to him that this "sound" thing might exist But without a way for him to sense it, he can never truly believe it. Take poltergeists. They translate their existence to our sense of sound and vision, sometimes even touch By rattling things. However, we cannot directly perceive them. We cannot comprehend them. Thus we can never believe they truly exist. See, there's something. Existence is relative to sensory experience. (continued before this statement) But just because we cannot directly perceive them does not mean they do not exist.