<< Chapter < Page
  Intro to logic   Page 1 / 1
Chapter >> Page >
We motivate the use of relations, as a way to encapsulate the information previously spreadacross a swath of propositional variables.

Relations: building a better (representation of) waterworld

So far, we have represented WaterWorld boards using propositions like A-has-2 and B-unsafe . You've probably already felt that this is unwieldy, having hundredspropositional variables running around,with only our naming convention implying any relation between them.Worse, this zoo of propositions doesn't reflect how we actually think about WaterWorld.For instance, the only way the rules recognize that locations A and B are near each other is because of several axioms which simultaneously involve A-has-2 and B-unsafe , etc. , in just the right way to result in our idea of the conceptneighbor. In fact, there is no way of talking about the location A directly; we only had propositions which dealt with its properties, such aswhether or not it neighbored exactly two pirates.

If writing a program about WaterWorld, our program should reflect our conception of the problem.However, as it stands, our conception corresponds to having many many Boolean variables named A-has-2 , B-unsafe , etc. Even worse, the rules would be encodings of the hundreds of axioms. A long enumeration of the axioms is probably not how you think of the rules.In other words, when explaining the game to your friend, you probably sayif a location contains a 2, then two of its neighbors are pirates, rather than droning on for half an hour about howif location A contains a 2, then either location B is unsafe or.

Moreover, the original rules only pertained to a fixed-size board; inventing a new game played on a 5050 grid would require a whole new set of rules!That is clearly not how we humans conceptualize the game!What we want, when discussing the rules, is a generic way to discussing neighboring locations, so thatwe can have one single rule, saying that if a (generic) location has a zero, then any neighboring location is safe.Thus, we allow the exact details ofneighboring locationto change from game to game as we play on different boards(just as which locations contain pirates changes from game to game).

In a program, you'd probably represent the board as a collection (matrix, list, whatever) of Booleans.In our logic, to correspond to this data structure, we'll introduce binary relations .

By including relations (rather than sticking entirely with propositions), we are leaving the realm of propositional logic;we'll soon reach first-order logic once we also introduce quantifiers corresponding to aspects of program control-flow (loops).
We'll start by adding a way to express whether any two locations are adjacent: a relation nhbr , which will encode the board's geography as follows: nhbr A B and nhbr Z Y are true, while nhbr A D and nhbr M Z are false.

What, exactly, do we mean byrelation? We'll see momentarily , that we can represent nhbr as a set of pairs-of-locations (or equivalently, a function which takes in two locations, and returns either true or false.)

This relation " nhbr " entirely encodes the board's geography. Giving somebody the relation is every bit as good as to showingthem a picture of the board (in some ways, betterthe relation makes it perfectly clear whether two locations which just barely touch at a single point,like B and G , are meant to be considered neighbors.)

We used a binary (two-input) relation to describe neighboring locations.How can we use a relation to capture the notionlocation A is safe?

We'll use a unary (one-input) relation: safe ( A ) is true if and only if (iff) location A is safe.

Got questions? Get instant answers now!

After defining relations and discussing their properties, we'll talk about interpreting logic formulas relative to particular relations.

Using relations gives us additional flexibility in modeling our domain, so that our formal logical model more closely corresponds to ourintuition. Relations help separate the WaterWorld domain axioms (code) fromthe data, i.e. , the particular board we're playing on.

Questions & Answers

what does preconceived mean
sammie Reply
physiological Psychology
Nwosu Reply
How can I develope my cognitive domain
Amanyire Reply
why is communication effective
Dakolo Reply
Communication is effective because it allows individuals to share ideas, thoughts, and information with others.
effective communication can lead to improved outcomes in various settings, including personal relationships, business environments, and educational settings. By communicating effectively, individuals can negotiate effectively, solve problems collaboratively, and work towards common goals.
it starts up serve and return practice/assessments.it helps find voice talking therapy also assessments through relaxed conversation.
miss
Every time someone flushes a toilet in the apartment building, the person begins to jumb back automatically after hearing the flush, before the water temperature changes. Identify the types of learning, if it is classical conditioning identify the NS, UCS, CS and CR. If it is operant conditioning, identify the type of consequence positive reinforcement, negative reinforcement or punishment
Wekolamo Reply
please i need answer
Wekolamo
because it helps many people around the world to understand how to interact with other people and understand them well, for example at work (job).
Manix Reply
Agreed 👍 There are many parts of our brains and behaviors, we really need to get to know. Blessings for everyone and happy Sunday!
ARC
A child is a member of community not society elucidate ?
JESSY Reply
Isn't practices worldwide, be it psychology, be it science. isn't much just a false belief of control over something the mind cannot truly comprehend?
Simon Reply
compare and contrast skinner's perspective on personality development on freud
namakula Reply
Skinner skipped the whole unconscious phenomenon and rather emphasized on classical conditioning
war
explain how nature and nurture affect the development and later the productivity of an individual.
Amesalu Reply
nature is an hereditary factor while nurture is an environmental factor which constitute an individual personality. so if an individual's parent has a deviant behavior and was also brought up in an deviant environment, observation of the behavior and the inborn trait we make the individual deviant.
Samuel
I am taking this course because I am hoping that I could somehow learn more about my chosen field of interest and due to the fact that being a PsyD really ignites my passion as an individual the more I hope to learn about developing and literally explore the complexity of my critical thinking skills
Zyryn Reply
good👍
Jonathan
and having a good philosophy of the world is like a sandwich and a peanut butter 👍
Jonathan
generally amnesi how long yrs memory loss
Kelu Reply
interpersonal relationships
Abdulfatai Reply
What would be the best educational aid(s) for gifted kids/savants?
Heidi Reply
treat them normal, if they want help then give them. that will make everyone happy
Saurabh
What are the treatment for autism?
Magret Reply
hello. autism is a umbrella term. autistic kids have different disorder overlapping. for example. a kid may show symptoms of ADHD and also learning disabilities. before treatment please make sure the kid doesn't have physical disabilities like hearing..vision..speech problem. sometimes these
Jharna
continue.. sometimes due to these physical problems..the diagnosis may be misdiagnosed. treatment for autism. well it depends on the severity. since autistic kids have problems in communicating and adopting to the environment.. it's best to expose the child in situations where the child
Jharna
child interact with other kids under doc supervision. play therapy. speech therapy. Engaging in different activities that activate most parts of the brain.. like drawing..painting. matching color board game. string and beads game. the more you interact with the child the more effective
Jharna
results you'll get.. please consult a therapist to know what suits best on your child. and last as a parent. I know sometimes it's overwhelming to guide a special kid. but trust the process and be strong and patient as a parent.
Jharna
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