Step
*
of Lemma
eu-add-length-assoc
∀[e:EuclideanPlane]. ∀[x,y,z:{p:Point| O_X_p} ].  (x + y + z = x + y + z ∈ {p:Point| O_X_p} )
BY
{ (Auto THEN EqTypeCD THEN Auto) }
1
1. e : EuclideanPlane
2. x : {p:Point| O_X_p} 
3. y : {p:Point| O_X_p} 
4. z : {p:Point| O_X_p} 
⊢ x + y + z = x + y + z ∈ Point
2
.....set predicate..... 
1. e : EuclideanPlane
2. x : {p:Point| O_X_p} 
3. y : {p:Point| O_X_p} 
4. z : {p:Point| O_X_p} 
⊢ O_X_x + y + z
Latex:
Latex:
\mforall{}[e:EuclideanPlane].  \mforall{}[x,y,z:\{p:Point|  O\_X\_p\}  ].    (x  +  y  +  z  =  x  +  y  +  z)
By
Latex:
(Auto  THEN  EqTypeCD  THEN  Auto)
Home
Index