<< Chapter < Page Chapter >> Page >

The critical point of his interpretation of a non-Euclidean geometry is this: it is embedded in Euclidean geometry! So we are able to prove (within the embedding Euclidean geometry) that the disc-postulates hold ( e.g. , we can prove the statement [*]above as a theorem about circular arcs in Euclidean geometry).Therefore, if there is any inconsistency in non-Euclidean geometry, then that could be parlayed into some inconsistency of Euclidean geometry.Thus, his interpretation gives a proof that the strange non-Euclidean geometryis as sound as our familiar Euclidean geometry.

P vs. np and oracles

A well-known problem in computer scienceP vs. NPasks whether (for a given problem) it is truly moredifficult to find a short solution (when one exists) (NP), than it is to verify a short purported solution handed to you(P). For example,Given a set of people and how strong person is, can you partition them into two tug-of-war teamswhich are exactly evenly matched?Certainly it seems easier to check that a pair of proposed rosters has equal strength(and, verify that everybody really is on one team or the other)than to have to come up with two perfectly-matched teams. But conceivably, the two tasks might be equally-difficultup to some acceptable (polynomial time) overhead. While every assumes that P is easier than NP,nobody has been able to prove it.

An interesting variant of the problem lets both the problem-solver and the purported-answer-verifier each have access toa particular oracle a program that will gives instant yes/no answers to some other problem (say,given any set of numbers, yes or no: is there an even-sized subsetwhose total is exactly the same as some odd sized subset?).

It has been shown that there is some oracle which makes theproblem-solver's job provably tougher than the proof-verifier's job, and also there is some other oracleproblem-solver's job provably no-tougher than the proof-verifier's job.

This means that any proof of P being different from NP has to be subtle enough so thatwhen P and NP are re-interpreted asP and NP with respect to a particular oracle, the proof will no longer go through.Unfortunately, this eliminates all the routine methods of proof; we know that solving this problem will take some new attack.

LWenheim-skolem and the real numbers

The Lwenheim-Skolem theorem of logic states that if a set of (countable) domain axioms has a model at all,then it has a countable model. This is a bit surprising when applied to the axioms ofarithmetic for the real numbers: even though the real numbers are uncountable,there is some countable model which meets all our (finite) axioms of the real numbers!

Object-oriented programming

Note that object-oriented programming is founded on the possibility for nonstandard interpretations:perhaps you have some code which is given a list of Object s, and you proceed to call the method toString on each of them. Certainly there is a standard interpretation for the function Object.toString , but your code is built to work even when you call this function andsome nonstandard, custom, overridden method is called instead.

It can become very difficult to reason about programs when the run-time method invoked might be different from the one being called.We're used to specifying type constratins which any interpretation must satisfy;wouldn't it be nice to specify more complicated constraints, e.g. this function returns an int which is a valid index into [some array]? And if we can describe the constraint formally (rather than in English comments, which is how most code works), then we could have the computer enforce that contract!(for every interpretation which gets executed, including non-static ones).

An obvious formal specification language is code itselfhave code which verifies pre-conditions before calling a function,and then runs code verifying the post-condition before leaving the function. Indeed,there are several such tools about ( Java , Scheme ). In the presence of inheritance, it's harder than you might initially think todo this correctly .

It is still a research goal to be able to (sometimes) optimize away such run-time verifications;this requires proving that some code is correct (at least, with respect to its post-condition).The fact that the code might call a function which will be later overridden (ournon-standard interpretations) exacerbates this difficulty.(And proving correctness in the presence of concurrency is even tougher!)

Even if not proving programs correct, being able to specify contracts in a formallanguage (code or logic) is a valuable skill.

Real-world arguments

Finally, it is worth noting that many rebuttles of real world arguments (see also some exercises ) amount to showing thatthe argument's form can't be valid since it doesn't hold under other interpretations, and thus there mustbe some unstated assumptions in the original.

Questions & Answers

how do you get the 2/50
Abba Reply
number of sport play by 50 student construct discrete data
Aminu Reply
width of the frangebany leaves on how to write a introduction
Theresa Reply
Solve the mean of variance
Veronica Reply
Step 1: Find the mean. To find the mean, add up all the scores, then divide them by the number of scores. ... Step 2: Find each score's deviation from the mean. ... Step 3: Square each deviation from the mean. ... Step 4: Find the sum of squares. ... Step 5: Divide the sum of squares by n – 1 or N.
kenneth
what is error
Yakuba Reply
Is mistake done to something
Vutshila
Hy
anas
hy
What is the life teble
anas
hy
Jibrin
statistics is the analyzing of data
Tajudeen Reply
what is statics?
Zelalem Reply
how do you calculate mean
Gloria Reply
diveving the sum if all values
Shaynaynay
let A1,A2 and A3 events be independent,show that (A1)^c, (A2)^c and (A3)^c are independent?
Fisaye Reply
what is statistics
Akhisani Reply
data collected all over the world
Shaynaynay
construct a less than and more than table
Imad Reply
The sample of 16 students is taken. The average age in the sample was 22 years with astandard deviation of 6 years. Construct a 95% confidence interval for the age of the population.
Aschalew Reply
Bhartdarshan' is an internet-based travel agency wherein customer can see videos of the cities they plant to visit. The number of hits daily is a normally distributed random variable with a mean of 10,000 and a standard deviation of 2,400 a. what is the probability of getting more than 12,000 hits? b. what is the probability of getting fewer than 9,000 hits?
Akshay Reply
Bhartdarshan'is an internet-based travel agency wherein customer can see videos of the cities they plan to visit. The number of hits daily is a normally distributed random variable with a mean of 10,000 and a standard deviation of 2,400. a. What is the probability of getting more than 12,000 hits
Akshay
1
Bright
Sorry i want to learn more about this question
Bright
Someone help
Bright
a= 0.20233 b=0.3384
Sufiyan
a
Shaynaynay
How do I interpret level of significance?
Mohd Reply
It depends on your business problem or in Machine Learning you could use ROC- AUC cruve to decide the threshold value
Shivam
how skewness and kurtosis are used in statistics
Owen Reply
yes what is it
Taneeya
Got questions? Join the online conversation and get instant answers!
Jobilize.com Reply

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Intro to logic. OpenStax CNX. Jan 29, 2008 Download for free at http://cnx.org/content/col10154/1.20
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Intro to logic' conversation and receive update notifications?

Ask