Step
*
2
1
1
1
3
1
of Lemma
faces-of-compatible-rat-cubes
1. k : ℕ
2. f : ℚCube(k)
3. g : ℚCube(k)
4. c : ℚCube(k)
5. d : ℚCube(k)
6. ∀i:ℕk. (↑Inhabited(c i))
7. ∀i:ℕk. (↑Inhabited(d i))
8. ∀i:ℕk. f i ≤ c i
9. ∀i:ℕk. g i ≤ d i
10. ∀i:ℕk. (↑Inhabited(f i ⋂ g i))
11. ∀i:ℕk. (↑Inhabited(c i ⋂ d i))
12. (∀i:ℕk. c i ⋂ d i ≤ c i) ∧ (∀i:ℕk. c i ⋂ d i ≤ d i)
13. ∀i:ℕk. (((c i) = (d i) ∈ ℚInterval) ∨ ((snd((c i))) = (fst((d i))) ∈ ℚ) ∨ ((snd((d i))) = (fst((c i))) ∈ ℚ))
14. i : ℕk
15. ((c i) = (d i) ∈ ℚInterval) ∨ ((snd((c i))) = (fst((d i))) ∈ ℚ) ∨ ((snd((d i))) = (fst((c i))) ∈ ℚ)
⊢ ((f i) = (g i) ∈ ℚInterval) ∨ ((snd((f i))) = (fst((g i))) ∈ ℚ) ∨ ((snd((g i))) = (fst((f i))) ∈ ℚ)
BY
{ (((Assert f i ≤ c i BY Auto) THEN MoveToConcl (-1)) THEN (Assert g i ≤ d i BY Auto) THEN MoveToConcl (-1)) }
1
1. k : ℕ
2. f : ℚCube(k)
3. g : ℚCube(k)
4. c : ℚCube(k)
5. d : ℚCube(k)
6. ∀i:ℕk. (↑Inhabited(c i))
7. ∀i:ℕk. (↑Inhabited(d i))
8. ∀i:ℕk. f i ≤ c i
9. ∀i:ℕk. g i ≤ d i
10. ∀i:ℕk. (↑Inhabited(f i ⋂ g i))
11. ∀i:ℕk. (↑Inhabited(c i ⋂ d i))
12. (∀i:ℕk. c i ⋂ d i ≤ c i) ∧ (∀i:ℕk. c i ⋂ d i ≤ d i)
13. ∀i:ℕk. (((c i) = (d i) ∈ ℚInterval) ∨ ((snd((c i))) = (fst((d i))) ∈ ℚ) ∨ ((snd((d i))) = (fst((c i))) ∈ ℚ))
14. i : ℕk
15. ((c i) = (d i) ∈ ℚInterval) ∨ ((snd((c i))) = (fst((d i))) ∈ ℚ) ∨ ((snd((d i))) = (fst((c i))) ∈ ℚ)
⊢ g i ≤ d i
⇒ f i ≤ c i
⇒ (((f i) = (g i) ∈ ℚInterval) ∨ ((snd((f i))) = (fst((g i))) ∈ ℚ) ∨ ((snd((g i))) = (fst((f i))) ∈ ℚ))
Latex:
Latex:
1.  k  :  \mBbbN{}
2.  f  :  \mBbbQ{}Cube(k)
3.  g  :  \mBbbQ{}Cube(k)
4.  c  :  \mBbbQ{}Cube(k)
5.  d  :  \mBbbQ{}Cube(k)
6.  \mforall{}i:\mBbbN{}k.  (\muparrow{}Inhabited(c  i))
7.  \mforall{}i:\mBbbN{}k.  (\muparrow{}Inhabited(d  i))
8.  \mforall{}i:\mBbbN{}k.  f  i  \mleq{}  c  i
9.  \mforall{}i:\mBbbN{}k.  g  i  \mleq{}  d  i
10.  \mforall{}i:\mBbbN{}k.  (\muparrow{}Inhabited(f  i  \mcap{}  g  i))
11.  \mforall{}i:\mBbbN{}k.  (\muparrow{}Inhabited(c  i  \mcap{}  d  i))
12.  (\mforall{}i:\mBbbN{}k.  c  i  \mcap{}  d  i  \mleq{}  c  i)  \mwedge{}  (\mforall{}i:\mBbbN{}k.  c  i  \mcap{}  d  i  \mleq{}  d  i)
13.  \mforall{}i:\mBbbN{}k.  (((c  i)  =  (d  i))  \mvee{}  ((snd((c  i)))  =  (fst((d  i))))  \mvee{}  ((snd((d  i)))  =  (fst((c  i)))))
14.  i  :  \mBbbN{}k
15.  ((c  i)  =  (d  i))  \mvee{}  ((snd((c  i)))  =  (fst((d  i))))  \mvee{}  ((snd((d  i)))  =  (fst((c  i))))
\mvdash{}  ((f  i)  =  (g  i))  \mvee{}  ((snd((f  i)))  =  (fst((g  i))))  \mvee{}  ((snd((g  i)))  =  (fst((f  i))))
By
Latex:
(((Assert  f  i  \mleq{}  c  i  BY  Auto)  THEN  MoveToConcl  (-1))
  THEN  (Assert  g  i  \mleq{}  d  i  BY
                          Auto)
  THEN  MoveToConcl  (-1))
Home
Index