Lm1:
for k being Nat
for p being XFinSequence holds
( k < len p iff k in dom p )
Lm2:
for x, y being object
for x1, y1 being set st [x,y] in {[x1,y1]} holds
( x = x1 & y = y1 )
Lm3:
for x1, x2, x3, x4 being object holds
( <%x1,x2,x3,x4%> . 1 = x2 & <%x1,x2,x3,x4%> . 2 = x3 & <%x1,x2,x3,x4%> . 3 = x4 )
registration
let x1,
x2,
x3,
x4 be
object ;
reducibility
<%x1,x2,x3,x4%> . 0 = x1
reducibility
<%x1,x2,x3,x4%> . 1 = x2
by Lm3;
reducibility
<%x1,x2,x3,x4%> . 2 = x3
by Lm3;
reducibility
<%x1,x2,x3,x4%> . 3 = x4
by Lm3;
end;