Step
*
1
2
of Lemma
int_mod_isect_int_mod
1. n : ℕ+
2. m : ℕ+
3. x : Base
4. x1 : Base
5. x = x1 ∈ pertype(λx,y. ((x ∈ ℤ) ∧ (y ∈ ℤ) ∧ (x ≡ y mod lcm(n;m))))
6. x ∈ ℤ
7. x1 ∈ ℤ
8. x ≡ x1 mod lcm(n;m)
⊢ x ≡ x1 mod n
BY
{ Assert ⌜n | lcm(n;m)⌝⋅ }
1
.....assertion..... 
1. n : ℕ+
2. m : ℕ+
3. x : Base
4. x1 : Base
5. x = x1 ∈ pertype(λx,y. ((x ∈ ℤ) ∧ (y ∈ ℤ) ∧ (x ≡ y mod lcm(n;m))))
6. x ∈ ℤ
7. x1 ∈ ℤ
8. x ≡ x1 mod lcm(n;m)
⊢ n | lcm(n;m)
2
1. n : ℕ+
2. m : ℕ+
3. x : Base
4. x1 : Base
5. x = x1 ∈ pertype(λx,y. ((x ∈ ℤ) ∧ (y ∈ ℤ) ∧ (x ≡ y mod lcm(n;m))))
6. x ∈ ℤ
7. x1 ∈ ℤ
8. x ≡ x1 mod lcm(n;m)
9. n | lcm(n;m)
⊢ x ≡ x1 mod n
Latex:
Latex:
1.  n  :  \mBbbN{}\msupplus{}
2.  m  :  \mBbbN{}\msupplus{}
3.  x  :  Base
4.  x1  :  Base
5.  x  =  x1
6.  x  \mmember{}  \mBbbZ{}
7.  x1  \mmember{}  \mBbbZ{}
8.  x  \mequiv{}  x1  mod  lcm(n;m)
\mvdash{}  x  \mequiv{}  x1  mod  n
By
Latex:
Assert  \mkleeneopen{}n  |  lcm(n;m)\mkleeneclose{}\mcdot{}
Home
Index