begin
theorem Th3:
for
x1,
x2,
y1,
y2 being
set holds
(
len ((x1,x2) ][ (y1,y2)) = 2 &
width ((x1,x2) ][ (y1,y2)) = 2 &
Indices ((x1,x2) ][ (y1,y2)) = [:(Seg 2),(Seg 2):] )
theorem Th4:
for
x1,
x2,
y1,
y2 being
set holds
(
[1,1] in Indices ((x1,x2) ][ (y1,y2)) &
[1,2] in Indices ((x1,x2) ][ (y1,y2)) &
[2,1] in Indices ((x1,x2) ][ (y1,y2)) &
[2,2] in Indices ((x1,x2) ][ (y1,y2)) )
theorem
for
D being non
empty set for
a,
b,
c,
d being
Element of
D holds
(
((a,b) ][ (c,d)) * (1,1)
= a &
((a,b) ][ (c,d)) * (1,2)
= b &
((a,b) ][ (c,d)) * (2,1)
= c &
((a,b) ][ (c,d)) * (2,2)
= d )
begin
Lm1:
for K being Field
for M being Matrix of K
for k being Nat st k in dom M holds
M . k = Line (M,k)
begin
begin