HomeHome Intuitionistic Logic Explorer
Theorem List (p. 94 of 108)
< Previous  Next >
Bad symbols? Try the
GIF version.

Mirrors  >  Metamath Home Page  >  ILE Home Page  >  Theorem List Contents  >  Recent Proofs       This page: Page List

Theorem List for Intuitionistic Logic Explorer - 9301-9400   *Has distinct variable group(s)
TypeLabelDescription
Statement
 
Theoremflqmulnn0 9301 Move a nonnegative integer in and out of a floor. (Contributed by Jim Kingdon, 10-Oct-2021.)
((𝑁 ∈ ℕ0𝐴 ∈ ℚ) → (𝑁 · (⌊‘𝐴)) ≤ (⌊‘(𝑁 · 𝐴)))
 
Theorembtwnzge0 9302 A real bounded between an integer and its successor is nonnegative iff the integer is nonnegative. Second half of Lemma 13-4.1 of [Gleason] p. 217. (Contributed by NM, 12-Mar-2005.)
(((𝐴 ∈ ℝ ∧ 𝑁 ∈ ℤ) ∧ (𝑁𝐴𝐴 < (𝑁 + 1))) → (0 ≤ 𝐴 ↔ 0 ≤ 𝑁))
 
Theorem2tnp1ge0ge0 9303 Two times an integer plus one is not negative iff the integer is not negative. (Contributed by AV, 19-Jun-2021.)
(𝑁 ∈ ℤ → (0 ≤ ((2 · 𝑁) + 1) ↔ 0 ≤ 𝑁))
 
Theoremflhalf 9304 Ordering relation for the floor of half of an integer. (Contributed by NM, 1-Jan-2006.) (Proof shortened by Mario Carneiro, 7-Jun-2016.)
(𝑁 ∈ ℤ → 𝑁 ≤ (2 · (⌊‘((𝑁 + 1) / 2))))
 
Theoremfldivnn0le 9305 The floor function of a division of a nonnegative integer by a positive integer is less than or equal to the division. (Contributed by Alexander van der Vekens, 14-Apr-2018.)
((𝐾 ∈ ℕ0𝐿 ∈ ℕ) → (⌊‘(𝐾 / 𝐿)) ≤ (𝐾 / 𝐿))
 
Theoremflltdivnn0lt 9306 The floor function of a division of a nonnegative integer by a positive integer is less than the division of a greater dividend by the same positive integer. (Contributed by Alexander van der Vekens, 14-Apr-2018.)
((𝐾 ∈ ℕ0𝑁 ∈ ℕ0𝐿 ∈ ℕ) → (𝐾 < 𝑁 → (⌊‘(𝐾 / 𝐿)) < (𝑁 / 𝐿)))
 
Theoremfldiv4p1lem1div2 9307 The floor of an integer equal to 3 or greater than 4, increased by 1, is less than or equal to the half of the integer minus 1. (Contributed by AV, 8-Jul-2021.)
((𝑁 = 3 ∨ 𝑁 ∈ (ℤ‘5)) → ((⌊‘(𝑁 / 4)) + 1) ≤ ((𝑁 − 1) / 2))
 
Theoremceilqval 9308 The value of the ceiling function. (Contributed by Jim Kingdon, 10-Oct-2021.)
(𝐴 ∈ ℚ → (⌈‘𝐴) = -(⌊‘-𝐴))
 
Theoremceiqcl 9309 The ceiling function returns an integer (closure law). (Contributed by Jim Kingdon, 11-Oct-2021.)
(𝐴 ∈ ℚ → -(⌊‘-𝐴) ∈ ℤ)
 
Theoremceilqcl 9310 Closure of the ceiling function. (Contributed by Jim Kingdon, 11-Oct-2021.)
(𝐴 ∈ ℚ → (⌈‘𝐴) ∈ ℤ)
 
Theoremceiqge 9311 The ceiling of a real number is greater than or equal to that number. (Contributed by Jim Kingdon, 11-Oct-2021.)
(𝐴 ∈ ℚ → 𝐴 ≤ -(⌊‘-𝐴))
 
Theoremceilqge 9312 The ceiling of a real number is greater than or equal to that number. (Contributed by Jim Kingdon, 11-Oct-2021.)
(𝐴 ∈ ℚ → 𝐴 ≤ (⌈‘𝐴))
 
Theoremceiqm1l 9313 One less than the ceiling of a real number is strictly less than that number. (Contributed by Jim Kingdon, 11-Oct-2021.)
(𝐴 ∈ ℚ → (-(⌊‘-𝐴) − 1) < 𝐴)
 
Theoremceilqm1lt 9314 One less than the ceiling of a real number is strictly less than that number. (Contributed by Jim Kingdon, 11-Oct-2021.)
(𝐴 ∈ ℚ → ((⌈‘𝐴) − 1) < 𝐴)
 
Theoremceiqle 9315 The ceiling of a real number is the smallest integer greater than or equal to it. (Contributed by Jim Kingdon, 11-Oct-2021.)
((𝐴 ∈ ℚ ∧ 𝐵 ∈ ℤ ∧ 𝐴𝐵) → -(⌊‘-𝐴) ≤ 𝐵)
 
Theoremceilqle 9316 The ceiling of a real number is the smallest integer greater than or equal to it. (Contributed by Jim Kingdon, 11-Oct-2021.)
((𝐴 ∈ ℚ ∧ 𝐵 ∈ ℤ ∧ 𝐴𝐵) → (⌈‘𝐴) ≤ 𝐵)
 
