SlideShare a Scribd company logo
1 of 4
Download to read offline
I am kind of confused about quantifiers. I am not sure how to translate them into english
correctly so a quick Guide to how or the answer will work. Thanks!
***** (A = universal) , (E = existential), (V = or), (^ = and) I do not know how to input the real
symbol)
1.) AxAyAz([x+y]+z = x+([y+z])
2.) Here x, y are students C(x) is having a computer and F(x,y) indicates that x and y are friends.
Ax(C(x) vEy[C(y)^F(x,y)]
3.) Suppose that x and y are real numbers
a. AxAy([x>0 ^ y>0] ------> [x+y>0])
b. AxAy([x<0 ^ 4<0] [x(y)>0])
Solution
There are several logical symbols in the alphabet, which vary by author but usually
include: The quantifier symbols and The logical connectives: for conjunction, for disjunction, for
implication, for biconditional, for negation. Occasionally other logical connective symbols are
included. Some authors use , or Cpq, instead of , and , or Epq, instead of , especially in contexts
where is used for other purposes. Moreover, the horseshoe may replace ; the triple-bar may
replace , and a tilde (~), Np, or Fpq, may replace ; ||, or Apq may replace ; and &, or Kpq, may
replace , especially if these symbols are not available for technical reasons. Parentheses,
brackets, and other punctuation symbols. The choice of such symbols varies depending on
context. An infinite set of variables, often denoted by lowercase letters at the end of the alphabet
x, y, z, … . Subscripts are often used to distinguish variables: x0, x1, x2, … . An equality symbol
(sometimes, identity symbol) =; see the section on equality below. It should be noted that not all
of these symbols are required - only one of the quantifiers, negation and conjunction, variables,
brackets and equality suffice. There are numerous minor variations that may define additional
logical symbols: Sometimes the truth constants T, Vpq, or , for "true" and F, Opq, or , for
"false" are included. Without any such logical operators of valence 0, these two constants can
only be expressed using quantifiers. Sometimes additional logical connectives are included, such
as the Sheffer stroke, Dpq (NAND), and exclusive or, Jpq. [edit]Non-logical symbols The non-
logical symbols represent predicates (relations), functions and constants on the domain of
discourse. It used to be standard practice to use a fixed, infinite set of non-logical symbols for all
purposes. A more recent practice is to use different non-logical symbols according to the
application one has in mind. Therefore it has become necessary to name the set of all non-logical
symbols used in a particular application. This choice is made via a signature.[2] The traditional
approach is to have only one, infinite, set of non-logical symbols (one signature) for all
applications. Consequently, under the traditional approach there is only one language of first-
order logic.[3] This approach is still common, especially in philosophically oriented books. For
every integer n = 0 there is a collection of n-ary, or n-place, predicate symbols. Because they
represent relations between n elements, they are also called relation symbols. For each arity n we
have an infinite supply of them: Pn0, Pn1, Pn2, Pn3, … For every integer n = 0 there are
infinitely many n-ary function symbols: f n0, f n1, f n2, f n3, … In contemporary mathematical
logic, the signature varies by application. Typical signatures in mathematics are {1, ×} or just
{×} for groups, or {0, 1, +, ×, <} for ordered fields. There are no restrictions on the number of
non-logical symbols. The signature can be empty, finite, or infinite, even uncountable.
Uncountable signatures occur for example in modern proofs of the Löwenheim-Skolem theorem.
In this approach, every non-logical symbol is of one of the following types. A predicate symbol
(or relation symbol) with some valence (or arity, number of arguments) greater than or equal to
0. These which are often denoted by uppercase letters P, Q, R,... . Relations of valence 0 can be
identified with propositional variables. For example, P, which can stand for any statement. For
example, P(x) is a predicate variable of valence 1. One possible interpretation is "x is a man".
Q(x,y) is a predicate variable of valence 2. Possible interpretations include "x is greater than y"
and "x is the father of y". A function symbol, with some valence greater than or equal to 0.
These are often denoted by lowercase letters f, g, h,... . Examples: f(x) may be interpreted as for
"the father of x". In arithmetic, it may stand for "-x". In set theory, it may stand for "the
power set of x". In arithmetic, g(x,y) may stand for "x+y". In set theory, it may stand for "the
union of x and y". Function symbols of valence 0 are called constant symbols, and are often
denoted by lowercase letters at the beginning of the alphabet a, b, c,... . The symbol a may stand
for Socrates. In arithmetic, it may stand for 0. In set theory, such a constant may stand for the
empty set. The traditional approach can be recovered in the modern approach by simply
specifying the "custom" signature to consist of the traditional sequences of non-logical
symbols. [edit]Formation rules The formation rules define the terms and formulas of first order
logic. When terms and formulas are represented as strings of symbols, these rules can be used to
write a formal grammar for terms and formulas. These rules are generally context-free (each
production has a single symbol on the left side), except that the set of symbols may be allowed to
be infinite and there may be many start symbols, for example the variables in the case of terms.
[edit]Terms The set of terms is inductively defined by the following rules: Variables. Any
variable is a term. Functions. Any expression f(t1,...,tn) of n arguments (where each argument ti
is a term and f is a function symbol of valence n) is a term. In particular, symbols denoting
individual constants are 0-ary function symbols, and are thus terms. Only expressions which can
be obtained by finitely many applications of rules 1 and 2 are terms. For example, no expression
involving a predicate symbol is a term. [edit]Formulas The set of formulas (also called well-
formed formulas[4] or wffs) is inductively defined by the following rules: Predicate symbols. If
P is an n-ary predicate symbol and t1, ..., tn are terms then P(t1,...,tn) is a formula. Equality. If
the equality symbol is considered part of logic, and t1 and t2 are terms, then t1 = t2 is a formula.
Negation. If f is a formula, then f is a formula. Binary connectives. If f and ? are formulas, then
(f ?) is a formula. Similar rules apply to other binary logical connectives. Quantifiers. If f is a
formula and x is a variable, then and are formulas. Only expressions which can be obtained by
finitely many applications of rules 1–5 are formulas. The formulas obtained from the first two
rules are said to be atomic formulas. For example, is a formula, if f is a unary function symbol, P
a unary predicate symbol, and Q a ternary predicate symbol. On the other hand, is not a formula,
although it is a string of symbols from the alphabet. The role of the parentheses in the definition
is to ensure that any formula can only be obtained in one way by following the inductive
definition (in other words, there is a unique parse tree for each formula). This property is known
as unique readability of formulas. There are many conventions for where parentheses are used in
formulas. For example, some authors use colons or full stops instead of parentheses, or change
the places in which parentheses are inserted. Each author's particular definition must be
accompanied by a proof of unique readability. This definition of a formula does not support
defining an if-then-else function ite(c,a,b) where "c" is a condition expressed as a formula, that
would return "a" if c is true, and "b" if it is false. This is because both predicates and functions
can only accept terms as parameters, but the first parameter is a formula. Some languages built
on first-order logic, such as SMT-LIB 2.0, add this. [5] [edit]Notational conventions For
convenience, conventions have been developed about the precedence of the logical operators, to
avoid the need to write parentheses in some cases. These rules are similar to the order of
operations in arithmetic. A common convention is: is evaluated first and are evaluated next
Quantifiers are evaluated next is evaluated last. Moreover, extra punctuation not required by the
definition may be inserted to make formulas easier to read. Thus the formula might be written as
In some fields, it is common to use infix notation for binary relations and functions, instead of
the prefix notation defined above. For example, in arithmetic, one typically writes "2 + 2 = 4"
instead of "=(+(2,2),4)". It is common to regard formulas in infix notation as abbreviations for
the corresponding formulas in prefix notation. The definitions above use infix notation for binary
connectives such as . A less common convention is Polish notation, in which one writes , , and so
on in front of their arguments rather than between them. This convention allows all punctuation
symbols to be discarded. Polish notation is compact and elegant, but rarely used in practice
because it is hard for humans to read it. In Polish notation, the formula becomes "?x?y?Pfx¬?
PxQfyxz". [edit]Example In mathematics the language of ordered abelian groups has one
constant symbol 0, one unary function symbol -, one binary function symbol +, and one binary
relation symbol =. Then: The expressions +(x, y) and +(x, +(y, -(z))) are terms. These are usually
written as x + y and x + y - z. The expressions +(x, y) = 0 and =(+(x, +(y, -(z))), +(x, y)) are
atomic formulas. These are usually written as x + y = 0 and x + y - z = x + y. The expression is a
formula, which is usually written

