CS/MA 109 Quantitative Reasoning. Wayne Snyder Computer Science Department Boston University

Similar documents
Introduction: A Musico-Logical Offering

Self-reference. Sereny's presentation in "Godel, Tarski, Church, and the Liar,"' although the main idea is

Paradoxes: Part 2 of 2. Of Art and Mathematics. feature. Punya Mishra & Gaurav Bhatnagar. Self - Reference and Russell s Paradox

cse371/mat371 LOGIC Professor Anita Wasilewska

Tools for Thinking. Chapter Introduction. 2.2 Formal Systems. Always Be Prepared. Boy Scout Motto

PARADOX AND ARGUMENTATION

Investigation of Aesthetic Quality of Product by Applying Golden Ratio

Logical Foundations of Mathematics and Computational Complexity a gentle introduction

Publishing a Journal Article

Chapter 4: How Universal Are Turing Machines? CS105: Great Insights in Computer Science

2 nd Int. Conf. CiiT, Molika, Dec CHAITIN ARTICLES

mcs 2015/5/18 1:43 page 15 #23

Chapter I: The MU Puzzle

Justin M. Curry. July 1, 2007

Prehistoric Patterns: A Mathematical and Metaphorical Investigation of Fossils

AREA OF KNOWLEDGE: MATHEMATICS

INTRODUCTION TO GOLDEN SECTION JONATHAN DIMOND OCTOBER 2018

BOOK REVIEW. William W. Davis

Paper Evaluation Sheet David Dolata, Ph.D.

From Pythagoras to the Digital Computer: The Intellectual Roots of Symbolic Artificial Intelligence

Consistency and Completeness of OMEGA, a Logic for Knowledge Representation

Credibility and the Continuing Struggle to Find Truth. We consume a great amount of information in our day-to-day lives, whether it is

Paradox The One Thing Logic Can t Explain(other than women)

Excerpt from SIGACT NEWS book review column Vol 40, No. 3, 2010 Column Edited by William Gasarch

Scholarly Paper Publication

Dan Nesher, Department of Philosophy University of Haifa, Israel

Key Concepts. General Rules

of art is a thought for all the reliance on and enhancements due to skill and dexterity,

Introduction Section 1: Logic. The basic purpose is to learn some elementary logic.

Non-Classical Logics. Viorica Sofronie-Stokkermans Winter Semester 2012/2013

MAT 4040: Senior Capstone Today: Intro & Controversy in Equations

Paradigm paradoxes and the processes of educational research: Using the theory of logical types to aid clarity.

A Short Guide to Writing about Science

Cambridge Introductions to Philosophy new textbooks from cambridge

Tokyo Opera City Concert Hall : Takemitsu Memorial

CS 5014: Research Methods in Computer Science

Open International Journal of Informatics (OIJI) Vol. 6 Iss.1 (2018) Paper Title. Author(s) Name(s) Author Affiliation(s) .

Musical Representations of the Fibonacci String and Proteins Using Mathematica

Language and Mind Prof. Rajesh Kumar Department of Humanities and Social Sciences Indian Institute of Technology, Madras

A QUARTERLY OF ART AND CULTURE ISSUE 57 CATASTROPHE US $12 CANADA $12 UK 7

What s New in the 17th Edition

Scientific Philosophy

Formalizing Irony with Doxastic Logic

Storyboard. Look Closer. Fannin Musical Productions Storyboard by Jason Shelby (270)

Fallacies and Paradoxes

Mathematics, Proofs and Computation

What is Biological Architecture?

Arts, Computers and Artificial Intelligence

MATHEMATICAL THINKING

Lesson 20: Complaining (20-25 minutes)

A level art essay examples >>>CLICK HERE<<<

IRWLE Vol. 9 No. I January Situating Literature in Technoculture: A Reading of Three Postmodern Poems by Steven B. Katz Anvar Sadhath

Doctor of Philosophy

Architecture is epistemologically

Alfred Tarski in Poland: New Translations and Background

Social Mechanisms and Scientific Realism: Discussion of Mechanistic Explanation in Social Contexts Daniel Little, University of Michigan-Dearborn

GEOMETRY OF DESIGN: STUDIES IN PROPORTION AND COMPOSITION BY KIMBERLY ELAM