Theoremceilid 9317 An integer is its own ceiling. (Contributed by AV, 30-Nov-2018.)
(𝐴 ∈ ℤ → (⌈‘𝐴) = 𝐴)
 
Theoremceilqidz 9318 A rational number equals its ceiling iff it is an integer. (Contributed by Jim Kingdon, 11-Oct-2021.)
(𝐴 ∈ ℚ → (𝐴 ∈ ℤ ↔ (⌈‘𝐴) = 𝐴))
 
Theoremflqleceil 9319 The floor of a rational number is less than or equal to its ceiling. (Contributed by Jim Kingdon, 11-Oct-2021.)
(𝐴 ∈ ℚ → (⌊‘𝐴) ≤ (⌈‘𝐴))
 
Theoremflqeqceilz 9320 A rational number is an integer iff its floor equals its ceiling. (Contributed by Jim Kingdon, 11-Oct-2021.)
(𝐴 ∈ ℚ → (𝐴 ∈ ℤ ↔ (⌊‘𝐴) = (⌈‘𝐴)))
 
Theoremintqfrac2 9321 Decompose a real into integer and fractional parts. (Contributed by Jim Kingdon, 18-Oct-2021.)
𝑍 = (⌊‘𝐴)    &   𝐹 = (𝐴𝑍)       (𝐴 ∈ ℚ → (0 ≤ 𝐹𝐹 < 1 ∧ 𝐴 = (𝑍 + 𝐹)))
 
Theoremintfracq 9322 Decompose a rational number, expressed as a ratio, into integer and fractional parts. The fractional part has a tighter bound than that of intqfrac2 9321. (Contributed by NM, 16-Aug-2008.)
𝑍 = (⌊‘(𝑀 / 𝑁))    &   𝐹 = ((𝑀 / 𝑁) − 𝑍)       ((𝑀 ∈ ℤ ∧ 𝑁 ∈ ℕ) → (0 ≤ 𝐹𝐹 ≤ ((𝑁 − 1) / 𝑁) ∧ (𝑀 / 𝑁) = (𝑍 + 𝐹)))
 
Theoremflqdiv 9323 Cancellation of the embedded floor of a real divided by an integer. (Contributed by Jim Kingdon, 18-Oct-2021.)
((𝐴 ∈ ℚ ∧ 𝑁 ∈ ℕ) → (⌊‘((⌊‘𝐴) / 𝑁)) = (⌊‘(𝐴 / 𝑁)))
 
3.6.2  The modulo (remainder) operation
 
Syntaxcmo 9324 Extend class notation with the modulo operation.
class mod
 
Definitiondf-mod 9325* Define the modulo (remainder) operation. See modqval 9326 for its value. For example, (5 mod 3) = 2 and (-7 mod 2) = 1. As with df-fl 9274 we define this for first and second arguments which are real and positive real, respectively, even though many theorems will need to be more restricted (for example, specify rational arguments). (Contributed by NM, 10-Nov-2008.)
mod = (𝑥 ∈ ℝ, 𝑦 ∈ ℝ+ ↦ (𝑥 − (𝑦 · (⌊‘(𝑥 / 𝑦)))))
 
Theoremmodqval 9326 The value of the modulo operation. The modulo congruence notation of number theory, 𝐽𝐾 (modulo 𝑁), can be expressed in our notation as (𝐽 mod 𝑁) = (𝐾 mod 𝑁). Definition 1 in Knuth, The Art of Computer Programming, Vol. I (1972), p. 38. Knuth uses "mod" for the operation and "modulo" for the congruence. Unlike Knuth, we restrict the second argument to positive numbers to simplify certain theorems. (This also gives us future flexibility to extend it to any one of several different conventions for a zero or negative second argument, should there be an advantage in doing so.) As with flqcl 9277 we only prove this for rationals although other particular kinds of real numbers may be possible. (Contributed by Jim Kingdon, 16-Oct-2021.)
((𝐴 ∈ ℚ ∧ 𝐵 ∈ ℚ ∧ 0 < 𝐵) → (𝐴 mod 𝐵) = (𝐴 − (𝐵 · (⌊‘(𝐴 / 𝐵)))))
 
Theoremmodqvalr 9327 The value of the modulo operation (multiplication in reversed order). (Contributed by Jim Kingdon, 16-Oct-2021.)
((𝐴 ∈ ℚ ∧ 𝐵 ∈ ℚ ∧ 0 < 𝐵) → (𝐴 mod 𝐵) = (𝐴 − ((⌊‘(𝐴 / 𝐵)) · 𝐵)))
 
Theoremmodqcl 9328 Closure law for the modulo operation. (Contributed by Jim Kingdon, 16-Oct-2021.)
((𝐴 ∈ ℚ ∧ 𝐵 ∈ ℚ ∧ 0 < 𝐵) → (𝐴 mod 𝐵) ∈ ℚ)
 
Theoremflqpmodeq 9329 Partition of a division into its integer part and the remainder. (Contributed by Jim Kingdon, 16-Oct-2021.)
((𝐴 ∈ ℚ ∧ 𝐵 ∈ ℚ ∧ 0 < 𝐵) → (((⌊‘(𝐴 / 𝐵)) · 𝐵) + (𝐴 mod 𝐵)) = 𝐴)
 
Theoremmodqcld 9330 Closure law for the modulo operation. (Contributed by Jim Kingdon, 16-Oct-2021.)
(𝜑𝐴 ∈ ℚ)    &   (𝜑𝐵 ∈ ℚ)    &   (𝜑 → 0 < 𝐵)       (𝜑 → (𝐴 mod 𝐵) ∈ ℚ)
 
