Vocab Flashcards
a is congruent to b modulo n
Let n be a positive integer. If a and b are integers we say that a is congruent to b modulo n and write, equivalently, a ≡ b (mod n)
Rational
A real number r is rational if and only if there are integers a and b, with b != 0 such that r = a /b
Irrational
Any number that is not rational
Composite
An integer, n, is called composite if and only if n > 1 and we can write n = rs for some integer r and s, such that 1 <r< n and 1<s< n
Axioms for +
- Associatively of Addition
- Existence of additive identity
- Additive inverse property
- Commutativity of addition
Axioms for x
- Associatively of multiplication
- Existence of multiplicative identity
- Commutativity of multiplication
- Distributive property
Associatively of Addition
For all integer x, y, and z, it is true that (x+y) +z = x + (y+z)
Existence of additive identity
There is an element 0 ∈ Z such that x+0 = x, where x is any integer
Commutativity of addition
For all integers x and y, it is true that x+y = y+x.
Additive inverse property
For each x ∈ Z, there exists −x such that x + (−x) = 0
Associativity of multiplication
For all integers x,y, and z, it is true that x(yz) = (xy)z
Existence of a multiplicative identity
There exists an element, 1!=0 in Z such that for all integers, x, x · 1 = x
Commutativity of multiplication
For all integers x and y, xy = yx.
Distributive property
For all integers x,y, and z, it is true that x(y + z) = xy + xz and that (x + y)z = xz + yz
Axioms for “=”
- Reflexive property
- Substitution property
Substitution property
For all integers x and y such that x = y, if P (x) is true, then P (y) is also true
Reflexive property
For all integers x, it is true that x = x
Subtraction
Define a new operation called subtraction, denoted by − as
x − y := x + (−y),
where x and y are integers.
Axioms for <
- The Law of Trichotomy
- The Law of Transitivity
- The Additive Law for <
- The Multiplicative Law for <
The Law of Trichotomy
For all integers x and y, exactly one of the following is true: x > y or x < y or
x = y.
The Law of Transitivity
If x < y and y < z, then x < z, where x,y, z are integers.
The Additive Law for <
If x < y then x + n < y + n, where x,y,n are integers.
The Multiplicative Law for <
If 0 < n and x < y, then nx < ny, where x,y,n are integers.
Homomorphism
f(ab) = f(a)*f(b)