Step
*
2
of Lemma
req_int_terms_functionality
1. x1 : int_term()
2. x2 : int_term()
3. y1 : int_term()
4. y2 : int_term()
5. ∀f:ℤ ⟶ ℝ. (real_term_value(f;x1) = real_term_value(f;x2))
6. ∀f:ℤ ⟶ ℝ. (real_term_value(f;y1) = real_term_value(f;y2))
7. ∀f:ℤ ⟶ ℝ. (real_term_value(f;x2) = real_term_value(f;y2))
8. f : ℤ ⟶ ℝ
⊢ real_term_value(f;x1) = real_term_value(f;y1)
BY
{ ((RWO "5" 0 THEN Auto) THEN RWO "7" 0 THEN Auto) }
Latex:
Latex:
1.  x1  :  int\_term()
2.  x2  :  int\_term()
3.  y1  :  int\_term()
4.  y2  :  int\_term()
5.  \mforall{}f:\mBbbZ{}  {}\mrightarrow{}  \mBbbR{}.  (real\_term\_value(f;x1)  =  real\_term\_value(f;x2))
6.  \mforall{}f:\mBbbZ{}  {}\mrightarrow{}  \mBbbR{}.  (real\_term\_value(f;y1)  =  real\_term\_value(f;y2))
7.  \mforall{}f:\mBbbZ{}  {}\mrightarrow{}  \mBbbR{}.  (real\_term\_value(f;x2)  =  real\_term\_value(f;y2))
8.  f  :  \mBbbZ{}  {}\mrightarrow{}  \mBbbR{}
\mvdash{}  real\_term\_value(f;x1)  =  real\_term\_value(f;y1)
By
Latex:
((RWO  "5"  0  THEN  Auto)  THEN  RWO  "7"  0  THEN  Auto)
Home
Index