let n be Nat; for RAS being non empty MidSp-like ReperAlgebraStr over 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 over 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
now for m being Nat of n holds (a,(x . m)) . W = p . mend;
hence
(
a,
x)
. W = p
by Def8;
verum
end;
thus
( (a,x) . W = p implies W . (a,p) = x )
verumproof
assume A2:
(
a,
x)
. W = p
;
W . (a,p) = x
now for m being Nat of n holds W . (a,(p . m)) = x . mend;
hence
W . (
a,
p)
= x
by Def9;
verum
end;