Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Propositional formula
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== Usefulness of propositional formulas === Analysis: In [[deductive reasoning]], philosophers, rhetoricians and mathematicians reduce arguments to formulas and then study them (usually with [[truth table]]s) for correctness (soundness). For example: Is the following argument sound? : "Given that consciousness is sufficient for an [[artificial intelligence]] and only conscious entities can pass the [[Turing test]], before we can conclude that a robot is an artificial intelligence the robot must pass the Turing test." Engineers analyze the [[logic circuits]] they have designed using synthesis techniques and then apply various reduction and minimization techniques to simplify their designs. Synthesis: Engineers in particular synthesize propositional formulas (that eventually end up as circuits of symbols) from [[truth table]]s. For example, one might write down a truth table for how [[binary addition]] should behave given the addition of variables "b" and "a" and "carry_in" "ci", and the results "carry_out" "co" and "sum" Ξ£: * Example: in row 5, ( (b+a) + ci ) = ( (1+0) + 1 ) = the number "2". written as a binary number this is 10<sub>2</sub>, where "co"=1 and Ξ£=0 as shown in the right-most columns. {| class="wikitable" style="text-align:center; margin-left: auto; margin-right: auto; border: none;" |- ! row ! b !! a !! ci !! !! (b+a)+ci !! co !! Ξ£ |- ! 0 | 0 || 0 || 0 || || 0 || 0 || 0 |- ! 1 | 0 || 0 || 1 || || 1 || 0 || 1 |- ! 2 | 0 || 1 || 0 || || 1 || 0 || 1 |- ! 3 | 0 || 1 || 1 || || 2 || 1 || 0 |- ! 4 | 1 || 0 || 0 || || 1 || 0 || 1 |- ! 5 | 1 || 0 || 1 || || 2 || 1 || 0 |- ! 6 | 1 || 1 || 0 || || 2 || 1 || 0 |- ! 7 | 1 || 1 || 1 || || 3 || 1 || 1 |}
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)