From Experiments in Music Intelligence (Emmy) to Emily Howell: The Work of David Cope. CS 275B/Music 254

Emily Dickinson's Poetry Emily Dickinson ( )

The ambiguity of definite descriptions

The Life, Death and Miracles of Alan Mathison Turing

Cambridge Primary English as a Second Language Curriculum Framework mapping to English World

Elements of Style. Anders O.F. Hendrickson

Recursive Designs and Fractional Thinking

Cognitive Units, Connections and Mathematical Proof

Corporate Identification Guidelines

SIXTH GRADE BENCHMARKS

Profile of requirements for Master Theses

Please fax your students rhythms from p.7 to us AT LEAST THREE DAYS BEFORE the video conference. Our fax number is

Lesson 11: Office Equipment (20-25 minutes)

THE CREATIVE CIRCLE: SKETCHES ON THE NATURAL HISTORY OF CIRCULARITY

How to Describe a Color Trademark in an Application (how to fill out the section "Detailed explanation of the trademark")

Commonly Misused Words

1/6. The Anticipations of Perception

Reality According to Language and Concepts Ben G. Yacobi *

Representations in Deep Neural Nets. Paul Humphreys July

GRAD SCHOOL 180 WRITING YOUR SCRIPT

The Information. A History, a Theory, a Flood.

EIGHTH GRADE RELIGION

JOSEFINE LYCHE SELECTED WORKS PICTURE 1: "4D AMBASSADOR (HYPERCUBE)",2012 Plexi glass, radiant plexi glass 41 x 41 x 41 cm

Logic and Philosophy of Science (LPS)

1/ 19 2/17 3/23 4/23 5/18 Total/100. Please do not write in the spaces above.

Writing a paper. Volodya Vovk (with input from John Shawe-Taylor)

Renaissance II - 14/1 (Impact and further development of renaissance)

Chapter 24. Meeting 24, Discussion: Aesthetics and Evaluations

SM2220 Generative Art and Literature. Mathematics in the Method of Raymond Queneau (Toby/Vivi/Tracy/Rachel)

College Catalog CURRENT

Disquotation, Conditionals, and the Liar 1

The Philosophy of Applied Mathematics

SPIRE MATHS Stimulating, Practical, Interesting, Relevant, Enjoyable Maths For All

ENGLISH LANGUAGE ARTS

Divine Ratio. Envisioning Aesthetic Proportion in Architecture and Art. HRS 290 Mack Bishop September 28, 2010

Face Time K 12 th Grades. South Carolina Visual Arts Standards

Grade 5. READING Understanding and Using Literary Texts

Chapter 22 Grammar Lesson

Transition Networks. Chapter 5

An Introduction to Description Logic I

On Meaning. language to establish several definitions. We then examine the theories of meaning

A Functional Representation of Fuzzy Preferences

SENSE AND INTUITION IN MUSIC (ARGUMENTS ON BACH AND MOZART)

Transcription:

CS/MA 109 Quantitative Reasoning Wayne Snyder Department Boston University Today Recursion and self-reference: a scientific and culture exploration Next: Cryptography Soon: Artificial Intelligence and Computer Games Game Theory

Recursion and Self-Reference Recursion is an example of selfreference in algorithms.. // Recursive algorithm Recursive Definition of F k : F k = F fibonacci( K ) { k-1 + F k-2 1. If K = 0 or K = 1, stop and output 1; 2. Let T = fibonacci(k-1) + fibonacci(k-2); 3. Stop and output T. 1 if k < 2 otherwise 2

Recursion and Self-Reference And last time we connected the visual recursion of a box-withina-box to a recursive flowchart for the Fibonacci Numbers: 3

Self-Reference in the Arts: The Golden Ratio In fact, recursion and self-reference, in the form of the Golden Ratio, has had a long history in art, music, and architecture. The Golden Ratio is an irrational number 1.61803399.. which is the limit of the ratios of successive Fibonacci Numbers, and represents the perfect ratio of two quantities a and b: a/b = (a+b)/ a = 1.618 4

Self-Reference in the Arts: The Golden Ratio Hm maybe. what do you think, which of the following rectangles has the most pleasing proportions? 5