Theoremmodq0 9331 𝐴 mod 𝐵 is zero iff 𝐴 is evenly divisible by 𝐵. (Contributed by Jim Kingdon, 17-Oct-2021.)
((𝐴 ∈ ℚ ∧ 𝐵 ∈ ℚ ∧ 0 < 𝐵) → ((𝐴 mod 𝐵) = 0 ↔ (𝐴 / 𝐵) ∈ ℤ))
 
Theoremmulqmod0 9332 The product of an integer and a positive rational number is 0 modulo the positive real number. (Contributed by Jim Kingdon, 18-Oct-2021.)
((𝐴 ∈ ℤ ∧ 𝑀 ∈ ℚ ∧ 0 < 𝑀) → ((𝐴 · 𝑀) mod 𝑀) = 0)
 
Theoremnegqmod0 9333 𝐴 is divisible by 𝐵 iff its negative is. (Contributed by Jim Kingdon, 18-Oct-2021.)
((𝐴 ∈ ℚ ∧ 𝐵 ∈ ℚ ∧ 0 < 𝐵) → ((𝐴 mod 𝐵) = 0 ↔ (-𝐴 mod 𝐵) = 0))
 
Theoremmodqge0 9334 The modulo operation is nonnegative. (Contributed by Jim Kingdon, 18-Oct-2021.)
((𝐴 ∈ ℚ ∧ 𝐵 ∈ ℚ ∧ 0 < 𝐵) → 0 ≤ (𝐴 mod 𝐵))
 
Theoremmodqlt 9335 The modulo operation is less than its second argument. (Contributed by Jim Kingdon, 18-Oct-2021.)
((𝐴 ∈ ℚ ∧ 𝐵 ∈ ℚ ∧ 0 < 𝐵) → (𝐴 mod 𝐵) < 𝐵)
 
Theoremmodqelico 9336 Modular reduction produces a half-open interval. (Contributed by Jim Kingdon, 18-Oct-2021.)
((𝐴 ∈ ℚ ∧ 𝐵 ∈ ℚ ∧ 0 < 𝐵) → (𝐴 mod 𝐵) ∈ (0[,)𝐵))
 
Theoremmodqdiffl 9337 The modulo operation differs from 𝐴 by an integer multiple of 𝐵. (Contributed by Jim Kingdon, 18-Oct-2021.)
((𝐴 ∈ ℚ ∧ 𝐵 ∈ ℚ ∧ 0 < 𝐵) → ((𝐴 − (𝐴 mod 𝐵)) / 𝐵) = (⌊‘(𝐴 / 𝐵)))
 
Theoremmodqdifz 9338 The modulo operation differs from 𝐴 by an integer multiple of 𝐵. (Contributed by Jim Kingdon, 18-Oct-2021.)
((𝐴 ∈ ℚ ∧ 𝐵 ∈ ℚ ∧ 0 < 𝐵) → ((𝐴 − (𝐴 mod 𝐵)) / 𝐵) ∈ ℤ)
 
Theoremmodqfrac 9339 The fractional part of a number is the number modulo 1. (Contributed by Jim Kingdon, 18-Oct-2021.)
(𝐴 ∈ ℚ → (𝐴 mod 1) = (𝐴 − (⌊‘𝐴)))
 
Theoremflqmod 9340 The floor function expressed in terms of the modulo operation. (Contributed by Jim Kingdon, 18-Oct-2021.)
(𝐴 ∈ ℚ → (⌊‘𝐴) = (𝐴 − (𝐴 mod 1)))
 
Theoremintqfrac 9341 Break a number into its integer part and its fractional part. (Contributed by Jim Kingdon, 18-Oct-2021.)
(𝐴 ∈ ℚ → 𝐴 = ((⌊‘𝐴) + (𝐴 mod 1)))
 
Theoremzmod10 9342 An integer modulo 1 is 0. (Contributed by Paul Chapman, 22-Jun-2011.)
(𝑁 ∈ ℤ → (𝑁 mod 1) = 0)
 
Theoremzmod1congr 9343 Two arbitrary integers are congruent modulo 1, see example 4 in [ApostolNT] p. 107. (Contributed by AV, 21-Jul-2021.)
((𝐴 ∈ ℤ ∧ 𝐵 ∈ ℤ) → (𝐴 mod 1) = (𝐵 mod 1))
 
Theoremmodqmulnn 9344 Move a positive integer in and out of a floor in the first argument of a modulo operation. (Contributed by Jim Kingdon, 18-Oct-2021.)
((𝑁 ∈ ℕ ∧ 𝐴 ∈ ℚ ∧ 𝑀 ∈ ℕ) → ((𝑁 · (⌊‘𝐴)) mod (𝑁 · 𝑀)) ≤ ((⌊‘(𝑁 · 𝐴)) mod (𝑁 · 𝑀)))
 
Theoremmodqvalp1 9345 The value of the modulo operation (expressed with sum of denominator and nominator). (Contributed by Jim Kingdon, 20-Oct-2021.)
((𝐴 ∈ ℚ ∧ 𝐵 ∈ ℚ ∧ 0 < 𝐵) → ((𝐴 + 𝐵) − (((⌊‘(𝐴 / 𝐵)) + 1) · 𝐵)) = (𝐴 mod 𝐵))
 
