  Homework 6 (June 20) Material covered: Slides

Slides:



Advertisements
Similar presentations
CPSC 121: Models of Computation Unit 6 Rewriting Predicate Logic Statements Based on slides by Patrice Belleville and Steve Wolfman.
Advertisements

Notes on Logic Continued
CHAPTER 7-1 SOLVING SYSTEM OF EQUATIONS. WARM UP  Graph the following linear functions:  Y = 2x + 2  Y = 1/2x – 3  Y = -x - 1.
Always, Sometimes, or Never True Solve for X Name The Property Algebra
Math 240: Transition to Advanced Math Deductive reasoning: logic is used to draw conclusions based on statements accepted as true. Thus conclusions are.
Review for Quarter 1 Test 1 I. Base Ten Place-Value System II. Exponents III. Order of Operations IV. Expanded Notation.
3.4 Solving Systems of Linear Inequalities
Logic Disjunction A disjunction is a compound statement formed by combining two simple sentences using the word “OR”. A disjunction is true when at.
Objectives: To solve and graph simple and compound inequalities.
TABLES AND VALUES Section 1.5. Open Sentence Equation.
Notes 2.4– Solving Equations with Variables on Both Sides.
2 pt 3 pt 4 pt 5 pt 1 pt 2 pt 3 pt 4 pt 5 pt 1 pt 2 pt 3 pt 4 pt 5 pt 1 pt 2 pt 3 pt 4 pt 5 pt 1 pt 2 pt 3 pt 4 pt 5 pt 1 pt Money Rounding & Estimation.
1 Topics Recursion sections 8.1 – Recursion A recursively defined sequence –First, certain initial values are specified –Later terms of the sequence.
Math Review. Stretch Your Thinking Compare 25,516 24,165.
Objectives: State and use symbols of inequality. Solve inequalities that involve addition and subtraction. Standards Addressed: C: Create and interpret.
Do Now 1) Solve and graph. 3t – 7 ≥ 5 and 2t – 6 ≤ 10.
Chapter 6 Questions Quick Quiz
1-5 Open Sentences Objective: To solve open sentences by performing arithmetic operations.
Chapter 1.8 Absolute Value and Inequalities. Recall from Chapter R that the absolute value of a number a, written |a|, gives the distance from a to 0.
Sum of Arithmetic Sequences. Definitions Sequence Series.
The language and formal semantics of computability logic Episode 14 0 The formal language Interpretations Definitions of validity and uniform validity.
Interactive computability Episode 13 0 Hard-play machines (HPMs) Easy-play machines (EPMs) Definition of interactive computability The interactive version.
Subtract Whole Numbers Unit 2 Lesson 5. Objectives Explain and apply standard step-by-step approaches for subtraction. Use an inverse relationship to.
Copyright 2011, 2007, 2003, 1999 Pearson Education, Inc. An inequality is a sentence containing 1.4 Sets, Inequalities, and Interval Notation.
MA2213 Lecture 12 REVIEW. 1.1 on page Compute Compute quadratic Taylor polynomials for 12. Compute where g is the function in problems 11 and 12.
PreCalculus 3-2 Logarithmic Functions. Write the following equation in exponential form.
6-2 Substitution Again Goals: Solve linear systems using substitution
EQUATION IN TWO VARIABLES:
Comparative Relational Thinking
Four-digit Place Value, Partitioning, Ordering and Counting by 10s, 100s, 1000s Place Value 17.
1.7 Introduction to Solving Inequalities
1-5 Equations Goals: Solve equations with one variable
What do these fractions mean? Do they hold the same value?
Activity Directions Get into groups of 4.
1.7 Introduction to Solving Inequalities
Loops in C C has three loop statements: the while, the for, and the do…while. The first two are pretest loops, and the the third is a post-test loop. We.
Presentation Test. Second Slide Third Slide It worked.
a 1.4 Sets, Inequalities, and Interval Notation
1.7 Logical Reasoning and Counterexamples
Module 2 Lesson 16 Objective: Use divide by 10 patterns for multi-digit whole number division.
Multiplication Day 3.
Alternating tree Automata and Parity games
Computational Thinking for KS3
Week 6 14 – 17 September 2015.
(1.4) An Introduction to Logic
Phillipa Gill SCI 199 Y Tutorial Sept. 14, 2009 Phillipa Gill
Logic Problems and Questions
2.5 Solving Compound Inequalities
Statements joined by “And” (Conjunctions)
First week of Homework.
Thousands Hundreds Tens Ones l l l l l l l l l
Warm-Up!
SECTION 2-4 : SOLVING EQUATIONS WITH THE VARIABLE ON BOTH SIDES
Thousands Hundreds Tens Ones l l l l l l l l l
6-2 Substitution Again Goals: Solve linear systems using substitution
Systems of Linear Equations: An Introduction
2.NBT.5 Place Value Addition and Subtraction
Writing a Great Paragraph!!
THE LAWS OF LOGIC Let’s be reasonable!.
Chapter 2 Sets Active Learning Lecture Slides
6-3 & 6-4 Elimination Goals: Solve systems using linear combinations.
Problem Solving Objectives: The student will be able to:
The language and formal semantics of computability logic
Homework 3 (June 7) Material covered: Slides
Homework 2 (June 6) Material covered: Episodes 3 and 4        
(⊓xp(x)⊓xq(x))  ⊓x(p(x)q(x))
(ii) ((QP)P)(P(PQ))
Homework 5 (June 14) Material covered: Slides
Interactive computability
Chapter 2 Limits and the Derivative
Presentation transcript:

  Homework 6 (June 20) Material covered: Slides 10.4-12.9 1. Show that the following game is not static (by showing that it violates Definition 10.5.a): 2. Every elementary game is static. Explain why. 3. Consider the HPM of Slide 11.2. Assume the environment makes the move “0” at step #10 (ten), move “1” at step #10000 (ten thousand), and makes no other moves. What moves does the HPM make and at (at the beginning of) which steps? The count of steps starts from 0. Namely, step #0 is the time interval before the machine makes its first transition; step #1 is the time interval between the first and the second transitions; step # 2 is the time interval between the second and the third transitions; etc. 4. When do we say that a given HPM H computes (solves, wins) a given constant game G ? [Slide 11.3] 5. What is an algorithmic solution, or an algorithmic winning strategy, for a constant static game G? [Slide 11.6] 6. When do we say that a given constant static game (computational problem) is computable ? [Slide 11.6] 7. What is a logical (or uniform) solution of a given sentence F ? [Slide 12.4] 8. When do we say that a given sentence F is logically (or uniformly) valid ? [Slide 12.4] 9. When do we say that a given sentence F is nonlogically (or multiformly) valid ? [Slide 12.4] 10. Which of the following two statements is true of all sentences F and why ? (i) If F is logically valid, then it is also nonlogically valid. (ii) If F is nonlogically valid, then it is also logically valid. 11. One of the statements of the above Question 10 is false for some sentences. Write three such sentences.