Digraphs and Relations Warm Up. The Divisibility Relation Let “|” be the binary relation on N×N such that a|b (“a divides b”) iff there is an n ∈ N such.

Slides:



Advertisements
Similar presentations
Representing Relations
Advertisements

Reflexive example: AB = AB Symmetric example: AB = BA
1 In this lecture  Number Theory ● Rational numbers ● Divisibility  Proofs ● Direct proofs (cont.) ● Common mistakes in proofs ● Disproof by counterexample.
Relations - review A binary relation on A is a subset of A×A (set of ordered pairs of elements from A) Example: A = {a,b,c,d,e} R = { (a,a),(a,b),(b,b),(b,c),
Basic Properties of Relations
Discrete Mathematics Lecture # 16 Inverse of Relations.
Ch. 8: Relations 8.1 Relations and their Properties.
CSE115/ENGR160 Discrete Mathematics 05/03/11 Ming-Hsuan Yang UC Merced 1.
Relations binary relations xRy on sets x  X y  Y R  X  Y Example: “less than” relation from A={0,1,2} to B={1,2,3} use traditional notation 0 < 1,
Discrete Mathematics Lecture#11.
1 Section 7.1 Relations and their properties. 2 Binary relation A binary relation is a set of ordered pairs that expresses a relationship between elements.
Algebraic Properties: The Rules of Algebra Be Cool - Follow The Rules!
Relations Chapter 9.
Week 8 - Wednesday.  What did we talk about last time?  Cardinality  Countability  Relations.
3-3 Solving Inequalities Using Multiplication and Division
Chapter 9. Chapter Summary Relations and Their Properties Representing Relations Equivalence Relations Partial Orderings.
Chapter 9. Chapter Summary Relations and Their Properties n-ary Relations and Their Applications (not currently included in overheads) Representing Relations.
Chapter 9. Section 9.1 Binary Relations Definition: A binary relation R from a set A to a set B is a subset R ⊆ A × B. Example: Let A = { 0, 1,2 } and.
Sets Define sets in 2 ways  Enumeration  Set comprehension (predicate on membership), e.g., {n | n  N   k  k  N  n = 10  k  0  n  50} the set.
Properties and Mental Computation p. 80. Math talk What are some math properties that we use? Why do you think we have them? Do you ever use them?
Relations and their Properties
Sets, Relations, and Lattices
Foundations of Discrete Mathematics Chapter 4 By Dr. Dalia M. Gil, Ph.D.
Relations. Important Definitions We covered all of these definitions on the board on Monday, November 7 th. Definition 1 Definition 2 Definition 3 Definition.
CS 103 Discrete Structures Lecture 19 Relations. Chapter 9.
Discrete Mathematics Lecture # 15 Types of Relations (contd.)
1 Partial Orderings Aaron Bloomfield CS 202 Epp, section ???
2.3 Diagrams and 2.4 Algebraic Reasoning. You will hand this in P. 88, 23.
Problem Statement How do we represent relationship between two related elements ?
Chapter 9. Chapter Summary Relations and Their Properties n-ary Relations and Their Applications (not currently included in overheads) Representing Relations.
Representing Relations Using Matrices A relation between finite sets can be represented using a zero-one matrix Suppose R is a relation from A = {a 1,
Chapter Relations and Their Properties
Properties Associative, Commutative and Distributive.
Properties Objective: To use the properties of numbers. Do Now 1.) = 3.) ( 2  1 )  4 = 2.) =4.) 2  ( 1  4 ) =
RelationsCSCE 235, Spring Introduction A relation between elements of two sets is a subset of their Cartesian products (set of all ordered pairs.
Distributive Property with area models
Chap. 7 Relations: The Second Time Around
Binary Relations Definition: A binary relation R from a set A to a set B is a subset R ⊆ A × B. Example: Let A = { 0, 1,2 } and B = {a,b} {( 0, a), (
Ch 2-5 Reasoning in Geometry and Algebra
Algebraic Properties Terra Alta/East Preston School Terra Alta, West Virginia.
Section 9.1. Section Summary Relations and Functions Properties of Relations Reflexive Relations Symmetric and Antisymmetric Relations Transitive Relations.
2.5 Algebra Reasoning. Addition Property: if a=b, then a+c = b+c Addition Property: if a=b, then a+c = b+c Subtraction Property: if a=b, then a-c = b-c.
Section 2.2 Day 1. A) Algebraic Properties of Equality Let a, b, and c be real numbers: 1) Addition Property – If a = b, then a + c = b + c Use them 2)
Relations Chapter 9 Copyright © McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill.
Relations and Their Properties
CSE 2813 Discrete Structures
Unit-III Algebraic Structures
Partial Orderings CSE 2813 Discrete Structures.
CSE15 Discrete Mathematics 05/03/17
Equivalence Relations
Partial Orderings.
2.4 Objective: The student will be able to:
Dr. Ameria Eldosoky Discrete mathematics
CSE115/ENGR160 Discrete Mathematics 04/28/11
Chapter 2 Sets Homework 3 Given U = { 1, 2, 3, 4, 5, 6, 7, 8, 9 } as a set universe and the sets : A = { 1, 2, 3, 4, 5 }, B = { 4, 5, 6, 7 }, C = { 5,
2-5 Reason Using Properties from Algebra
3-3 Solving Inequalities Using Multiplication or Division
Algebraic Properties.
2. Definition of congruent segments AB = CD 2.
Foundations of Discrete Mathematics
Relations: representation and closures
PROPERTIES OF ALGEBRA.
Relations and their Properties
Warm-Up 3) 1) 4) Name the dimensions 2).
Equivalence Relations
Algebraic proofs A proof is an argument that uses logic to show that a conclusion is true. Every time you solved an equation in Algebra you were performing.
Mathematical Background
Equivalence Relations
Equivalence Relations
Lecture # 16 Inverse of Relations
Presentation transcript:

Digraphs and Relations Warm Up

The Divisibility Relation Let “|” be the binary relation on N×N such that a|b (“a divides b”) iff there is an n ∈ N such that a∙n=b. Examples: –2|4 but not 2|3 and not 4|2 –1|a for any a since 1∙a=a –What about 0|a? –What about a|0? Show that “|” is a partial order but not a total order. What does that mean? Reflexive, transitive, antisymmetric But not true that for any a and b, either a|b or b|a

a|b iff for some n ∈ N, a∙n = b Reflexive? a|a for any a since a∙1=a. Transitive? If a|b and b|c, then there exist n, m ∈ N such that a∙n=b and b∙m=c. Then a∙(nm)=c so a|c. Antisymmetric? Suppose a|b and a≠b. We want to say “then a<b” but that is not right! Why? If b≠0 then a<b (why?) so it cannot be that b|a. If b=0 then NOT b|a since 0|a only if a=0.

So “|” is a partial order. It is not a total order because, for example, neither 2|3 nor 3|2 is true.

Some Properties of “|”as a partial order There is an infinite set of numbers no two of which bear “|” to each other –Namely the prime numbers For every pair of numbers a and b, there is a number c such that a|c and b|c and c is minimal (that is, if a|d and b|d then c≤d). –Namely the least common multiple of a and b.

FINIS