Step * of Lemma squares-req

No Annotations
∀x,y:ℝ.  (y ≠ r0 ⇒ (x^2 = y^2 ⇐⇒ (x = y) ∨ (x = -(y))))
BY
{ Auto }

1
1. x : ℝ
2. y : ℝ
3. y ≠ r0
4. x^2 = y^2
⊢ (x = y) ∨ (x = -(y))

2
1. x : ℝ
2. y : ℝ
3. y ≠ r0
4. (x = y) ∨ (x = -(y))
⊢ x^2 = y^2


Latex:


Latex:
No  Annotations
\mforall{}x,y:\mBbbR{}.    (y  \mneq{}  r0  {}\mRightarrow{}  (x\^{}2  =  y\^{}2  \mLeftarrow{}{}\mRightarrow{}  (x  =  y)  \mvee{}  (x  =  -(y))))


By


Latex:
Auto




Home Index