Energy (signal processing): Difference between revisions

From formulasearchengine
Jump to navigation Jump to search
en>Wavelength
revising letter caseMOS:HEAD
 
en>EmausBot
m Bot: Migrating 1 interwiki links, now provided by Wikidata on d:Q442787
Line 1: Line 1:
The title of the author is Figures. Years ago we moved to North Dakota. I used to be unemployed but now I am a librarian and the salary has been truly satisfying. His spouse doesn't like it the way he does but what he truly likes performing is to do aerobics and he's been doing it for fairly a whilst.<br><br>Feel free to visit my site; [http://www.breda.nl/users/noeliadfebdftijfsdnt http://www.breda.nl/users/noeliadfebdftijfsdnt]
{{dablink|For other meanings of the same term, see [[fluent]]}}
 
In [[artificial intelligence]], a '''fluent''' is a condition that can change over time. In [[logic|logical]] approaches to reasoning about actions, fluents can be represented in [[first-order logic]] by [[Predicate (logic)|predicate]]s having an argument that depends on time. For example, the condition &ldquo;the box is on the table&rdquo;, if it can change over time, cannot be represented by <math>\mathrm{On}(\mathrm{box},\mathrm{table})</math>; a third argument is necessary to the predicate <math>\mathrm{On}</math> to specify the time: <math>\mathrm{On}(\mathrm{box},\mathrm{table},t)</math> means that the box is on the table at time <math>t</math>. This representation of fluents is used in the [[situation calculus]] using the sequence of the past actions in place of the current time.
A fluent can also be represented by a function, dropping the time argument. For example, that the box is on the table can be represented by <math>on(box,table)</math>, where <math>on</math> is a function and not a predicate. Converting predicates as functions in first-order logic is called [[Reification (knowledge representation)|reification]]; for this reason, fluents represented by functions are said to be reified. When using reified fluents, a separate predicate is necessary to tell when a fluent is actually true or not. For example, <math>HoldsAt(on(box,table),t)</math> means that the box is actually on the table at time <math>t</math>, where the predicate <math>HoldsAt</math> is the one that tells when fluents are true. This representation of fluents is used in the [[event calculus]], in the [[fluent calculus]], and in the [[features and fluents logic]]s.
Some fluents can be represented as functions in a different way. For example, the position of a box can be represented by a function <math>on(box,t)</math> whose value is the object the box is standing on at time <math>t</math>. Conditions that can be represented in this way are called ''functional fluents''. Statements about the values of such functions can be given in first order logic with equality using literals such as <math>on(box,t)=table</math>. Some fluents are represented this way in the [[situation calculus]].
 
==See also==
 
* [[Event calculus]]
* [[Fluent calculus]]
* [[Frame problem]]
* [[Situation calculus]]
 
[[Category:Logic in computer science]]
 
 
{{compu-AI-stub}}
{{mathlogic-stub}}

Revision as of 11:31, 20 April 2013

Template:Dablink

In artificial intelligence, a fluent is a condition that can change over time. In logical approaches to reasoning about actions, fluents can be represented in first-order logic by predicates having an argument that depends on time. For example, the condition “the box is on the table”, if it can change over time, cannot be represented by ; a third argument is necessary to the predicate to specify the time: means that the box is on the table at time . This representation of fluents is used in the situation calculus using the sequence of the past actions in place of the current time.

A fluent can also be represented by a function, dropping the time argument. For example, that the box is on the table can be represented by , where is a function and not a predicate. Converting predicates as functions in first-order logic is called reification; for this reason, fluents represented by functions are said to be reified. When using reified fluents, a separate predicate is necessary to tell when a fluent is actually true or not. For example, means that the box is actually on the table at time , where the predicate is the one that tells when fluents are true. This representation of fluents is used in the event calculus, in the fluent calculus, and in the features and fluents logics.

Some fluents can be represented as functions in a different way. For example, the position of a box can be represented by a function whose value is the object the box is standing on at time . Conditions that can be represented in this way are called functional fluents. Statements about the values of such functions can be given in first order logic with equality using literals such as . Some fluents are represented this way in the situation calculus.

See also


Template:Compu-AI-stub Template:Mathlogic-stub