Step * 1 2 1 3 of Lemma qadd_grp_wf2


1. : ℚ
2. : ℚ
3. (↑qpositive(y -(x))) ∨ (x y ∈ ℚ)
4. (↑qpositive(x -(y))) ∨ (y x ∈ ℚ)
⊢ y ∈ ℚ
BY
TACTIC:(SplitOrHyps THEN Auto) }

1
1. : ℚ
2. : ℚ
3. ↑qpositive(y -(x))
4. ↑qpositive(x -(y))
⊢ y ∈ ℚ


Latex:


Latex:

1.  x  :  \mBbbQ{}
2.  y  :  \mBbbQ{}
3.  (\muparrow{}qpositive(y  +  -(x)))  \mvee{}  (x  =  y)
4.  (\muparrow{}qpositive(x  +  -(y)))  \mvee{}  (y  =  x)
\mvdash{}  x  =  y


By


Latex:
TACTIC:(SplitOrHyps  THEN  Auto)




Home Index