Step * of Lemma coprime-equiv-unique-pair

[p:ℤ]. ∀[q:ℤ-o]. ∀[a,b:ℤ].
  (<p, q> = <a, b> ∈ (ℤ × ℤ-o)) supposing 
     ((q < ⇐⇒ b < 0) and 
     (p < ⇐⇒ a < 0) and 
     ((p b) (a q) ∈ ℤand 
     CoPrime(a,b) and 
     CoPrime(p,q))
BY
(Auto THEN (Assert (p a ∈ ℤ) ∧ (q b ∈ ℤBY (BLemma `coprime-equiv-unique` THEN Auto)) THEN EqCD THEN Auto) }


Latex:


Latex:
\mforall{}[p:\mBbbZ{}].  \mforall{}[q:\mBbbZ{}\msupminus{}\msupzero{}].  \mforall{}[a,b:\mBbbZ{}].
    (<p,  q>  =  <a,  b>)  supposing 
          ((q  <  0  \mLeftarrow{}{}\mRightarrow{}  b  <  0)  and 
          (p  <  0  \mLeftarrow{}{}\mRightarrow{}  a  <  0)  and 
          ((p  *  b)  =  (a  *  q))  and 
          CoPrime(a,b)  and 
          CoPrime(p,q))


By


Latex:
(Auto
  THEN  (Assert  (p  =  a)  \mwedge{}  (q  =  b)  BY
                          (BLemma  `coprime-equiv-unique`  THEN  Auto))
  THEN  EqCD
  THEN  Auto)




Home Index