• Welcome to the new Internet Infidels Discussion Board, formerly Talk Freethought.

What kind of thread goes in the logic forum?

rousseau

Contributor
Joined
Jun 23, 2010
Messages
13,496
Serious question. I'm confused about what kind of thread you would put in this forum.

I've heard of philosophy majors taking courses on pure logic, but logic itself seems to be more of a tool to use when discussing subjects, than a subject itself, and if it is used as a subject it seems limited.
 
Educational purposes?

I have to confess that I have to keep looking up the definition of the fallacy of the distributed middle, because I can never remember that damn thing.
 
Logic:

Code:
if(thingIsTrue())
{
    behaviourAppropriateForThing();
}
else if(otherThingIsTrue())
{
    behaviourAppropriateForOtherThing();
}

[/logicForum]

But am I being logical!?!? Not until someone with an ulterior perspective comes and shows me the way..
 
void infinite_recursion(void){infinite_recursion()}



void main(void){


infinite_recursion();


}


Can you logically prove the above willever end?


Int j ;


Void main(void){


j = 2;


}




Can you logically prove the above willever end?


Proof by imperfection and the obvious is not a logical proof.
 
Back
Top Bottom