let b1, b2, a be natural number ; ( b1 <= b2 iff seq a,b1 c= seq a,b2 )
thus
( b1 <= b2 implies seq a,b1 c= seq a,b2 )
( seq a,b1 c= seq a,b2 implies b1 <= b2 )proof
assume
b1 <= b2
;
seq a,b1 c= seq a,b2
then A1:
b1 + a <= b2 + a
by XREAL_1:8;
let b be
set ;
TARSKI:def 3 ( not b in seq a,b1 or b in seq a,b2 )
assume A2:
b in seq a,
b1
;
b in seq a,b2
reconsider c =
b as
Element of
NAT by A2;
c <= b1 + a
by A2, Th1;
then A3:
c <= b2 + a
by A1, XXREAL_0:2;
1
+ a <= c
by A2, Th1;
hence
b in seq a,
b2
by A3;
verum
end;
assume A4:
seq a,b1 c= seq a,b2
; b1 <= b2
hence
b1 <= b2
; verum