More Related Content

Similar to I am kind of confused about quantifiers. I am not sure how to transl.pdf

Special Topics on Functions, Sequences, and Series MAT117 .docx
 Special Topics on Functions, Sequences, and Series MAT117 .docx Special Topics on Functions, Sequences, and Series MAT117 .docx
Special Topics on Functions, Sequences, and Series MAT117 .docxMARRY7
 
LANGUAGE-OF-RELATIONS-AND-FUNCTIONS.pptx
LANGUAGE-OF-RELATIONS-AND-FUNCTIONS.pptxLANGUAGE-OF-RELATIONS-AND-FUNCTIONS.pptx
LANGUAGE-OF-RELATIONS-AND-FUNCTIONS.pptxJasonTagapanGulla
 
Domain-and-Range-of-a-Function
Domain-and-Range-of-a-FunctionDomain-and-Range-of-a-Function
Domain-and-Range-of-a-FunctionEmeraldAcaba
 
Point-free foundation of Mathematics
Point-free foundation of MathematicsPoint-free foundation of Mathematics
Point-free foundation of MathematicsMarco Benini
 
Unit-4-Knowledge-representation.pdf
Unit-4-Knowledge-representation.pdfUnit-4-Knowledge-representation.pdf
Unit-4-Knowledge-representation.pdfHrideshSapkota2
 