Theoremzmodcl 9346 Closure law for the modulo operation restricted to integers. (Contributed by NM, 27-Nov-2008.)
((𝐴 ∈ ℤ ∧ 𝐵 ∈ ℕ) → (𝐴 mod 𝐵) ∈ ℕ0)
 
Theoremzmodcld 9347 Closure law for the modulo operation restricted to integers. (Contributed by Mario Carneiro, 28-May-2016.)
(𝜑𝐴 ∈ ℤ)    &   (𝜑𝐵 ∈ ℕ)       (𝜑 → (𝐴 mod 𝐵) ∈ ℕ0)
 
Theoremzmodfz 9348 An integer mod 𝐵 lies in the first 𝐵 nonnegative integers. (Contributed by Jeff Madsen, 17-Jun-2010.)
((𝐴 ∈ ℤ ∧ 𝐵 ∈ ℕ) → (𝐴 mod 𝐵) ∈ (0...(𝐵 − 1)))
 
Theoremzmodfzo 9349 An integer mod 𝐵 lies in the first 𝐵 nonnegative integers. (Contributed by Stefan O'Rear, 6-Sep-2015.)
((𝐴 ∈ ℤ ∧ 𝐵 ∈ ℕ) → (𝐴 mod 𝐵) ∈ (0..^𝐵))
 
Theoremzmodfzp1 9350 An integer mod 𝐵 lies in the first 𝐵 + 1 nonnegative integers. (Contributed by AV, 27-Oct-2018.)
((𝐴 ∈ ℤ ∧ 𝐵 ∈ ℕ) → (𝐴 mod 𝐵) ∈ (0...𝐵))
 
Theoremmodqid 9351 Identity law for modulo. (Contributed by Jim Kingdon, 21-Oct-2021.)
(((𝐴 ∈ ℚ ∧ 𝐵 ∈ ℚ) ∧ (0 ≤ 𝐴𝐴 < 𝐵)) → (𝐴 mod 𝐵) = 𝐴)
 
Theoremmodqid0 9352 A positive real number modulo itself is 0. (Contributed by Jim Kingdon, 21-Oct-2021.)
((𝑁 ∈ ℚ ∧ 0 < 𝑁) → (𝑁 mod 𝑁) = 0)
 
Theoremmodqid2 9353 Identity law for modulo. (Contributed by Jim Kingdon, 21-Oct-2021.)
((𝐴 ∈ ℚ ∧ 𝐵 ∈ ℚ ∧ 0 < 𝐵) → ((𝐴 mod 𝐵) = 𝐴 ↔ (0 ≤ 𝐴𝐴 < 𝐵)))
 
Theoremzmodid2 9354 Identity law for modulo restricted to integers. (Contributed by Paul Chapman, 22-Jun-2011.)
((𝑀 ∈ ℤ ∧ 𝑁 ∈ ℕ) → ((𝑀 mod 𝑁) = 𝑀𝑀 ∈ (0...(𝑁 − 1))))
 
Theoremzmodidfzo 9355 Identity law for modulo restricted to integers. (Contributed by AV, 27-Oct-2018.)
((𝑀 ∈ ℤ ∧ 𝑁 ∈ ℕ) → ((𝑀 mod 𝑁) = 𝑀𝑀 ∈ (0..^𝑁)))
 
Theoremzmodidfzoimp 9356 Identity law for modulo restricted to integers. (Contributed by AV, 27-Oct-2018.)
(𝑀 ∈ (0..^𝑁) → (𝑀 mod 𝑁) = 𝑀)
 
Theoremq0mod 9357 Special case: 0 modulo a positive real number is 0. (Contributed by Jim Kingdon, 21-Oct-2021.)
((𝑁 ∈ ℚ ∧ 0 < 𝑁) → (0 mod 𝑁) = 0)
 
Theoremq1mod 9358 Special case: 1 modulo a real number greater than 1 is 1. (Contributed by Jim Kingdon, 21-Oct-2021.)
((𝑁 ∈ ℚ ∧ 1 < 𝑁) → (1 mod 𝑁) = 1)
 
Theoremmodqabs 9359 Absorption law for modulo. (Contributed by Jim Kingdon, 21-Oct-2021.)
(𝜑𝐴 ∈ ℚ)    &   (𝜑𝐵 ∈ ℚ)    &   (𝜑 → 0 < 𝐵)    &   (𝜑𝐶 ∈ ℚ)    &   (𝜑𝐵𝐶)       (𝜑 → ((𝐴 mod 𝐵) mod 𝐶) = (𝐴 mod 𝐵))
 
Theoremmodqabs2 9360 Absorption law for modulo. (Contributed by Jim Kingdon, 21-Oct-2021.)
((𝐴 ∈ ℚ ∧ 𝐵 ∈ ℚ ∧ 0 < 𝐵) → ((𝐴 mod 𝐵) mod 𝐵) = (𝐴 mod 𝐵))
 
Theoremmodqcyc 9361 The modulo operation is periodic. (Contributed by Jim Kingdon, 21-Oct-2021.)
(((𝐴 ∈ ℚ ∧ 𝑁 ∈ ℤ) ∧ (𝐵 ∈ ℚ ∧ 0 < 𝐵)) → ((𝐴 + (𝑁 · 𝐵)) mod 𝐵) = (𝐴 mod 𝐵))
 
Theoremmodqcyc2 9362 The modulo operation is periodic. (Contributed by Jim Kingdon, 21-Oct-2021.)
(((𝐴 ∈ ℚ ∧ 𝑁 ∈ ℤ) ∧ (𝐵 ∈ ℚ ∧ 0 < 𝐵)) → ((𝐴 − (𝐵 · 𝑁)) mod 𝐵) = (𝐴 mod 𝐵))
 
Theoremmodqadd1 9363 Addition property of the modulo operation. (Contributed by Jim Kingdon, 22-Oct-2021.)
(𝜑𝐴 ∈ ℚ)    &   (𝜑𝐵 ∈ ℚ)    &   (𝜑𝐶 ∈ ℚ)    &   (𝜑𝐷 ∈ ℚ)    &   (𝜑 → 0 < 𝐷)    &   (𝜑 → (𝐴 mod 𝐷) = (𝐵 mod 𝐷))       (𝜑 → ((𝐴 + 𝐶) mod 𝐷) = ((𝐵 + 𝐶) mod 𝐷))
 
Theoremmodqaddabs 9364 Absorption law for modulo. (Contributed by Jim Kingdon, 22-Oct-2021.)
(((𝐴 ∈ ℚ ∧ 𝐵 ∈ ℚ) ∧ (𝐶 ∈ ℚ ∧ 0 < 𝐶)) → (((𝐴 mod 𝐶) + (𝐵 mod 𝐶)) mod 𝐶) = ((𝐴 + 𝐵) mod 𝐶))
 
Theoremmodqaddmod 9365 The sum of a number modulo a modulus and another number equals the sum of the two numbers modulo the same modulus. (Contributed by Jim Kingdon, 23-Oct-2021.)
(((𝐴 ∈ ℚ ∧ 𝐵 ∈ ℚ) ∧ (𝑀 ∈ ℚ ∧ 0 < 𝑀)) → (((𝐴 mod 𝑀) + 𝐵) mod 𝑀) = ((𝐴 + 𝐵) mod 𝑀))
 
Theoremmulqaddmodid 9366 The sum of a positive rational number less than an upper bound and the product of an integer and the upper bound is the positive rational number modulo the upper bound. (Contributed by Jim Kingdon, 23-Oct-2021.)
(((𝑁 ∈ ℤ ∧ 𝑀 ∈ ℚ) ∧ (𝐴 ∈ ℚ ∧ 𝐴 ∈ (0[,)𝑀))) → (((𝑁 · 𝑀) + 𝐴) mod 𝑀) = 𝐴)
 
Theoremmulp1mod1 9367 The product of an integer and an integer greater than 1 increased by 1 is 1 modulo the integer greater than 1. (Contributed by AV, 15-Jul-2021.)
((𝐴 ∈ ℤ ∧ 𝑁 ∈ (ℤ‘2)) → (((𝑁 · 𝐴) + 1) mod 𝑁) = 1)
 
Theoremmodqmuladd 9368* Decomposition of an integer into a multiple of a modulus and a remainder. (Contributed by Jim Kingdon, 23-Oct-2021.)
(𝜑𝐴 ∈ ℤ)    &   (𝜑𝐵 ∈ ℚ)    &   (𝜑𝐵 ∈ (0[,)𝑀))    &   (𝜑𝑀 ∈ ℚ)    &   (𝜑 → 0 < 𝑀)       (𝜑 → ((𝐴 mod 𝑀) = 𝐵 ↔ ∃𝑘 ∈ ℤ 𝐴 = ((𝑘 · 𝑀) + 𝐵)))
 
Theoremmodqmuladdim 9369* Implication of a decomposition of an integer into a multiple of a modulus and a remainder. (Contributed by Jim Kingdon, 23-Oct-2021.)
((𝐴 ∈ ℤ ∧ 𝑀 ∈ ℚ ∧ 0 < 𝑀) → ((𝐴 mod 𝑀) = 𝐵 → ∃𝑘 ∈ ℤ 𝐴 = ((𝑘 · 𝑀) + 𝐵)))
 
Theoremmodqmuladdnn0 9370* Implication of a decomposition of a nonnegative integer into a multiple of a modulus and a remainder. (Contributed by Jim Kingdon, 23-Oct-2021.)
((𝐴 ∈ ℕ0𝑀 ∈ ℚ ∧ 0 < 𝑀) → ((𝐴 mod 𝑀) = 𝐵 → ∃𝑘 ∈ ℕ0 𝐴 = ((𝑘 · 𝑀) + 𝐵)))
 
Theoremqnegmod 9371 The negation of a number modulo a positive number is equal to the difference of the modulus and the number modulo the modulus. (Contributed by Jim Kingdon, 24-Oct-2021.)
((𝐴 ∈ ℚ ∧ 𝑁 ∈ ℚ ∧ 0 < 𝑁) → (-𝐴 mod 𝑁) = ((𝑁𝐴) mod 𝑁))
 
Theoremm1modnnsub1 9372 Minus one modulo a positive integer is equal to the integer minus one. (Contributed by AV, 14-Jul-2021.)
(𝑀 ∈ ℕ → (-1 mod 𝑀) = (𝑀 − 1))
 
Theoremm1modge3gt1 9373 Minus one modulo an integer greater than two is greater than one. (Contributed by AV, 14-Jul-2021.)
(𝑀 ∈ (ℤ‘3) → 1 < (-1 mod 𝑀))
 
Theoremaddmodid 9374 The sum of a positive integer and a nonnegative integer less than the positive integer is equal to the nonnegative integer modulo the positive integer. (Contributed by Alexander van der Vekens, 30-Oct-2018.) (Proof shortened by AV, 5-Jul-2020.)
((𝐴 ∈ ℕ0𝑀 ∈ ℕ ∧ 𝐴 < 𝑀) → ((𝑀 + 𝐴) mod 𝑀) = 𝐴)
 
Theoremaddmodidr 9375 The sum of a positive integer and a nonnegative integer less than the positive integer is equal to the nonnegative integer modulo the positive integer. (Contributed by AV, 19-Mar-2021.)
((𝐴 ∈ ℕ0𝑀 ∈ ℕ ∧ 𝐴 < 𝑀) → ((𝐴 + 𝑀) mod 𝑀) = 𝐴)
 
Theoremmodqadd2mod 9376 The sum of a number modulo a modulus and another number equals the sum of the two numbers modulo the modulus. (Contributed by Jim Kingdon, 24-Oct-2021.)
(((𝐴 ∈ ℚ ∧ 𝐵 ∈ ℚ) ∧ (𝑀 ∈ ℚ ∧ 0 < 𝑀)) → ((𝐵 + (𝐴 mod 𝑀)) mod 𝑀) = ((𝐵 + 𝐴) mod 𝑀))
 
Theoremmodqm1p1mod0 9377 If a number modulo a modulus equals the modulus decreased by 1, the first number increased by 1 modulo the modulus equals 0. (Contributed by Jim Kingdon, 24-Oct-2021.)
((𝐴 ∈ ℚ ∧ 𝑀 ∈ ℚ ∧ 0 < 𝑀) → ((𝐴 mod 𝑀) = (𝑀 − 1) → ((𝐴 + 1) mod 𝑀) = 0))
 
Theoremmodqltm1p1mod 9378 If a number modulo a modulus is less than the modulus decreased by 1, the first number increased by 1 modulo the modulus equals the first number modulo the modulus, increased by 1. (Contributed by Jim Kingdon, 24-Oct-2021.)
(((𝐴 ∈ ℚ ∧ (𝐴 mod 𝑀) < (𝑀 − 1)) ∧ (𝑀 ∈ ℚ ∧ 0 < 𝑀)) → ((𝐴 + 1) mod 𝑀) = ((𝐴 mod 𝑀) + 1))
 
Theoremmodqmul1 9379 Multiplication property of the modulo operation. Note that the multiplier 𝐶 must be an integer. (Contributed by Jim Kingdon, 24-Oct-2021.)
(𝜑𝐴 ∈ ℚ)    &   (𝜑𝐵 ∈ ℚ)    &   (𝜑𝐶 ∈ ℤ)    &   (𝜑𝐷 ∈ ℚ)    &   (𝜑 → 0 < 𝐷)    &   (𝜑 → (𝐴 mod 𝐷) = (𝐵 mod 𝐷))       (𝜑 → ((𝐴 · 𝐶) mod 𝐷) = ((𝐵 · 𝐶) mod 𝐷))
 
Theoremmodqmul12d 9380 Multiplication property of the modulo operation, see theorem 5.2(b) in [ApostolNT] p. 107. (Contributed by Jim Kingdon, 24-Oct-2021.)
(𝜑𝐴 ∈ ℤ)    &   (𝜑𝐵 ∈ ℤ)    &   (𝜑𝐶 ∈ ℤ)    &   (𝜑𝐷 ∈ ℤ)    &   (𝜑𝐸 ∈ ℚ)    &   (𝜑 → 0 < 𝐸)    &   (𝜑 → (𝐴 mod 𝐸) = (𝐵 mod 𝐸))    &   (𝜑 → (𝐶 mod 𝐸) = (𝐷 mod 𝐸))       (𝜑 → ((𝐴 · 𝐶) mod 𝐸) = ((𝐵 · 𝐷) mod 𝐸))
 
Theoremmodqnegd 9381 Negation property of the modulo operation. (Contributed by Jim Kingdon, 24-Oct-2021.)
(𝜑𝐴 ∈ ℚ)    &   (𝜑𝐵 ∈ ℚ)    &   (𝜑𝐶 ∈ ℚ)    &   (𝜑 → 0 < 𝐶)    &   (𝜑 → (𝐴 mod 𝐶) = (𝐵 mod 𝐶))       (𝜑 → (-𝐴 mod 𝐶) = (-𝐵 mod 𝐶))
 
Theoremmodqadd12d 9382 Additive property of the modulo operation. (Contributed by Jim Kingdon, 25-Oct-2021.)
(𝜑𝐴 ∈ ℚ)    &   (𝜑𝐵 ∈ ℚ)    &   (𝜑𝐶 ∈ ℚ)    &   (𝜑𝐷 ∈ ℚ)    &   (𝜑𝐸 ∈ ℚ)    &   (𝜑 → 0 < 𝐸)    &   (𝜑 → (𝐴 mod 𝐸) = (𝐵 mod 𝐸))    &   (𝜑 → (𝐶 mod 𝐸) = (𝐷 mod 𝐸))       (𝜑 → ((𝐴 + 𝐶) mod 𝐸) = ((𝐵 + 𝐷) mod 𝐸))
 
Theoremmodqsub12d 9383 Subtraction property of the modulo operation. (Contributed by Jim Kingdon, 25-Oct-2021.)
(𝜑𝐴 ∈ ℚ)    &   (𝜑𝐵 ∈ ℚ)    &   (𝜑𝐶 ∈ ℚ)    &   (𝜑𝐷 ∈ ℚ)    &   (𝜑𝐸 ∈ ℚ)    &   (𝜑 → 0 < 𝐸)    &   (𝜑 → (𝐴 mod 𝐸) = (𝐵 mod 𝐸))    &   (𝜑 → (𝐶 mod 𝐸) = (𝐷 mod 𝐸))       (𝜑 → ((𝐴𝐶) mod 𝐸) = ((𝐵𝐷) mod 𝐸))
 
Theoremmodqsubmod 9384 The difference of a number modulo a modulus and another number equals the difference of the two numbers modulo the modulus. (Contributed by Jim Kingdon, 25-Oct-2021.)
(((𝐴 ∈ ℚ ∧ 𝐵 ∈ ℚ) ∧ (𝑀 ∈ ℚ ∧ 0 < 𝑀)) → (((𝐴 mod 𝑀) − 𝐵) mod 𝑀) = ((𝐴𝐵) mod 𝑀))
 
Theoremmodqsubmodmod 9385 The difference of a number modulo a modulus and another number modulo the same modulus equals the difference of the two numbers modulo the modulus. (Contributed by Jim Kingdon, 25-Oct-2021.)
(((𝐴 ∈ ℚ ∧ 𝐵 ∈ ℚ) ∧ (𝑀 ∈ ℚ ∧ 0 < 𝑀)) → (((𝐴 mod 𝑀) − (𝐵 mod 𝑀)) mod 𝑀) = ((𝐴𝐵) mod 𝑀))
 
Theoremq2txmodxeq0 9386 Two times a positive number modulo the number is zero. (Contributed by Jim Kingdon, 25-Oct-2021.)
((𝑋 ∈ ℚ ∧ 0 < 𝑋) → ((2 · 𝑋) mod 𝑋) = 0)
 
Theoremq2submod 9387 If a number is between a modulus and twice the modulus, the first number modulo the modulus equals the first number minus the modulus. (Contributed by Jim Kingdon, 25-Oct-2021.)
(((𝐴 ∈ ℚ ∧ 𝐵 ∈ ℚ ∧ 0 < 𝐵) ∧ (𝐵𝐴𝐴 < (2 · 𝐵))) → (𝐴 mod 𝐵) = (𝐴𝐵))
 
Theoremmodifeq2int 9388 If a nonnegative integer is less than twice a positive integer, the nonnegative integer modulo the positive integer equals the nonnegative integer or the nonnegative integer minus the positive integer. (Contributed by Alexander van der Vekens, 21-May-2018.)
((𝐴 ∈ ℕ0𝐵 ∈ ℕ ∧ 𝐴 < (2 · 𝐵)) → (𝐴 mod 𝐵) = if(𝐴 < 𝐵, 𝐴, (𝐴𝐵)))
 
Theoremmodaddmodup 9389 The sum of an integer modulo a positive integer and another integer minus the positive integer equals the sum of the two integers modulo the positive integer if the other integer is in the upper part of the range between 0 and the positive integer. (Contributed by AV, 30-Oct-2018.)
((𝐴 ∈ ℤ ∧ 𝑀 ∈ ℕ) → (𝐵 ∈ ((𝑀 − (𝐴 mod 𝑀))..^𝑀) → ((𝐵 + (𝐴 mod 𝑀)) − 𝑀) = ((𝐵 + 𝐴) mod 𝑀)))
 
Theoremmodaddmodlo 9390 The sum of an integer modulo a positive integer and another integer equals the sum of the two integers modulo the positive integer if the other integer is in the lower part of the range between 0 and the positive integer. (Contributed by AV, 30-Oct-2018.)
((𝐴 ∈ ℤ ∧ 𝑀 ∈ ℕ) → (𝐵 ∈ (0..^(𝑀 − (𝐴 mod 𝑀))) → (𝐵 + (𝐴 mod 𝑀)) = ((𝐵 + 𝐴) mod 𝑀)))
 
Theoremmodqmulmod 9391 The product of a rational number modulo a modulus and an integer equals the product of the rational number and the integer modulo the modulus. (Contributed by Jim Kingdon, 25-Oct-2021.)
(((𝐴 ∈ ℚ ∧ 𝐵 ∈ ℤ) ∧ (𝑀 ∈ ℚ ∧ 0 < 𝑀)) → (((𝐴 mod 𝑀) · 𝐵) mod 𝑀) = ((𝐴 · 𝐵) mod 𝑀))
 
Theoremmodqmulmodr 9392 The product of an integer and a rational number modulo a modulus equals the product of the integer and the rational number modulo the modulus. (Contributed by Jim Kingdon, 26-Oct-2021.)
(((𝐴 ∈ ℤ ∧ 𝐵 ∈ ℚ) ∧ (𝑀 ∈ ℚ ∧ 0 < 𝑀)) → ((𝐴 · (𝐵 mod 𝑀)) mod 𝑀) = ((𝐴 · 𝐵) mod 𝑀))
 
Theoremmodqaddmulmod 9393 The sum of a rational number and the product of a second rational number modulo a modulus and an integer equals the sum of the rational number and the product of the other rational number and the integer modulo the modulus. (Contributed by Jim Kingdon, 26-Oct-2021.)
(((𝐴 ∈ ℚ ∧ 𝐵 ∈ ℚ ∧ 𝐶 ∈ ℤ) ∧ (𝑀 ∈ ℚ ∧ 0 < 𝑀)) → ((𝐴 + ((𝐵 mod 𝑀) · 𝐶)) mod 𝑀) = ((𝐴 + (𝐵 · 𝐶)) mod 𝑀))
 
Theoremmodqdi 9394 Distribute multiplication over a modulo operation. (Contributed by Jim Kingdon, 26-Oct-2021.)
(((𝐴 ∈ ℚ ∧ 0 < 𝐴) ∧ 𝐵 ∈ ℚ ∧ (𝐶 ∈ ℚ ∧ 0 < 𝐶)) → (𝐴 · (𝐵 mod 𝐶)) = ((𝐴 · 𝐵) mod (𝐴 · 𝐶)))
 
Theoremmodqsubdir 9395 Distribute the modulo operation over a subtraction. (Contributed by Jim Kingdon, 26-Oct-2021.)
(((𝐴 ∈ ℚ ∧ 𝐵 ∈ ℚ) ∧ (𝐶 ∈ ℚ ∧ 0 < 𝐶)) → ((𝐵 mod 𝐶) ≤ (𝐴 mod 𝐶) ↔ ((𝐴𝐵) mod 𝐶) = ((𝐴 mod 𝐶) − (𝐵 mod 𝐶))))
 
Theoremmodqeqmodmin 9396 A rational number equals the difference of the rational number and a modulus modulo the modulus. (Contributed by Jim Kingdon, 26-Oct-2021.)
((𝐴 ∈ ℚ ∧ 𝑀 ∈ ℚ ∧ 0 < 𝑀) → (𝐴 mod 𝑀) = ((𝐴𝑀) mod 𝑀))
 
Theoremmodfzo0difsn 9397* For a number within a half-open range of nonnegative integers with one excluded integer there is a positive integer so that the number is equal to the sum of the positive integer and the excluded integer modulo the upper bound of the range. (Contributed by AV, 19-Mar-2021.)
((𝐽 ∈ (0..^𝑁) ∧ 𝐾 ∈ ((0..^𝑁) ∖ {𝐽})) → ∃𝑖 ∈ (1..^𝑁)𝐾 = ((𝑖 + 𝐽) mod 𝑁))
 
Theoremmodsumfzodifsn 9398 The sum of a number within a half-open range of positive integers is an element of the corresponding open range of nonnegative integers with one excluded integer modulo the excluded integer. (Contributed by AV, 19-Mar-2021.)
((𝐽 ∈ (0..^𝑁) ∧ 𝐾 ∈ (1..^𝑁)) → ((𝐾 + 𝐽) mod 𝑁) ∈ ((0..^𝑁) ∖ {𝐽}))
 
Theoremmodlteq 9399 Two nonnegative integers less than the modulus are equal iff they are equal modulo the modulus. (Contributed by AV, 14-Mar-2021.)
((𝐼 ∈ (0..^𝑁) ∧ 𝐽 ∈ (0..^𝑁)) → ((𝐼 mod 𝑁) = (𝐽 mod 𝑁) ↔ 𝐼 = 𝐽))
 
Theoremaddmodlteq 9400 Two nonnegative integers less than the modulus are equal iff the sums of these integer with another integer are equal modulo the modulus. (Contributed by AV, 20-Mar-2021.)
((𝐼 ∈ (0..^𝑁) ∧ 𝐽 ∈ (0..^𝑁) ∧ 𝑆 ∈ ℤ) → (((𝐼 + 𝑆) mod 𝑁) = ((𝐽 + 𝑆) mod 𝑁) ↔ 𝐼 = 𝐽))
    < Previous  Next >

Page List
Jump to page: Contents  1 1-100 2 101-200 3 201-300 4 301-400 5 401-500 6 501-600 7 601-700 8 701-800 9 801-900 10 901-1000 11 1001-1100 12 1101-1200 13 1201-1300 14 1301-1400 15 1401-1500 16 1501-1600 17 1601-1700 18 1701-1800 19 1801-1900 20 1901-2000 21 2001-2100 22 2101-2200 23 2201-2300 24 2301-2400 25 2401-2500 26 2501-2600 27 2601-2700 28 2701-2800 29 2801-2900 30 2901-3000 31 3001-3100 32 3101-3200 33 3201-3300 34 3301-3400 35 3401-3500 36 3501-3600 37 3601-3700 38 3701-3800 39 3801-3900 40 3901-4000 41 4001-4100 42 4101-4200 43 4201-4300 44 4301-4400 45 4401-4500 46 4501-4600 47 4601-4700 48 4701-4800 49 4801-4900 50 4901-5000 51 5001-5100 52 5101-5200 53 5201-5300 54 5301-5400 55 5401-5500 56 5501-5600 57 5601-5700 58 5701-5800 59 5801-5900 60 5901-6000 61 6001-6100 62 6101-6200 63 6201-6300 64 6301-6400 65 6401-6500 66 6501-6600 67 6601-6700 68 6701-6800 69 6801-6900 70 6901-7000 71 7001-7100 72 7101-7200 73 7201-7300 74 7301-7400 75 7401-7500 76 7501-7600 77 7601-7700 78 7701-7800 79 7801-7900 80 7901-8000 81 8001-8100 82 8101-8200 83 8201-8300 84 8301-8400 85 8401-8500 86 8501-8600 87 8601-8700 88 8701-8800 89 8801-8900 90 8901-9000 91 9001-9100 92 9101-9200 93 9201-9300 94 9301-9400 95 9401-9500 96 9501-9600 97 9601-9700 98 9701-9800 99 9801-9900 100 9901-10000 101 10001-10100 102 10101-10200 103 10201-10300 104 10301-10400 105 10401-10500 106 10501-10600 107 10601-10700 108 10701-10795
  Copyright terms: Public domain < Previous  Next >