<< Chapter < Page Chapter >> Page >
(Blank Abstract)

Modeling with relations

Note that the nhbr relation can actually represent an arbitrarily weird board, such aslocations that look adjacent on the map but actually aren't, boards which wrap around a cylinder or toroid , or a location with a tunnel connecting it toa location far across the board (like the secret passages in the game Clue, or the harrowing sub trip through Naboo in Star Wars: The Phantom Menace .) One-way passages can be encoded as well(meaning the nhbr relation need not be symmetric). Actually, any graph can be represented!

How shall we encode concepts such as

location A has 3 dangerous neighbors
, using relations?

A good first guess might be to say we have a function which returns the number of pirates next to a given location.That is,

piratesNear A 3
. However,
piratesNear
doesn't qualify as a relation. Why not?

To work around this, we could propose a binary relation along the lines of

piratesNear A 3
. This is better, but it requires our domainto be not only board locations, but also numbers. And to be able to talk about numbers, we'd need more axioms,as well as numeric relations such as>.
Hmmm, what is the arity of
>
?
While this approach is feasible, and ultimately might be what we want, for now, let's stick with relations involvingonly locations, not numbers.

Okay, the third time's the charm: we'll implement the concept

A neighbors three pirates
as a relation has-3 A being true. To cover the cases when there are exactly two neighboring pirates,we'll use a whole new separate relation,
has-2
; has-2 A would be false on any board where has-3 A is true (at least, in our standard interpretation).

Got questions? Get instant answers now!

Proofs otherwise unchanged.Note that we might express our rules as

for any locations x and y , we have the following axiom: has-3 x nhbr x y safe y
. Really, note that there's something else going on here: x and y are symbols which can represent any location: they are variables, whose value can be any element of the domain.

For the domain of types-of-vegetables, the relation yummy is a useful one to know, when cooking. In case you weren't sure, yummy Brussels sprouts , and yummy carrots .

Suppose we had a second relation, yucky . Is it conceivable that we could model a vegetable that's neitheryucky nor yummy, using these relations? Sure! (Iceberg lettuce, perhaps.)In fact, we could even have a vegetable which is both yummy and yucky — radishes!

A quick digression on a philosophical nuance: the domain for the above problem is not vegetables; it's types-of-vegetables.That is, we talk about whether or not carrots are yummy; this is different than talking the yumminess ofthe carrot I dropped under the couch yesterday, or the carrot underneath the chocolate sauce.In computer science, this often manifests itself as the difference between values, and types of values.As examples, we distinguish between 3 and the set of all integers, and we distinguish between particular carrots and the abstract idea of carrots.(Some languages even include types as values.) Philosophers enjoy debating how particular instances definethe abstract generalization, but for our purposes we'll take each both vegetables andtypes-of-vegetables as given.

Questions & Answers

how to create a software using Android phone
Wiseman Reply
how
basra
what is the difference between C and C++.
Yan Reply
what is software
Sami Reply
software is a instructions like programs
Shambhu
what is the difference between C and C++.
Yan
yes, how?
Hayder
what is software engineering
Ahmad
software engineering is a the branch of computer science deals with the design,development, testing and maintenance of software applications.
Hayder
who is best bw software engineering and cyber security
Ahmad
Both software engineering and cybersecurity offer exciting career prospects, but your choice ultimately depends on your interests and skills. If you enjoy problem-solving, programming, and designing software syste
Hayder
what's software processes
Ntege Reply
I haven't started reading yet. by device (hardware) or for improving design Lol? Here. Requirement, Design, Implementation, Verification, Maintenance.
Vernon
I can give you a more valid answer by 5:00 By the way gm.
Vernon
it is all about designing,developing, testing, implementing and maintaining of software systems.
Ehenew
hello assalamualaikum
Sami
My name M Sami I m 2nd year student
Sami
what is the specific IDE for flutter programs?
Mwami Reply
jegudgdtgd my Name my Name is M and I have been talking about iey my papa john's university of washington post I tagged I will be in
Mwaqas Reply
yes
usman
how disign photo
atul Reply
hlo
Navya
hi
Michael
yes
Subhan
Show the necessary steps with description in resource monitoring process (CPU,memory,disk and network)
samuel Reply
What is software engineering
Tafadzwa Reply
Software engineering is a branch of computer science directed to writing programs to develop Softwares that can drive or enable the functionality of some hardwares like phone , automobile and others
kelvin
if any requirement engineer is gathering requirements from client and after getting he/she Analyze them this process is called
Alqa Reply
The following text is encoded in base 64. Ik5ldmVyIHRydXN0IGEgY29tcHV0ZXIgeW91IGNhbid0IHRocm93IG91dCBhIHdpbmRvdyIgLSBTdGV2ZSBXb3puaWFr Decode it, and paste the decoded text here
Julian Reply
what to do you mean
Vincent
hello
ALI
how are you ?
ALI
What is the command to list the contents of a directory in Unix and Unix-like operating systems
George Reply
how can i make my own software free of cost
Faizan Reply
like how
usman
hi
Hayder
The name of the author of our software engineering book is Ian Sommerville.
Doha Reply
what is software
Sampson Reply
the set of intruction given to the computer to perform a task
Noor
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