Artificial intelligence and first order logic
Artificial intelligence and first order logicArtificial intelligence and first order logic
Artificial intelligence and first order logicparsa rafiq
 
Real World Haskell: Lecture 2
Real World Haskell: Lecture 2Real World Haskell: Lecture 2
Real World Haskell: Lecture 2Bryan O'Sullivan
 
Jarrar.lecture notes.aai.2011s.ch8.fol.introduction
Jarrar.lecture notes.aai.2011s.ch8.fol.introductionJarrar.lecture notes.aai.2011s.ch8.fol.introduction
Jarrar.lecture notes.aai.2011s.ch8.fol.introductionPalGov
 
Predicate logic_2(Artificial Intelligence)
Predicate logic_2(Artificial Intelligence)Predicate logic_2(Artificial Intelligence)
Predicate logic_2(Artificial Intelligence)SHUBHAM KUMAR GUPTA
 
Real meaning of functions
Real meaning of functionsReal meaning of functions
Real meaning of functionsTarun Gehlot
 
Arithmetic sequence
Arithmetic sequenceArithmetic sequence
Arithmetic sequenceLeah Mel
 
Introduction of predicate logics
Introduction of predicate  logicsIntroduction of predicate  logics
Introduction of predicate logicschauhankapil
 
APPLICATION OF PARTIAL DIFFERENTIATION
APPLICATION OF PARTIAL DIFFERENTIATIONAPPLICATION OF PARTIAL DIFFERENTIATION
APPLICATION OF PARTIAL DIFFERENTIATIONDhrupal Patel
 
AI3391 Artificial intelligence Unit IV Notes _ merged.pdf
AI3391 Artificial intelligence Unit IV Notes _ merged.pdfAI3391 Artificial intelligence Unit IV Notes _ merged.pdf
AI3391 Artificial intelligence Unit IV Notes _ merged.pdfAsst.prof M.Gokilavani
 

Similar to I am kind of confused about quantifiers. I am not sure how to transl.pdf (20)

Special Topics on Functions, Sequences, and Series MAT117 .docx
 Special Topics on Functions, Sequences, and Series MAT117 .docx Special Topics on Functions, Sequences, and Series MAT117 .docx
Special Topics on Functions, Sequences, and Series MAT117 .docx
 
Syntax analysis
Syntax analysisSyntax analysis
Syntax analysis
 
LANGUAGE-OF-RELATIONS-AND-FUNCTIONS.pptx
LANGUAGE-OF-RELATIONS-AND-FUNCTIONS.pptxLANGUAGE-OF-RELATIONS-AND-FUNCTIONS.pptx
LANGUAGE-OF-RELATIONS-AND-FUNCTIONS.pptx
 
Domain-and-Range-of-a-Function
Domain-and-Range-of-a-FunctionDomain-and-Range-of-a-Function
Domain-and-Range-of-a-Function
 
Point-free foundation of Mathematics
Point-free foundation of MathematicsPoint-free foundation of Mathematics
Point-free foundation of Mathematics
 
Unit-4-Knowledge-representation.pdf
Unit-4-Knowledge-representation.pdfUnit-4-Knowledge-representation.pdf
Unit-4-Knowledge-representation.pdf
 
Parse Tree
Parse TreeParse Tree
Parse Tree
 
