informatics 1
play

Informatics 1 connections between Computation and Logic - PDF document

This course provides a first glimpse of the deep Informatics 1 connections between Computation and Logic computation and logic. We Sets of States: Venn Diagrams and Truth Tables will focus primarily on the Michael Fourman @mp4man simplest


  1. This course provides a first glimpse of the deep Informatics 1 connections between Computation and Logic computation and logic. We Sets of States: Venn Diagrams and Truth Tables will focus primarily on the Michael Fourman @mp4man simplest non-trivial examples of logic and computation: propositional logic and finite- 1 state machines. In this lecture we look at an example that introduces some ideas that we will explore further in later lectures, and introduce some notation which should become more Properties and sets are the things we want to talk about. Once we have chosen a properties & sets boolean circuits language we consider two boolean formulæ things that have the same boolean functions properties to be identical. 2

  2. The possible states of the signal correspond to all possible combinations of lights, even though only four of them should occur in practice. So there are 8 states. Our simple language with 3 three variable will allow us to describe any set of states - all 256 of them In general, we consider a system with some finite number, n, of Boolean variables. Here we have three variables RAG reach represented by a light. The possible states of the system correspond to Boolean 4 valuations of the variables: these are assignments giving a Boolean value for each variable. Here each light may be on (true) or off (false); we have 8 possible valuations. In

  3. This notation for set { x | R ( x ) } comprehension will be useful. Here x ranges over states. R(x) is the property that the red light is on. Similarly we have properties G(x) and A(x). 5 This notation for set { x | G ( x ) } comprehension will be useful. Here x ranges over states. R(x) is the property that the red light is on. Similarly we have properties G(x) and A(x). 6

  4. This notation for set { x | A ( x ) } comprehension will be useful. Here x ranges over states. R(x) is the property that the red light is on. Similarly we have properties G(x) and A(x). 7 We can place the states in a Venn Diagram. This includes all eight possible combinations of values for the Venn (1834–1923) three Boolean state variables. For n larger than 3, the Venn diagram needs more dimensions than most of us 8 can easily visualise. However, the notation of set comprehension can be used for any number of dimensions.

  5. We can compute the set of xor states corresponding to any { x | G ( x ) ⊕ R ( x ) } expression 9 To try in class xor � x | G ( x ) ⊕ ( R ( x ) ⊕ A ( x )) ?? 10

  6. We find that the solution is xor � symmetric, so xor is x | G ( x ) ⊕ ( R ( x ) ⊕ A ( x )) associative. 𐄃 𐄃 𐄃 𐄃 ✔ ✔ ✔ ✔ 11 We find that the solution is xor symmetric, so xor is { x | G ( x ) ⊕ R ( x ) ⊕ A ( x ) } associative. 𐄃 𐄃 𐄃 𐄃 ✔ ✔ ✔ ✔ 12

  7. iff { x | G ( x ) ↔ R ( x ) } 𐄃 𐄃 𐄃 𐄃 ✔ ✔ ✔ ✔ 13 To do in class iff � x | G ( x ) ↔ ( R ( x ) ↔ A ( x )) ?? 14

  8. To determine whether to iff expressions are equivalent, we { x | G ( x ) ↔ R ( x ) ↔ A ( x ) } can check whether they give 𐄃 𐄃 𐄃 𐄃 ✔ ✔ ✔ ✔ the same values for all 2^n states of the system G ( x ) ↔ R ( x ) ↔ A ( x ) Venn diagram is just a ≡ presentation of truth table for G ( x ) ⊕ R ( x ) ⊕ A ( x ) two or three variables. 15 The computation of the next state can be implemented by some basic logic gates . These OR AND are circuits that take signals representing binary values as inputs (on the left of each XOR NOT gate in our diagram) and produce a signal representing 16 the output value specified by the relevant truth table. The symbols are idealisations the actual circuits may have other connections, for example, to provide power.

  9. The computation of the next state can be implemented by let bbar = not B 
 some basic logic gates . These A in (A || bbar) && (bbar ⨁ C) B (A ⋁ ¬B) ⋀ (¬B ⨁ C) ] are circuits that take signals C representing binary values as A B (A || not B) && (not B ⨁ C) ] inputs (on the left of each B C Exercise: define ⨁ in Haskell gate in our diagram) and produce a signal representing the output value specified by the relevant truth table. The symbols are idealisations the actual circuits may have other connections, for example, to provide power. The sharing, or reuse, of a Two Boolean circuits or formulæ are equivalent if they Circuit Formula A compute the same Boolean B (A ⋁ ¬B) ⋀ (¬B ⨁ C) ] C function. That is, they have ABC A ⋁ ¬B ¬B ⨁ C out the same truth table, or 000 1 1 1 ⋀ ⋀ 001 1 0 0 ⨁ ⋁ ⋁ ⨁ 010 0 0 0 equivalently, they are 011 0 1 0 ¬ ¬ ¬ 100 1 1 1 101 1 0 0 represented by the same set A B B C A B C 110 1 0 0 111 1 1 1 Function Syntax tree DAG of valuations. A circuit can express the re- use of a subcomputation, in a way that an expression cannot. A formula is represented abstractly by a syntax tree. A circuit can be represented

  10. Find a proposition ?? 19 Basic Boolean operations 1 , > true, top _ disjunction, or ^ conjunction, and negation, not ¬ 0 , ? false, bottom Boole (1815 – 1864) 20

  11. The algebra of sets P ( S ) = { X | X ⊆ S } X ∨ Y = X ∪ Y union X ∧ Y = X ∩ Y intersection ¬ X = S \ X complement 0 = ∅ empty set 1 = S entire set 21

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend