Aggregate demand: Difference between revisions

From formulasearchengine
Jump to navigation Jump to search
No edit summary
en>Trappist the monk
Line 1: Line 1:
{{Portal|Logic}}
It is very common to have a dental emergency -- a fractured tooth, an abscess, or severe pain when chewing. Over-the-counter pain medication is just masking the problem. Seeing an emergency dentist is critical to getting the source of the problem diagnosed and corrected as soon as possible.<br><br>Here are some common dental emergencies:<br>Toothache: The most common dental emergency. This generally means a badly decayed tooth. As the pain affects the tooth's nerve, treatment involves gently removing any debris lodged in the cavity being careful not to poke deep as this will cause severe pain if the nerve is touched. Next rinse vigorously with warm water. Then soak a small piece of cotton in oil of cloves and insert it in the cavity. This will give temporary relief until a dentist can be reached.<br><br>At times the pain may have a more obscure location such as decay under an old filling. As this can be only corrected by a dentist there are two things you can do to help the pain. Administer a pain pill (aspirin or some other analgesic) internally or dissolve a tablet in a half glass (4 oz) of warm water holding it in the mouth for several minutes before spitting it out. DO NOT PLACE A WHOLE TABLET OR ANY PART OF IT IN THE TOOTH OR AGAINST THE SOFT GUM TISSUE AS IT WILL RESULT IN A NASTY BURN.<br><br>Swollen Jaw: This may be caused by several conditions the most probable being an abscessed tooth. In any case the treatment should be to reduce pain and swelling. An ice pack held on the outside of the jaw, (ten minutes on and ten minutes off) will take care of both. If this does not control the pain, an analgesic tablet can be given every four hours.<br><br>Other Oral Injuries: Broken teeth, cut lips, bitten tongue or lips if severe means a trip to a dentist as soon as possible. In the mean time rinse the mouth with warm water and place cold compression the face opposite the injury. If there is a lot of bleeding, apply direct pressure to the bleeding area. If bleeding does not stop get patient to the emergency room of a hospital as stitches may be necessary.<br><br>Prolonged Bleeding Following Extraction: Place a gauze pad or better still a moistened tea bag over the socket and have the patient bite down gently on it for 30 to 45 minutes. The tannic acid in the tea seeps into the tissues and often helps stop the bleeding. If bleeding continues after two hours, call the dentist or take patient to the emergency room of the nearest hospital.<br><br>Broken Jaw: If you suspect the patient's jaw is broken, bring the upper and lower teeth together. Put a necktie, handkerchief or towel under the chin, tying it over the head to immobilize the jaw until you can get the patient to a dentist or the emergency room of a hospital.<br><br>Painful Erupting Tooth: In young children teething pain can come from a loose baby tooth or from an erupting permanent tooth. Some relief can be given by crushing a little ice and wrapping it in gauze or a clean piece of cloth and putting it directly on the tooth or gum tissue where it hurts. The numbing effect of the cold, along with an appropriate dose of aspirin, usually provides temporary relief.<br><br>In young adults, an erupting 3rd molar (Wisdom tooth), especially if it is impacted, can cause the jaw to swell and be quite painful. Often the gum around the tooth will show signs of infection. Temporary relief can be had by giving aspirin or some other painkiller and by dissolving an aspirin in half a glass of warm water and holding this solution in the mouth over the sore gum. AGAIN DO NOT PLACE A TABLET DIRECTLY OVER THE GUM OR CHEEK OR USE THE ASPIRIN SOLUTION ANY STRONGER THAN RECOMMENDED TO PREVENT BURNING THE TISSUE. The swelling of the jaw can be reduced by using an ice pack on the outside of the face at intervals of ten minutes on and ten minutes off.<br><br>Here is more info about [http://www.youtube.com/watch?v=90z1mmiwNS8 Dentists in DC] review our own web-page.
This is a list of [[Rule of inference|rules of inference]], logical laws that relate to mathematical formulae.
 
==Introduction==
 
'''Rules of inference''' are syntactical '''transform''' rules which one can use to infer a conclusion from a premise to create an argument. A set of rules can be used to infer any valid conclusion if it is complete, while never inferring an invalid conclusion, if it is sound. A sound and complete set of rules need not include every rule in the following list, as many of the rules are redundant, and can be proven with the other rules.
 
''Discharge rules'' permit inference from a subderivation based on a temporary assumption. Below, the notation
 
: <math>\varphi \vdash \psi\,\!</math>
 
indicates such a subderivation from the temporary assumption <math>\varphi\,\!</math> to <math>\psi\,\!</math>.
 
==Rules for classical sentential calculus==
Sentential calculus is also known as [[propositional calculus]].
 
===Rules for negations===
;[[Reductio ad absurdum]] (or ''Negation Introduction''):
: <math>\varphi \vdash \psi\,\!</math>
: <math>\underline{\varphi \vdash \lnot \psi}\,\!</math>
: <math>\lnot \varphi\,\!</math>
 
;Reductio ad absurdum (related to the law of [[excluded middle]]):
: <math>\lnot \varphi \vdash \psi\,\!</math>
: <math>\underline{\lnot \varphi \vdash \lnot \psi}\,\!</math>
: <math>\varphi\,\!</math>
 
;[[Noncontradiction]] (or ''Negation Elimination''):
: <math>\varphi\,\!</math>
: <math>\underline{\lnot \varphi}\,\!</math>
: <math>\psi\,\!</math>
 
;[[Double negative elimination|Double negation elimination]]:
: <math>\underline{\lnot \lnot \varphi}\,\!</math>
: <math> \varphi\,\!</math>
 
;[[Double negative introduction|Double negation introduction]]:
: <math>\underline{\varphi \quad \quad}\,\!</math>
: <math> \lnot \lnot \varphi\,\!</math>
 
===Rules for conditionals===
;[[Deduction theorem]] (or ''[[Conditional proof|Conditional Introduction]]''):
: <math>\underline{\varphi \vdash \psi}\,\!</math>
: <math>\varphi \rightarrow \psi\,\!</math>
 
;[[Modus ponens]] (or ''Conditional Elimination''):
: <math>\varphi \rightarrow \psi\,\!</math>
: <math>\underline{\varphi \quad \quad \quad}\,\!</math>
: <math>\psi\,\!</math>
 
;[[Modus tollens]]:
: <math>\varphi \rightarrow \psi\,\!</math>
: <math>\underline{\lnot \psi \quad \quad \quad}\,\!</math>
: <math>\lnot \varphi\,\!</math>
 
===Rules for conjunctions===
;[[Conjunction introduction|Adjunction]] (or ''Conjunction Introduction''):
 
: <math>\varphi\,\!</math>
: <math>\underline{\psi \quad \quad \ \ }\,\!</math>
: <math>\varphi \land \psi\,\!</math>
 
;[[Simplification (logic)|Simplification]] (or ''Conjunction Elimination''):
 
: <math>\underline{\varphi \land \psi}\,\!</math>
: <math>\varphi\,\!</math>
 
: <math>\underline{\varphi \land \psi}\,\!</math>
: <math>\psi\,\!</math>
 
===Rules for disjunctions===
;[[Addition (logic)|Addition]] (or ''Disjunction Introduction''):
: <math>\underline{\varphi \quad \quad \ \ }\,\!</math>
: <math>\varphi \lor \psi\,\!</math>
 
: <math>\underline{\psi \quad \quad \ \ }\,\!</math>
: <math>\varphi \lor \psi\,\!</math>
 
;[[Case analysis]]
: <math>\varphi \lor \psi\,\!</math>
: <math>\varphi \rightarrow \chi\,\!</math>
: <math>\underline{\psi \rightarrow \chi}\,\!</math>
: <math>\chi\,\!</math>
 
;[[Disjunctive syllogism]]:
: <math>\varphi \lor \psi\,\!</math>
: <math>\underline{\lnot \varphi \quad \quad}\,\!</math>
: <math>\psi\,\!</math>
 
: <math>\varphi \lor \psi\,\!</math>
: <math>\underline{\lnot \psi \quad \quad}\,\!</math>
: <math>\varphi\,\!</math>
 
===Rules for biconditionals===
 
;[[Biconditional introduction]]:
: <math>\varphi \rightarrow \psi\,\!</math>
: <math>\underline{\psi \rightarrow \varphi}\,\!</math>
: <math>\varphi \leftrightarrow \psi\,\!</math>
 
;Biconditional Elimination:
: <math>\varphi \leftrightarrow \psi\,\!</math>
: <math>\underline{\varphi \quad \quad}\,\!</math>
: <math>\psi\,\!</math>
 
: <math>\varphi \leftrightarrow \psi\,\!</math>
: <math>\underline{\psi \quad \quad}\,\!</math>
: <math>\varphi\,\!</math>
 
: <math>\varphi \leftrightarrow \psi\,\!</math>
: <math>\underline{\lnot \varphi \quad \quad}\,\!</math>
: <math>\lnot \psi\,\!</math>
 
: <math>\varphi \leftrightarrow \psi\,\!</math>
: <math>\underline{\lnot \psi \quad \quad}\,\!</math>
: <math>\lnot \varphi\,\!</math>
 
: <math>\varphi \leftrightarrow \psi\,\!</math>
: <math>\underline{\psi \lor \varphi}\,\!</math>
: <math>\psi \land \varphi \,\!</math>
 
: <math>\varphi \leftrightarrow \psi\,\!</math>
: <math>\underline{\lnot \psi \lor \lnot \varphi}\,\!</math>
: <math>\lnot \psi \land \lnot \varphi \,\!</math>
 
==Rules of classical [[First-order logic|predicate calculus]]==
 
In the following rules, <math>\varphi(\beta / \alpha)\,\!</math> is exactly like <math>\varphi\,\!</math> except for having the term <math>\beta\,\!</math> everywhere <math>\varphi\,\!</math> has the free variable <math>\alpha\,\!</math>.
 
;[[Universal generalization|Universal Introduction]] (or ''Universal Generalization''):
: <math>\underline{\varphi{(\beta / \alpha)}}\,\!</math>
: <math>\forall \alpha\, \varphi\,\!</math>
 
Restriction 1:  <math>\beta</math> does not occur in <math>\varphi</math>.
<br/>
Restriction 2: <math>\beta</math> is not mentioned in any hypothesis or undischarged assumptions.
 
;[[Universal instantiation|Universal Elimination]] (or ''Universal Instantiation''):
: <math> \forall \alpha\, \varphi\!</math>
: <math>\overline{\varphi{(\beta / \alpha)}}\!</math>
 
Restriction:  No free occurrence of <math>\alpha\,\!</math> in <math>\varphi\,\!</math> falls within the scope of a quantifier quantifying a variable occurring in <math>\beta\,\!</math>.
 
;Existential Introduction (or ''Existential Generalization''):
: <math>\underline{\varphi(\beta / \alpha)}\,\!</math>
: <math>\exists \alpha\, \varphi\,\!</math>
 
Restriction:  No free occurrence of <math>\alpha\,\!</math> in <math>\varphi\,\!</math> falls within the scope of a quantifier quantifying a variable occurring in <math>\beta\,\!</math>.
;Existential Elimination (or ''Existential Instantiation''):
: <math>\exists \alpha\, \varphi\,\!</math>
: <math>\underline{\varphi(\beta / \alpha) \vdash \psi}\,\!</math>
: <math>\psi\,\!</math>
 
Restriction 1:  No free occurrence of <math>\alpha\,\!</math> in <math>\varphi\,\!</math> falls within the scope of a quantifier quantifying a variable occurring in <math>\beta\,\!</math>.
<br/>
Restriction 2:  There is no occurrence, free or bound, of <math>\beta\,\!</math> in <math>\psi\,\!</math>.
 
==Table: Rules of Inference -  a short summary==
The rules above can be summed up in the following table.<ref>Kenneth H. Rosen: ''Discrete Mathematics and its Applications'',Fifth Edition, p. 58.</ref> The "[[Tautology (logic)|Tautology]]" column shows how to interpret the notation of a given rule.  
 
{| class="wikitable"
|-
! Rule of inference
! Tautology
! Name
|-
|<math>\begin{align}
p \\
\therefore \overline{p \vee q} \\
\end{align}</math>
| <math>p \rightarrow (p \vee q)</math>
| Addition
|-
|<math>\begin{align}
p \wedge q \\
\therefore \overline{p \quad \quad \quad} \\
\end{align}</math>
| <math>(p \wedge q)  \rightarrow p</math>
| Simplification
|-
|<math>\begin{align}
p\\
q\\
\therefore \overline{p \wedge q} \\
\end{align}</math>
| <math>((p) \wedge (q))  \rightarrow (p \wedge q)</math>
| Conjunction
|-
|<math>\begin{align}
p\\
p \rightarrow q\\
\therefore \overline{q \quad \quad \quad} \\
\end{align}</math>
| <math>((p \wedge (p \rightarrow q))  \rightarrow q</math>
| [[Modus ponens]]
|-
|<math>\begin{align}
\neg q\\
p \rightarrow q\\
\therefore \overline{\neg p \quad \quad \quad} \\
\end{align}</math>
| <math>((\neg q \wedge (p \rightarrow q))  \rightarrow \neg p</math>
| [[Modus tollens]]
|-
|<math>\begin{align}
p \rightarrow q\\
q \rightarrow r\\
\therefore \overline{p \rightarrow r} \\
\end{align}</math>
| <math>((p \rightarrow q) \wedge (q \rightarrow r)) \rightarrow (p \rightarrow r)</math>
| Hypothetical syllogism
|-
|<math>\begin{align}
p \vee q \\
\neg p \\
\therefore \overline{q \quad \quad \quad} \\
\end{align}</math>
| <math>((p \vee q) \wedge \neg p) \rightarrow q</math>
| Disjunctive syllogism
|-
|<math>\begin{align}
p \vee q \\
\neg p \vee r \\
\therefore \overline{q \vee r} \\
\end{align}</math>
| <math>((p \vee q) \wedge (\neg p \vee r)) \rightarrow (q \vee r)</math>
| Resolution
|}
 
All rules use the basic logic operators. A complete table of "logic operators" is shown by a [[truth table]], giving definitions of all the possible (16) truth functions of 2 [[Boolean algebra (logic)|boolean variables]] (''p'', ''q''):
 
{| class="wikitable" style="margin:1em auto 1em auto; text-align:center;"
|-
! ''p'' || ''q''
|
! &nbsp;0&nbsp; || &nbsp;1&nbsp; || &nbsp;2&nbsp; || &nbsp;3&nbsp; || &nbsp;4&nbsp; || &nbsp;5&nbsp;  || &nbsp;6&nbsp; || &nbsp;7&nbsp;
|
!| &nbsp;8&nbsp; || &nbsp;9&nbsp; || 10 || 11 || 12 || 13 || 14 || 15
|-
! T || T
| || F || F || F || F || F || F || F || F || || T || T || T || T || T || T || T || T
|-
! T || F
| || F || F || F || F || T || T || T || T || || F || F || F || F || T || T || T || T
|-
! F || T
| || F || F || T || T || F || F || T || T || || F || F || T || T || F || F || T || T
|-
! F || F
| || F || T || F || T || F || T || F || T || || F || T || F || T || F || T || F || T
|}
 
where T = true and F = false, and, the columns are the logical operators: '''0''', false, [[Contradiction]]; '''1''', NOR, [[Logical NOR]]; '''2''', [[Converse nonimplication]]; '''3''', '''¬p''', [[Negation]]; '''4''', [[Material nonimplication]]; '''5''', '''¬q''', Negation; '''6''', XOR, [[Exclusive disjunction]]; '''7''', NAND, [[Logical NAND]]; '''8''', AND, [[Logical conjunction]]; '''9''', XNOR, [[If and only if]], [[Logical biconditional]]; '''10''', '''q''', [[Projection function]]; '''11''', if/then, [[Logical implication]]; '''12''', '''p''', Projection function;  '''13''', then/if, [[Converse implication]]; '''14''', OR, [[Logical disjunction]]; '''15''', true, [[Tautology (logic)|Tautology]].
 
Each logic operator can be used in an assertion about variables and operations, showing a basic rule of inference. Examples:
* The column-14 operator (OR), shows ''Addition rule'': when ''p''=T (the hypothesis selects the first two lines of the table), we see (at column-14) that ''p''∨''q''=T.
*: We can see also that, with the same premise, another conclusions are valid: columns 12, 14 and 15 are T.
* The column-8 operator (AND), shows ''Simplification rule'': when ''p''∧''q''=T (first line of the table), we see that ''p''=T.
*: With this premise, we also conclude that ''q''=T, ''p''∨''q''=T, etc. as showed by columns 9-15.
* The column-11 operator (IF/THEN), shows ''Modus ponens rule'': when ''p''→''q''=T and ''p''=T only one line of the truth table (the first) satisfies these two conditions. On this line, ''q'' is also true. Therefore, whenever p → q is true and p is true, q must also be true.
Machines and well-trained people use this [[Lookup table|look at table approach]] to do basic inferences, and to check if other inferences (for the same premises) can be obtained.
 
===Example 1===
Let us consider the following assumptions: "If it rains today, then we will not go on a canoe today. If we do not go on a canoe trip today, then we will go on a canoe trip tomorrow. Therefore (Mathematical symbol for "therefore" is <math>\therefore</math>), if it rains today, we will go on a canoe trip tomorrow.
To make use of the rules of inference in the above table we let <math>p</math> be the proposition "If it rains today", <math>q</math> be " We will not go on a canoe today" and let <math>r</math> be "We will go on a canoe trip tomorrow". Then this argument is of the form:
 
<math>\begin{align}
p \rightarrow q\\
q \rightarrow r\\
\therefore \overline{p \rightarrow r} \\
\end{align}</math>
 
===Example 2===
Let us consider a more complex set of assumptions: "It is not sunny today and it is colder than yesterday". "We will go swimming only if it is sunny", "If we do not go swimming, then we will have a barbecue", and "If we will have a barbecue, then we will be home by sunset" lead to the conclusion "We will be home before sunset."
Proof by rules of inference: Let <math>p</math> be the proposition "It is sunny this today", <math>q</math> the proposition "It is colder than yesterday", <math>r</math> the proposition "We will go swimming", <math>s</math> the proposition "We will have a barbecue", and <math>t</math> the proposition "We will be home by sunset". Then the hypotheses become <math>\neg p \wedge q, r \rightarrow p, \neg r \rightarrow s</math> and <math>s \rightarrow t</math>. Using our intuition we conjecture that the conclusion might be <math>t</math>. Using the Rules of Inference table we can proof the conjecture easily:
{| class="wikitable"
|-
! Step
! Reason
|-
| 1.<math>\neg p \wedge q</math>
| Hypothesis
|-
| 2. <math>\neg p</math>
| Simplification using Step 1
|-
| 3. <math>r \rightarrow p</math>
| Hypothesis
|-
| 4. <math>\neg r</math>
| Modus tollens using Step 2 and 3
|-
| 5. <math>\neg r \rightarrow s</math>
| Hypothesis
|-
| 6. <math>s</math>
| Modus ponens using Step 4 and 5
|-
| 7. <math>s \rightarrow t</math>
| Hypothesis
|-
| 8. <math>t</math>
| Modus ponens using Step 6 and 7
|}
 
==References==
<references/>
 
{{Logic}}
 
{{DEFAULTSORT:List Of Rules Of Inference}}
[[Category:Rules of inference|*]]
[[Category:Mathematics-related lists|Rules of inference]]
[[Category:Philosophy-related lists|Rules of inference]]
 
[[de:Schlussregel]]
[[it:Elenco di regole di inferenza]]
[[he:חוקי היקש]]

Revision as of 14:54, 26 February 2014

It is very common to have a dental emergency -- a fractured tooth, an abscess, or severe pain when chewing. Over-the-counter pain medication is just masking the problem. Seeing an emergency dentist is critical to getting the source of the problem diagnosed and corrected as soon as possible.

Here are some common dental emergencies:
Toothache: The most common dental emergency. This generally means a badly decayed tooth. As the pain affects the tooth's nerve, treatment involves gently removing any debris lodged in the cavity being careful not to poke deep as this will cause severe pain if the nerve is touched. Next rinse vigorously with warm water. Then soak a small piece of cotton in oil of cloves and insert it in the cavity. This will give temporary relief until a dentist can be reached.

At times the pain may have a more obscure location such as decay under an old filling. As this can be only corrected by a dentist there are two things you can do to help the pain. Administer a pain pill (aspirin or some other analgesic) internally or dissolve a tablet in a half glass (4 oz) of warm water holding it in the mouth for several minutes before spitting it out. DO NOT PLACE A WHOLE TABLET OR ANY PART OF IT IN THE TOOTH OR AGAINST THE SOFT GUM TISSUE AS IT WILL RESULT IN A NASTY BURN.

Swollen Jaw: This may be caused by several conditions the most probable being an abscessed tooth. In any case the treatment should be to reduce pain and swelling. An ice pack held on the outside of the jaw, (ten minutes on and ten minutes off) will take care of both. If this does not control the pain, an analgesic tablet can be given every four hours.

Other Oral Injuries: Broken teeth, cut lips, bitten tongue or lips if severe means a trip to a dentist as soon as possible. In the mean time rinse the mouth with warm water and place cold compression the face opposite the injury. If there is a lot of bleeding, apply direct pressure to the bleeding area. If bleeding does not stop get patient to the emergency room of a hospital as stitches may be necessary.

Prolonged Bleeding Following Extraction: Place a gauze pad or better still a moistened tea bag over the socket and have the patient bite down gently on it for 30 to 45 minutes. The tannic acid in the tea seeps into the tissues and often helps stop the bleeding. If bleeding continues after two hours, call the dentist or take patient to the emergency room of the nearest hospital.

Broken Jaw: If you suspect the patient's jaw is broken, bring the upper and lower teeth together. Put a necktie, handkerchief or towel under the chin, tying it over the head to immobilize the jaw until you can get the patient to a dentist or the emergency room of a hospital.

Painful Erupting Tooth: In young children teething pain can come from a loose baby tooth or from an erupting permanent tooth. Some relief can be given by crushing a little ice and wrapping it in gauze or a clean piece of cloth and putting it directly on the tooth or gum tissue where it hurts. The numbing effect of the cold, along with an appropriate dose of aspirin, usually provides temporary relief.

In young adults, an erupting 3rd molar (Wisdom tooth), especially if it is impacted, can cause the jaw to swell and be quite painful. Often the gum around the tooth will show signs of infection. Temporary relief can be had by giving aspirin or some other painkiller and by dissolving an aspirin in half a glass of warm water and holding this solution in the mouth over the sore gum. AGAIN DO NOT PLACE A TABLET DIRECTLY OVER THE GUM OR CHEEK OR USE THE ASPIRIN SOLUTION ANY STRONGER THAN RECOMMENDED TO PREVENT BURNING THE TISSUE. The swelling of the jaw can be reduced by using an ice pack on the outside of the face at intervals of ten minutes on and ten minutes off.

Here is more info about Dentists in DC review our own web-page.