Integer Linear Combination
Context: FIT1058_MOC · the values with · Bézout: is the smallest positive one · found by the Extended Euclidean Algorithm
Quick Revision
- 🎯 Objective: for ➔ Bézout: = smallest positive one.
- 📦 Core Components: the set ➔ ➔ closed under differences.
- ⚡ Key Constraint: Bézout guarantees exist; finding them needs the Extended Euclidean Algorithm.
📝 Core
1. The Combinations
- Definition ➔ , integer coefficients, linear (no powers).
- Set ➔ .
- Bézout ➔ = smallest positive member; .
2. Why the GCD
- Same divisors ➔ common divisors of = of the whole set ( recover ).
- Generator ➔ smallest positive generates and divides the set ⟹ .
- Closure ➔ differences of combinations are combinations.
3. Corollary
- Coprimality ➔ .
- Non-unique ➔ adding to leaves the value unchanged.
Key identities:
When It Flips: the crucial corollary — iff some — is the definition-level link to Coprimality and [[Modular Inverse|inverses mod ]]. Closure under differences underlies .
📊 Exam Execution Trace
Manual Execution Trace
Combinations of 12, 20:
| Step / State | ||
|---|---|---|
| 0 (Init) | — | — |
| 1 | 4 = gcd | |
| 2 | 8 | |
| 3 | 0 |
⚠️ Common Mistakes
- 💡 Existence ≠ construction ➔ Bézout guarantees ; the Extended Euclidean Algorithm actually finds them, and they are non-unique.
🧠 Active Recall
State Bézout's identity and why is the smallest positive .
- Hint: Shared greatest element.
Answer
- Short answer: and .
- Why: Same divisors ➔ ; the least positive combination generates and divides the set.
What is , and what coprimality corollary follows?
- Hint: Multiples of the gcd.
Answer
- Short answer: (all multiples of 4); in general iff 1 is a combination.
- Why: Coprimality link ➔ yields modular inverses.