let M be non empty-yielding Joint_Probability Matrix of REAL ; :: thesis: for i, j being Element of NAT st [i,j] in Indices M holds
M * i,j <= 1
A1:
for i, j being Element of NAT st [i,j] in Indices M holds
M * i,j >= 0
by Def6;
A2:
for i being Element of NAT st i in dom M holds
for j being Element of NAT st j in dom (M . i) holds
(M . i) . j <= Sum (M . i)
A4:
for i being Nat st i in dom (Sum M) holds
(Sum M) . i >= 0
A6:
for i being Element of NAT st i in dom (Sum M) holds
(Sum M) . i <= 1
A8:
for i being Element of NAT st i in dom M holds
for j being Element of NAT st j in dom (M . i) holds
(M . i) . j <= 1
let i, j be Element of NAT ; :: thesis: ( [i,j] in Indices M implies M * i,j <= 1 )
assume A13:
[i,j] in Indices M
; :: thesis: M * i,j <= 1
A14:
( i in Seg (len M) & j in Seg (width M) )
by A13, Th12;
then A15:
i in dom M
by FINSEQ_1:def 3;
then
j in Seg (len (M . i))
by A14, GOBRD13:4;
then A16:
j in dom (M . i)
by FINSEQ_1:def 3;
consider p1 being FinSequence of REAL such that
A17:
( p1 = M . i & M * i,j = p1 . j )
by A13, MATRIX_1:def 6;
thus
M * i,j <= 1
by A8, A15, A16, A17; :: thesis: verum