Self-Reference in the Arts: The Golden Ratio Hm maybe. what do you think, which of the following rectangles has the most pleasing proportions? 1 : 2 2 : 3 1 : 1.618 6

Self-Reference in the Arts: The Golden Ratio The Golden Ratio was discovered to be the basis for the proportions of the beautiful human body.. 7

Self-Reference in the Arts: The Golden Ratio.. for many repetitive patterns in nature.. 8

Self-Reference in the Arts: The Golden Ratio and also discovered to exist in many works of art, music, and architecture. 9

Self-Reference in the Arts: The Golden Ratio Whether you believe this, the Golden Ratio has been used consciously by artists and writers throughout history 10

Self-Reference in the Arts: The Golden Ratio and the Golden Ratio Industry has continued to the present day.. 11

Self-Reference in Language Self-reference in language has already been mentioned, through the Liar s Paradox: This statement is false This one statement has appeared throughout history to illustrate of the problem of a language that can reflect on itself: All Cretans are liars -- Epimenides the Cretan [The Epimenides Paradox ] Quis custodiet ipsos custodes? ( Who will guard the guards? ) Roman poet Juvenal. The town barber is the man who shaves all, and only, those men who don t shave themselves. Who shaves the town barber? [The Barber Paradox ] Apparently this can also be used as a weapon to defeat those who are excessively logical.. http://www.youtube.com/watch?v=ezvxsyzxi_y

Self-Reference in Language Self-reference can be used for humor (or attempts thereof) as well as serious philosophy: Autological Words are those which describe themselves: Unhyphenated has no hyphens; Pentasyllabic has five syllables; Sesquipendalian is a long word; Mispeled is... Fumblerules are grammatical rules which self-referentially violate themselves: Avoid cliches like the plague. The passive voice should not be used. Prepositions are not words to end a sentence with. Hofstadter s Law: It always takes longer than you think, even when you take Hofstadter s Law into account.

Self-Reference in the Fine Arts One of the major characteristics of 20 th Century arts and literature is its reflection on the process of artistic expression...

Self-Reference in Literature and Theatre There is even a genre of literature called Metafiction, in which the authors selfreferentially refers to the story or novel or play: A story about a writer who is writing a story; A story in which the characters are aware that they are in a story; A play in which the audience plays a role in choosing how the play will end; Examples (among many): Pirandello s Six Characters in Search of an Author; Kurt Vonnegut s Slaughterhouse-Five: All this happened, more or less... that was I, that was me. That was the author of this book... Many, many movies!

Self-Reference in Mathematics Self-reference has had a profound effect on the development of modern mathematics and computer science, starting with a formulation of the Liar s Paradox in the mathematical theory of sets: [The Russell Paradox] The notation for sets { x P(x) } is a kind of description: The set of all x which satisfy the statement P(x). There are thus two kinds of set descriptions: Autologous: Those which contain themselves ( Sentences containing four words ) Non-autologous: Those which do not ( Sentences containing five words ) All Set Descriptions: Autologous: Sentences containing four words. Nouns. Sentences beginning with the letter S. Pentasyllabic. Non-autologous: Sentences containing five words. Verbs. { x x is divisible by 2 }

Self-Reference in Mathematics The Russell Paradox: There are two kinds of set descriptions: Autologous: Those which contain themselves ( Sentences containing four words ) Non-Autologous: Those which do not ( Sentences containing five words ) Question: Which category does the collection of Non-Autologous Descriptions belong to, i.e., the collection of all collections which do not contain themselves? Bertrand Russell was considering the power of descriptions, and showed that a sufficiently complicated language for descriptions would inevitably fail to describe some things. Human languages, music, literature, and movies are all such sufficiently complicated languages... But so is mathematics...

Self-Reference in Mathematics Godel s Incompleteness Theorem Kurt Godel, at age 25, proved that any sufficiently complex mathematical system will be consistent with true mathematical statements which can NOT BE PROVED within the system. Such a mathematical system has to have only basic operators such as +, *, -, /, for all, implies, e.g., All numbers are either prime or non-prime Every number divisible by 4 is divisible by 2. Such sentences can be proved from a set of axioms. Some mathematical statements are true but can never be proved by mathematics!