Polynomials
PolynomialsPolynomials
Polynomials
 
Artificial intelligence and first order logic
Artificial intelligence and first order logicArtificial intelligence and first order logic
Artificial intelligence and first order logic
 
Expression tree
Expression treeExpression tree
Expression tree
 
Real World Haskell: Lecture 2
Real World Haskell: Lecture 2Real World Haskell: Lecture 2
Real World Haskell: Lecture 2
 
Jarrar.lecture notes.aai.2011s.ch8.fol.introduction
Jarrar.lecture notes.aai.2011s.ch8.fol.introductionJarrar.lecture notes.aai.2011s.ch8.fol.introduction
Jarrar.lecture notes.aai.2011s.ch8.fol.introduction
 
AI Lab Manual.docx
AI Lab Manual.docxAI Lab Manual.docx
AI Lab Manual.docx
 
Predicate logic_2(Artificial Intelligence)
Predicate logic_2(Artificial Intelligence)Predicate logic_2(Artificial Intelligence)
Predicate logic_2(Artificial Intelligence)
 
Real meaning of functions
Real meaning of functionsReal meaning of functions
Real meaning of functions
 
Arithmetic sequence
Arithmetic sequenceArithmetic sequence
Arithmetic sequence
 
Introduction of predicate logics
Introduction of predicate  logicsIntroduction of predicate  logics
Introduction of predicate logics
 
APPLICATION OF PARTIAL DIFFERENTIATION
APPLICATION OF PARTIAL DIFFERENTIATIONAPPLICATION OF PARTIAL DIFFERENTIATION
APPLICATION OF PARTIAL DIFFERENTIATION
 
AI3391 Artificial intelligence Unit IV Notes _ merged.pdf
AI3391 Artificial intelligence Unit IV Notes _ merged.pdfAI3391 Artificial intelligence Unit IV Notes _ merged.pdf
AI3391 Artificial intelligence Unit IV Notes _ merged.pdf
 
Unit-8.pdf
Unit-8.pdfUnit-8.pdf
Unit-8.pdf
 

More from AMITPANCHAL154

I am looking for the definition of a polynomial.SolutionPolyno.pdf
I am looking for the definition of a polynomial.SolutionPolyno.pdfI am looking for the definition of a polynomial.SolutionPolyno.pdf
I am looking for the definition of a polynomial.SolutionPolyno.pdfAMITPANCHAL154
 
I am looking at the following equation and its a little unclear what.pdf
I am looking at the following equation and its a little unclear what.pdfI am looking at the following equation and its a little unclear what.pdf
I am looking at the following equation and its a little unclear what.pdfAMITPANCHAL154
 
