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