Step * 1 of Lemma trans-apply-0


1. rv InnerProductSpace
2. : ℝ ⟶ Point ⟶ Point
3. Point
4. ∀s,t:ℝ. ∀x,y:Point.  (T  (x y ∨ s ≠ t))
5. ∀t,s:ℝ. ∀x:Point.  (t s) x ≡ (T x)
6. ∀x:Point. ∀r:ℝ.  ∃t:ℝ(T x ≡ r*e ∧ (∀y:ℝ(y ≠  r*e)))
7. ∀x:Point. ∀t:{t:ℝr0 ≤ t} .  ∃r:{t:ℝr0 ≤ t} x ≡ r*e
8. Point
9. translation-group-fun(rv;e;T)
⊢ T_r0(x) ≡ x
BY
(((InstHyp [⌜x⌝;⌜r0⌝(-4)⋅ THENA Auto) THEN ExRepD)
   THEN (Assert r0*e ≡ BY
               (RealVecEqual THEN Auto))
   THEN (RWO  "-1" (-3) THENA Auto)
   THEN (InstHyp [⌜t⌝;⌜t⌝;⌜x⌝5⋅ THENA Auto)) }

1
1. rv InnerProductSpace
2. : ℝ ⟶ Point ⟶ Point
3. Point
4. ∀s,t:ℝ. ∀x,y:Point.  (T  (x y ∨ s ≠ t))
5. ∀t,s:ℝ. ∀x:Point.  (t s) x ≡ (T x)
6. ∀x:Point. ∀r:ℝ.  ∃t:ℝ(T x ≡ r*e ∧ (∀y:ℝ(y ≠  r*e)))
7. ∀x:Point. ∀t:{t:ℝr0 ≤ t} .  ∃r:{t:ℝr0 ≤ t} x ≡ r*e
8. Point
9. translation-group-fun(rv;e;T)
10. : ℝ
11. x ≡ x
12. ∀y:ℝ(y ≠  r0*e)
13. r0*e ≡ x
14. (t t) x ≡ (T x)
⊢ T_r0(x) ≡ x


Latex:


Latex:

1.  rv  :  InnerProductSpace
2.  T  :  \mBbbR{}  {}\mrightarrow{}  Point  {}\mrightarrow{}  Point
3.  e  :  Point
4.  \mforall{}s,t:\mBbbR{}.  \mforall{}x,y:Point.    (T  s  x  \#  T  t  y  {}\mRightarrow{}  (x  \#  y  \mvee{}  s  \mneq{}  t))
5.  \mforall{}t,s:\mBbbR{}.  \mforall{}x:Point.    T  (t  +  s)  x  \mequiv{}  T  t  (T  s  x)
6.  \mforall{}x:Point.  \mforall{}r:\mBbbR{}.    \mexists{}t:\mBbbR{}.  (T  t  x  \mequiv{}  x  +  r*e  \mwedge{}  (\mforall{}y:\mBbbR{}.  (y  \mneq{}  t  {}\mRightarrow{}  T  y  x  \#  x  +  r*e)))
7.  \mforall{}x:Point.  \mforall{}t:\{t:\mBbbR{}|  r0  \mleq{}  t\}  .    \mexists{}r:\{t:\mBbbR{}|  r0  \mleq{}  t\}  .  T  t  x  \mequiv{}  x  +  r*e
8.  x  :  Point
9.  translation-group-fun(rv;e;T)
\mvdash{}  T\_r0(x)  \mequiv{}  x


By


Latex:
(((InstHyp  [\mkleeneopen{}x\mkleeneclose{};\mkleeneopen{}r0\mkleeneclose{}]  (-4)\mcdot{}  THENA  Auto)  THEN  ExRepD)
  THEN  (Assert  x  +  r0*e  \mequiv{}  x  BY
                          (RealVecEqual  THEN  Auto))
  THEN  (RWO    "-1"  (-3)  THENA  Auto)
  THEN  (InstHyp  [\mkleeneopen{}t\mkleeneclose{};\mkleeneopen{}t\mkleeneclose{};\mkleeneopen{}x\mkleeneclose{}]  5\mcdot{}  THENA  Auto))




Home Index