I am looking at a worked out problem for Elementary Number Theory(6t.pdf
I am looking at a worked out problem for Elementary Number Theory(6t.pdfI am looking at a worked out problem for Elementary Number Theory(6t.pdf
I am looking at a worked out problem for Elementary Number Theory(6t.pdfAMITPANCHAL154
 
I am having problems with Comments in Solutions from Homework He.pdf
I am having problems with Comments in Solutions from Homework He.pdfI am having problems with Comments in Solutions from Homework He.pdf
I am having problems with Comments in Solutions from Homework He.pdfAMITPANCHAL154
 
I am fine with the actual analysis of the data on SPSS, however I am.pdf
I am fine with the actual analysis of the data on SPSS, however I am.pdfI am fine with the actual analysis of the data on SPSS, however I am.pdf
I am fine with the actual analysis of the data on SPSS, however I am.pdfAMITPANCHAL154
 
I am a very wordy person. My editor is constantly cutting down the a.pdf
I am a very wordy person. My editor is constantly cutting down the a.pdfI am a very wordy person. My editor is constantly cutting down the a.pdf
I am a very wordy person. My editor is constantly cutting down the a.pdfAMITPANCHAL154
 
Hypothesis flash patterns of the Humboldt squid increase in rate wh.pdf
Hypothesis flash patterns of the Humboldt squid increase in rate wh.pdfHypothesis flash patterns of the Humboldt squid increase in rate wh.pdf
Hypothesis flash patterns of the Humboldt squid increase in rate wh.pdfAMITPANCHAL154
 
hurricane risk.global warming risk.speculative risk.climate ch.pdf
hurricane risk.global warming risk.speculative risk.climate ch.pdfhurricane risk.global warming risk.speculative risk.climate ch.pdf
hurricane risk.global warming risk.speculative risk.climate ch.pdfAMITPANCHAL154
 
Human Resources (HR) is composed of many integrated activities withi.pdf
Human Resources (HR) is composed of many integrated activities withi.pdfHuman Resources (HR) is composed of many integrated activities withi.pdf
Human Resources (HR) is composed of many integrated activities withi.pdfAMITPANCHAL154
 
Howard Company purchased merchandise inventory with an invoice price.pdf
Howard Company purchased merchandise inventory with an invoice price.pdfHoward Company purchased merchandise inventory with an invoice price.pdf
Howard Company purchased merchandise inventory with an invoice price.pdfAMITPANCHAL154
 
How would you prepared 250ml of 0.35 M sodium sulfate solution .pdf
How would you prepared 250ml of 0.35 M sodium sulfate solution .pdfHow would you prepared 250ml of 0.35 M sodium sulfate solution .pdf
How would you prepared 250ml of 0.35 M sodium sulfate solution .pdfAMITPANCHAL154
 
How will your team engage the ideas and participation of each member.pdf
How will your team engage the ideas and participation of each member.pdfHow will your team engage the ideas and participation of each member.pdf
How will your team engage the ideas and participation of each member.pdfAMITPANCHAL154
 
How will understanding Crystalline Structure affect material selecti.pdf
How will understanding Crystalline Structure affect material selecti.pdfHow will understanding Crystalline Structure affect material selecti.pdf
How will understanding Crystalline Structure affect material selecti.pdfAMITPANCHAL154
 
How would an indirect transfer through a financial intermediary bene.pdf
How would an indirect transfer through a financial intermediary bene.pdfHow would an indirect transfer through a financial intermediary bene.pdf
How would an indirect transfer through a financial intermediary bene.pdfAMITPANCHAL154
 
How Was the Keynesian School Valid, Useful, or Correct in Its Time.pdf
How Was the Keynesian School Valid, Useful, or Correct in Its Time.pdfHow Was the Keynesian School Valid, Useful, or Correct in Its Time.pdf
How Was the Keynesian School Valid, Useful, or Correct in Its Time.pdfAMITPANCHAL154
 
How would entitlement spending be funded if tax revenues just cove.pdf
How would entitlement spending be funded if tax revenues just cove.pdfHow would entitlement spending be funded if tax revenues just cove.pdf
How would entitlement spending be funded if tax revenues just cove.pdfAMITPANCHAL154
 
How would I define column D as d1=log(c1) in excel Or column F as.pdf
How would I define column D as d1=log(c1) in excel Or column F as.pdfHow would I define column D as d1=log(c1) in excel Or column F as.pdf
How would I define column D as d1=log(c1) in excel Or column F as.pdfAMITPANCHAL154
 
How will widespread adoption of electronic funds transfer affect the.pdf
How will widespread adoption of electronic funds transfer affect the.pdfHow will widespread adoption of electronic funds transfer affect the.pdf
How will widespread adoption of electronic funds transfer affect the.pdfAMITPANCHAL154
 
How would I know if a radical expression can be simplified Can I al.pdf
How would I know if a radical expression can be simplified Can I al.pdfHow would I know if a radical expression can be simplified Can I al.pdf
How would I know if a radical expression can be simplified Can I al.pdfAMITPANCHAL154
 
How would I show that every nonzero integer is a factor ofitself.pdf
How would I show that every nonzero integer is a factor ofitself.pdfHow would I show that every nonzero integer is a factor ofitself.pdf
How would I show that every nonzero integer is a factor ofitself.pdfAMITPANCHAL154
 

More from AMITPANCHAL154 (20)

I am looking for the definition of a polynomial.SolutionPolyno.pdf
I am looking for the definition of a polynomial.SolutionPolyno.pdfI am looking for the definition of a polynomial.SolutionPolyno.pdf
I am looking for the definition of a polynomial.SolutionPolyno.pdf
 
I am looking at the following equation and its a little unclear what.pdf
I am looking at the following equation and its a little unclear what.pdfI am looking at the following equation and its a little unclear what.pdf
I am looking at the following equation and its a little unclear what.pdf
 
I am looking at a worked out problem for Elementary Number Theory(6t.pdf
I am looking at a worked out problem for Elementary Number Theory(6t.pdfI am looking at a worked out problem for Elementary Number Theory(6t.pdf
I am looking at a worked out problem for Elementary Number Theory(6t.pdf
 
I am having problems with Comments in Solutions from Homework He.pdf
I am having problems with Comments in Solutions from Homework He.pdfI am having problems with Comments in Solutions from Homework He.pdf
I am having problems with Comments in Solutions from Homework He.pdf
 
I am fine with the actual analysis of the data on SPSS, however I am.pdf
I am fine with the actual analysis of the data on SPSS, however I am.pdfI am fine with the actual analysis of the data on SPSS, however I am.pdf
I am fine with the actual analysis of the data on SPSS, however I am.pdf
 
I am a very wordy person. My editor is constantly cutting down the a.pdf
I am a very wordy person. My editor is constantly cutting down the a.pdfI am a very wordy person. My editor is constantly cutting down the a.pdf
I am a very wordy person. My editor is constantly cutting down the a.pdf
 
Hypothesis flash patterns of the Humboldt squid increase in rate wh.pdf
Hypothesis flash patterns of the Humboldt squid increase in rate wh.pdfHypothesis flash patterns of the Humboldt squid increase in rate wh.pdf
Hypothesis flash patterns of the Humboldt squid increase in rate wh.pdf
 
hurricane risk.global warming risk.speculative risk.climate ch.pdf
hurricane risk.global warming risk.speculative risk.climate ch.pdfhurricane risk.global warming risk.speculative risk.climate ch.pdf
hurricane risk.global warming risk.speculative risk.climate ch.pdf
 
Human Resources (HR) is composed of many integrated activities withi.pdf
Human Resources (HR) is composed of many integrated activities withi.pdfHuman Resources (HR) is composed of many integrated activities withi.pdf
Human Resources (HR) is composed of many integrated activities withi.pdf
 
Howard Company purchased merchandise inventory with an invoice price.pdf
Howard Company purchased merchandise inventory with an invoice price.pdfHoward Company purchased merchandise inventory with an invoice price.pdf
Howard Company purchased merchandise inventory with an invoice price.pdf
 
How would you prepared 250ml of 0.35 M sodium sulfate solution .pdf
How would you prepared 250ml of 0.35 M sodium sulfate solution .pdfHow would you prepared 250ml of 0.35 M sodium sulfate solution .pdf
How would you prepared 250ml of 0.35 M sodium sulfate solution .pdf
 
How will your team engage the ideas and participation of each member.pdf
How will your team engage the ideas and participation of each member.pdfHow will your team engage the ideas and participation of each member.pdf
How will your team engage the ideas and participation of each member.pdf
 
How will understanding Crystalline Structure affect material selecti.pdf
How will understanding Crystalline Structure affect material selecti.pdfHow will understanding Crystalline Structure affect material selecti.pdf
How will understanding Crystalline Structure affect material selecti.pdf
 
How would an indirect transfer through a financial intermediary bene.pdf
How would an indirect transfer through a financial intermediary bene.pdfHow would an indirect transfer through a financial intermediary bene.pdf
How would an indirect transfer through a financial intermediary bene.pdf
 
How Was the Keynesian School Valid, Useful, or Correct in Its Time.pdf
How Was the Keynesian School Valid, Useful, or Correct in Its Time.pdfHow Was the Keynesian School Valid, Useful, or Correct in Its Time.pdf
How Was the Keynesian School Valid, Useful, or Correct in Its Time.pdf
 
How would entitlement spending be funded if tax revenues just cove.pdf
How would entitlement spending be funded if tax revenues just cove.pdfHow would entitlement spending be funded if tax revenues just cove.pdf
How would entitlement spending be funded if tax revenues just cove.pdf
 
How would I define column D as d1=log(c1) in excel Or column F as.pdf
How would I define column D as d1=log(c1) in excel Or column F as.pdfHow would I define column D as d1=log(c1) in excel Or column F as.pdf
How would I define column D as d1=log(c1) in excel Or column F as.pdf
 
How will widespread adoption of electronic funds transfer affect the.pdf
How will widespread adoption of electronic funds transfer affect the.pdfHow will widespread adoption of electronic funds transfer affect the.pdf
How will widespread adoption of electronic funds transfer affect the.pdf
 
How would I know if a radical expression can be simplified Can I al.pdf
How would I know if a radical expression can be simplified Can I al.pdfHow would I know if a radical expression can be simplified Can I al.pdf
How would I know if a radical expression can be simplified Can I al.pdf
 
How would I show that every nonzero integer is a factor ofitself.pdf
How would I show that every nonzero integer is a factor ofitself.pdfHow would I show that every nonzero integer is a factor ofitself.pdf
How would I show that every nonzero integer is a factor ofitself.pdf
 

Recently uploaded

Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfUmakantAnnand
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 

Recently uploaded (20)

Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.Compdf
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 

I am kind of confused about quantifiers. I am not sure how to transl.pdf

  • 1. I am kind of confused about quantifiers. I am not sure how to translate them into english correctly so a quick Guide to how or the answer will work. Thanks! ***** (A = universal) , (E = existential), (V = or), (^ = and) I do not know how to input the real symbol) 1.) AxAyAz([x+y]+z = x+([y+z]) 2.) Here x, y are students C(x) is having a computer and F(x,y) indicates that x and y are friends. Ax(C(x) vEy[C(y)^F(x,y)] 3.) Suppose that x and y are real numbers a. AxAy([x>0 ^ y>0] ------> [x+y>0]) b. AxAy([x<0 ^ 4<0] [x(y)>0]) Solution There are several logical symbols in the alphabet, which vary by author but usually include: The quantifier symbols and The logical connectives: for conjunction, for disjunction, for implication, for biconditional, for negation. Occasionally other logical connective symbols are included. Some authors use , or Cpq, instead of , and , or Epq, instead of , especially in contexts where is used for other purposes. Moreover, the horseshoe may replace ; the triple-bar may replace , and a tilde (~), Np, or Fpq, may replace ; ||, or Apq may replace ; and &, or Kpq, may replace , especially if these symbols are not available for technical reasons. Parentheses, brackets, and other punctuation symbols. The choice of such symbols varies depending on context. An infinite set of variables, often denoted by lowercase letters at the end of the alphabet x, y, z, … . Subscripts are often used to distinguish variables: x0, x1, x2, … . An equality symbol (sometimes, identity symbol) =; see the section on equality below. It should be noted that not all of these symbols are required - only one of the quantifiers, negation and conjunction, variables, brackets and equality suffice. There are numerous minor variations that may define additional logical symbols: Sometimes the truth constants T, Vpq, or , for "true" and F, Opq, or , for "false" are included. Without any such logical operators of valence 0, these two constants can only be expressed using quantifiers. Sometimes additional logical connectives are included, such as the Sheffer stroke, Dpq (NAND), and exclusive or, Jpq. [edit]Non-logical symbols The non- logical symbols represent predicates (relations), functions and constants on the domain of
  • 2. discourse. It used to be standard practice to use a fixed, infinite set of non-logical symbols for all purposes. A more recent practice is to use different non-logical symbols according to the application one has in mind. Therefore it has become necessary to name the set of all non-logical symbols used in a particular application. This choice is made via a signature.[2] The traditional approach is to have only one, infinite, set of non-logical symbols (one signature) for all applications. Consequently, under the traditional approach there is only one language of first- order logic.[3] This approach is still common, especially in philosophically oriented books. For every integer n = 0 there is a collection of n-ary, or n-place, predicate symbols. Because they represent relations between n elements, they are also called relation symbols. For each arity n we have an infinite supply of them: Pn0, Pn1, Pn2, Pn3, … For every integer n = 0 there are infinitely many n-ary function symbols: f n0, f n1, f n2, f n3, … In contemporary mathematical logic, the signature varies by application. Typical signatures in mathematics are {1, ×} or just {×} for groups, or {0, 1, +, ×, <} for ordered fields. There are no restrictions on the number of non-logical symbols. The signature can be empty, finite, or infinite, even uncountable. Uncountable signatures occur for example in modern proofs of the Löwenheim-Skolem theorem. In this approach, every non-logical symbol is of one of the following types. A predicate symbol (or relation symbol) with some valence (or arity, number of arguments) greater than or equal to 0. These which are often denoted by uppercase letters P, Q, R,... . Relations of valence 0 can be identified with propositional variables. For example, P, which can stand for any statement. For example, P(x) is a predicate variable of valence 1. One possible interpretation is "x is a man". Q(x,y) is a predicate variable of valence 2. Possible interpretations include "x is greater than y" and "x is the father of y". A function symbol, with some valence greater than or equal to 0. These are often denoted by lowercase letters f, g, h,... . Examples: f(x) may be interpreted as for "the father of x". In arithmetic, it may stand for "-x". In set theory, it may stand for "the power set of x". In arithmetic, g(x,y) may stand for "x+y". In set theory, it may stand for "the union of x and y". Function symbols of valence 0 are called constant symbols, and are often denoted by lowercase letters at the beginning of the alphabet a, b, c,... . The symbol a may stand for Socrates. In arithmetic, it may stand for 0. In set theory, such a constant may stand for the empty set. The traditional approach can be recovered in the modern approach by simply specifying the "custom" signature to consist of the traditional sequences of non-logical symbols. [edit]Formation rules The formation rules define the terms and formulas of first order logic. When terms and formulas are represented as strings of symbols, these rules can be used to write a formal grammar for terms and formulas. These rules are generally context-free (each production has a single symbol on the left side), except that the set of symbols may be allowed to be infinite and there may be many start symbols, for example the variables in the case of terms. [edit]Terms The set of terms is inductively defined by the following rules: Variables. Any
  • 3. variable is a term. Functions. Any expression f(t1,...,tn) of n arguments (where each argument ti is a term and f is a function symbol of valence n) is a term. In particular, symbols denoting individual constants are 0-ary function symbols, and are thus terms. Only expressions which can be obtained by finitely many applications of rules 1 and 2 are terms. For example, no expression involving a predicate symbol is a term. [edit]Formulas The set of formulas (also called well- formed formulas[4] or wffs) is inductively defined by the following rules: Predicate symbols. If P is an n-ary predicate symbol and t1, ..., tn are terms then P(t1,...,tn) is a formula. Equality. If the equality symbol is considered part of logic, and t1 and t2 are terms, then t1 = t2 is a formula. Negation. If f is a formula, then f is a formula. Binary connectives. If f and ? are formulas, then (f ?) is a formula. Similar rules apply to other binary logical connectives. Quantifiers. If f is a formula and x is a variable, then and are formulas. Only expressions which can be obtained by finitely many applications of rules 1–5 are formulas. The formulas obtained from the first two rules are said to be atomic formulas. For example, is a formula, if f is a unary function symbol, P a unary predicate symbol, and Q a ternary predicate symbol. On the other hand, is not a formula, although it is a string of symbols from the alphabet. The role of the parentheses in the definition is to ensure that any formula can only be obtained in one way by following the inductive definition (in other words, there is a unique parse tree for each formula). This property is known as unique readability of formulas. There are many conventions for where parentheses are used in formulas. For example, some authors use colons or full stops instead of parentheses, or change the places in which parentheses are inserted. Each author's particular definition must be accompanied by a proof of unique readability. This definition of a formula does not support defining an if-then-else function ite(c,a,b) where "c" is a condition expressed as a formula, that would return "a" if c is true, and "b" if it is false. This is because both predicates and functions can only accept terms as parameters, but the first parameter is a formula. Some languages built on first-order logic, such as SMT-LIB 2.0, add this. [5] [edit]Notational conventions For convenience, conventions have been developed about the precedence of the logical operators, to avoid the need to write parentheses in some cases. These rules are similar to the order of operations in arithmetic. A common convention is: is evaluated first and are evaluated next Quantifiers are evaluated next is evaluated last. Moreover, extra punctuation not required by the definition may be inserted to make formulas easier to read. Thus the formula might be written as In some fields, it is common to use infix notation for binary relations and functions, instead of the prefix notation defined above. For example, in arithmetic, one typically writes "2 + 2 = 4" instead of "=(+(2,2),4)". It is common to regard formulas in infix notation as abbreviations for the corresponding formulas in prefix notation. The definitions above use infix notation for binary connectives such as . A less common convention is Polish notation, in which one writes , , and so on in front of their arguments rather than between them. This convention allows all punctuation
  • 4. symbols to be discarded. Polish notation is compact and elegant, but rarely used in practice because it is hard for humans to read it. In Polish notation, the formula becomes "?x?y?Pfx¬? PxQfyxz". [edit]Example In mathematics the language of ordered abelian groups has one constant symbol 0, one unary function symbol -, one binary function symbol +, and one binary relation symbol =. Then: The expressions +(x, y) and +(x, +(y, -(z))) are terms. These are usually written as x + y and x + y - z. The expressions +(x, y) = 0 and =(+(x, +(y, -(z))), +(x, y)) are atomic formulas. These are usually written as x + y = 0 and x + y - z = x + y. The expression is a formula, which is usually written