DEFINITION OF A GROUP A set of elements together with a binary operation that satisfies Associativity: Identity: Inverses:

Slides:



Advertisements
Similar presentations
Vector Spaces A set V is called a vector space over a set K denoted V(K) if is an Abelian group, is a field, and For every element vV and K there exists.
Advertisements

With examples from Number Theory
Introduction to Proofs
Copyright © Cengage Learning. All rights reserved. CHAPTER 5 SEQUENCES, MATHEMATICAL INDUCTION, AND RECURSION SEQUENCES, MATHEMATICAL INDUCTION, AND RECURSION.
Number Theory and Cryptography
Basic properties of the integers
Math 3121 Abstract Algebra I
Inverses and GCDs Supplementary Notes Prepared by Raymond Wong
Complexity1 Pratt’s Theorem Proved. Complexity2 Introduction So far, we’ve reduced proving PRIMES  NP to proving a number theory claim. This is our next.
Congruence Classes Z n = {[0] n, [1] n, [2] n, …, [n - 1] n } = the set of congruence classes modulo n.
What is entry A in the matrix multiplication: ( a) 1 (b) -2(c) 5 (d) 11(e) 13 (f) 0.
4.III. Other Formulas 4.III.1. Laplace’s Expansion Definition 1.2:Minor & Cofactor For any n  n matrix T, the (n  1)  (n  1) matrix formed by deleting.
The essential quality of a proof is to compel belief.
Tutorial Gauss-Jordan elimination. 1. Calculate the inverse matrix.
SETS A set B is a collection of objects such that for every object X in the universe the statement: “X is a member of B” Is a proposition.
1.3 – AXIOMS FOR THE REAL NUMBERS. Goals  SWBAT apply basic properties of real numbers  SWBAT simplify algebraic expressions.
Chapter 4: Elementary Number Theory and Methods of Proof 4.2 Direct Proof and Counter Example II: Rational Numbers 1 Such, then, is the whole art of convincing.
GROUPS & THEIR REPRESENTATIONS: a card shuffling approach Wayne Lawton Department of Mathematics National University of Singapore S ,
Math 3121 Abstract Algebra I Lecture 3 Sections 2-4: Binary Operations, Definition of Group.
COMP 170 L2 Page 1 L05: Inverses and GCDs l Objective: n When does have an inverse? n How to compute the inverse? n Need: Greatest common dividers (GCDs)
Prelude to Public-Key Cryptography Rocky K. C. Chang, February
Chapter 3 Elementary Number Theory and Methods of Proof.
CompSci 102 Discrete Math for Computer Science February 16, 2012 Prof. Rodger.
Methods of Proofs PREDICATE LOGIC The “Quantifiers” and are known as predicate quantifiers. " means for all and means there exists. Example 1: If we.
Groups Definition A group  G,  is a set G, closed under a binary operation , such that the following axioms are satisfied: 1)Associativity of  :
Properties of Real Numbers
Temperature Readings The equation to convert the temperature from degrees Fahrenheit to degrees Celsius is: c(x) = (x - 32) The equation to convert the.
Number Theory Project The Interpretation of the definition Andre (JianYou) Wang Joint with JingYi Xue.
Mathematical Induction
1. Vector Space 24. February Real Numbers R. Let us review the structure of the set of real numbers (real line) R. In particular, consider addition.
Foundations of Discrete Mathematics Chapter 4 By Dr. Dalia M. Gil, Ph.D.
Chinese Remainder Theorem. How many people What is x? Divided into 4s: remainder 3 x ≡ 3 (mod 4) Divided into 5s: remainder 4 x ≡ 4 (mod 5) Chinese Remainder.
Introduction – Sets of Numbers (9/4) Z - integers Z + - positive integers Q - rational numbersQ + - positive rationals R - real numbersR + - positive reals.
MA/CSSE 473 Day 08 Extended Euclid's Algorithm Modular Division Fermat's little theorem.
Great Theoretical Ideas in Computer Science.
CS Lecture 14 Powerful Tools     !. Build your toolbox of abstract structures and concepts. Know the capacities and limits of each tool.
Direct Proof and Counterexample III
Spring 2016 COMP 2300 Discrete Structures for Computation
Chapter 13 Mathematic Structures 13.1 Modular Arithmetic Definition 1 (modulo). Let a be an integer and m be a positive integer. We denoted by a mod m.
1 CMSC 250 Chapter 3, Number Theory. 2 CMSC 250 Introductory number theory l A good proof should have: –a statement of what is to be proven –"Proof:"
Section 6.4. Powers of Binomial Expressions Definition: A binomial expression is the sum of two terms, such as x + y. (More generally, these terms can.
Binomial Coefficients and Identities
Divisibility and Modular Arithmetic
CMSC250 S ECTIONS 0303 & 0304 M IDTERM R EVIEW Sri Kankanahalli Discussion 10: 9 March 2016 Office Hrs: Mon. and Wed. 4-6PM AVW 1112.
Extending a displacement A displacement defined by a pair where l is the length of the displacement and  the angle between its direction and the x-axix.
Chapter 4 With Question/Answer Animations 1. Chapter Motivation Number theory is the part of mathematics devoted to the study of the integers and their.
Objective - To use properties of numbers in proofs. Logical Reasoning Deductive ReasoningInductive Reasoning - process of demonstrating that the validity.
Direct Proof and Counterexample III Part 2 Lecture 16 Section 3.3 Tue, Feb 13, 2007.
Math 3121 Abstract Algebra I
Direct Proof and Counterexample IV: Division into Cases and the Quotient-Remainder Theorem For each of the following values of n and d, find integers q.
The Basic Properties of
Great Theoretical Ideas in Computer Science
Chapter 3 The Real Numbers.
Great Theoretical Ideas In Computer Science
Chapter 3 The Real Numbers.
B.Sc. III Year Mr. Shrimangale G.W.
Techniques for Computing Limits: The Limit Laws
Chapter 8: External Direct Product
Great Theoretical Ideas in Computer Science
§1-3 Solution of a Dynamical Equation
Direct Proof and Counterexample III
Great Theoretical Ideas in Computer Science
Section 10.1 Groups.
1.3 – AXIOMS FOR THE REAL NUMBERS
Linear Algebra Lecture 32.
Lecture 5 Number Theory & Proof Methods
MA5242 Wavelets Lecture 1 Numbers and Vector Spaces
Cryptography Lecture 17.
Lecture 3 Strings and Things (Section 1.1)
Presentation transcript:

DEFINITION OF A GROUP A set of elements together with a binary operation that satisfies Associativity: Identity: Inverses:

EXAMPLES Sets of integers, rational numbers, real numbers, complex numbers with + Set of vectors (plane/space) with + Sets of nonzero rational numbers, real numbers, complex numbers with x Sets {0,1,…,N-1} with + mod N

COUNTEREXAMPLES Sets of integers, rational numbers, real numbers, complex numbers with x Set of space vectors with cross product Set of nonnegative integers with + Sets of integers {0,1,…,N-1} with x modN

RESULT Theorem: Inverses are Unique Proof:

RESULT Theorem: Proof:

RESULT Corollary Set of integers {1,…,N-1} with x modN is a group if and only if N is prime

RESULT Corollary Set of integers {1,…,N-1} with x modN is a group if and only if N is prime

TABULAR PROOF

COMBINATORIAL PROOF Only If Part: If N is not prime then it admits a factorization N=AB where Then and x is not a binary operation on the set {1,...,N-1}

COMBINATORIAL PROOF If Part: Assume that It suffices to show that has N-1 elements since then it contains 1. If not then there exists such thatand henceImpossible!

EXTENSION Theorem: Ifthen the set forms a group under x mod N. Example: for N=15

NEURON FIRING EXERCISES Problem 1 How many ways to compute ? (+ is a binary operation) Problem 2 Validate ex&counterex amples Problem 3 Prove the preceding theorem Problem 3 Build the x table for