let n be Element of NAT ; for RAS being non empty MidSp-like ReperAlgebraStr of n + 2
for a being Point of RAS
for p being Tuple of (n + 1),RAS
for W being ATLAS of RAS
for x being Tuple of (n + 1),W holds
( W . a,p = x iff a,x . W = p )
let RAS be non empty MidSp-like ReperAlgebraStr of n + 2; for a being Point of RAS
for p being Tuple of (n + 1),RAS
for W being ATLAS of RAS
for x being Tuple of (n + 1),W holds
( W . a,p = x iff a,x . W = p )
let a be Point of RAS; for p being Tuple of (n + 1),RAS
for W being ATLAS of RAS
for x being Tuple of (n + 1),W holds
( W . a,p = x iff a,x . W = p )
let p be Tuple of (n + 1),RAS; for W being ATLAS of RAS
for x being Tuple of (n + 1),W holds
( W . a,p = x iff a,x . W = p )
let W be ATLAS of RAS; for x being Tuple of (n + 1),W holds
( W . a,p = x iff a,x . W = p )
let x be Tuple of (n + 1),W; ( W . a,p = x iff a,x . W = p )
thus
( W . a,p = x implies a,x . W = p )
( a,x . W = p implies W . a,p = x )proof
assume A1:
W . a,
p = x
;
a,x . W = p
hence
a,
x . W = p
by Def11;
verum
end;
thus
( a,x . W = p implies W . a,p = x )
verumproof
assume A2:
a,
x . W = p
;
W . a,p = x
hence
W . a,
p = x
by Def12;
verum
end;