Nuprl Lemma : geo-CCR-right
∀g:EuclideanPlane. ∀a,b:Point. ∀c:{c:Point| a # c} . ∀d:Point.
  ((∃p,q:Point. ((ab ≅ ap ∧ cd>cp) ∧ cd ≅ cq ∧ ab>aq)) ⇒ geo-CCR(g;a;b;c;d) leftof ca)
Proof
Definitions occuring in Statement : 
euclidean-plane: EuclideanPlane, 
geo-CCR: geo-CCR(g;a;b;c;d), 
geo-congruent: ab ≅ cd, 
geo-left: a leftof bc, 
geo-sep: a # b, 
geo-gt-prim: ab>cd, 
geo-point: Point, 
all: ∀x:A. B[x], 
exists: ∃x:A. B[x], 
implies: P ⇒ Q, 
and: P ∧ Q, 
set: {x:A| B[x]} 
Definitions unfolded in proof : 
all: ∀x:A. B[x], 
implies: P ⇒ Q, 
member: t ∈ T, 
uall: ∀[x:A]. B[x], 
euclidean-plane: EuclideanPlane, 
uimplies: b supposing a, 
and: P ∧ Q, 
sq_stable: SqStable(P), 
exists: ∃x:A. B[x], 
squash: ↓T, 
subtype_rel: A ⊆r B, 
guard: {T}, 
prop: ℙ
Latex:
\mforall{}g:EuclideanPlane.  \mforall{}a,b:Point.  \mforall{}c:\{c:Point|  a  \#  c\}  .  \mforall{}d:Point.
    ((\mexists{}p,q:Point.  ((ab  \mcong{}  ap  \mwedge{}  cd>cp)  \mwedge{}  cd  \mcong{}  cq  \mwedge{}  ab>aq))  {}\mRightarrow{}  geo-CCR(g;a;b;c;d)  leftof  ca)
Date html generated:
2020_05_20-AM-09_44_58
Last ObjectModification:
2019_11_13-PM-02_08_58
Theory : euclidean!plane!geometry
Home
Index