What is logic?
aeon.co
What is logic?
1–10 of 67 posts
Re: What is logic?
#2True that, but were/are there alternatives? Difficult to say.
Re: What is logic?
#3Re: What is logic?
#4Could be used in reasoning or computer programming.
Re: What is logic?
#5From what I know, pure logic or even math are useless without assumptions. This is what reason and science give us: a standard set of axioms from which logic and math can lead us to useful conclusions.
Re: What is logic?
#6From what I know, pure logic or even math are useless without assumptions. This is what reason and science give us: a standard set of axioms from which logic and math can lead us to useful conclusions.
Re: What is logic?
#7Re: What is logic?
#8From what I know, pure logic or even math are useless without assumptions. This is what reason and science give us: a standard set of axioms from which logic and math can lead us to useful conclusions.
Re: What is logic?
#9"The idea that ordinary language is expressively inadequate to account for mathematical (or even logical) reasoning became a recurring theme in the ensuing tradition of mathematical logic, so much so that the term ‘symbolic logic’ became synonymous with this tradition. Doing logic came to mean simply working with special symbols, not with ordinary words. In this respect, it is worth noting that the humanist authors h…
Of course, you could say the exact same thing for programming languages (after all, what do programmers do if not "simply working with special symbols, not with ordinary words"? And isn't this the primary criticism of programming brought by people who find it distasteful -- that expressing their fuzzy intuitions in a precise enough manner for the computer feels like a pointless exercise in frustration?)
Really, the only difference between the proponents of mathematical logic over informal prose in the early 20th century and the proponents of programming languages over informal prose today is that computers obviate the problem with fuzzy thinking and fuzzier exposition. The philosopher or mathematician could hand-wave about their holes in their arguments, but the programmer can only hand-wave so much the uselessness of his unexecutable pseudo-code.
The golden standard would be a form of speech that is natural and ordinary, but also avoids misleading, omitting, and eliding essential details.
In other words, a language that is formal enough to be parsed, checked, and generated by a proof assistant program. But also natural enough to be read as if it's prose written by a native speaker of a natural language.
I'm of the opinion that such a golden standard does not exist, and so we're forever doomed to incremental improvement.
Re: What is logic?
#10From what I know, pure logic or even math are useless without assumptions. This is what reason and science give us: a standard set of axioms from which logic and math can lead us to useful conclusions.
Where can I find this standard set of axioms?
This is based on type theory (and has a model in set theory), but isn't as powerful as the logics used in Coq and similar theorem provers (the Calculus of (Inductive) Constructions).
You might be interested in metamath: http://us.metamath.org/, which lists the axioms used in its largest body of work: http://us.metamath.org/mpegif/mmset.html#axioms