let T be non empty RelStr ; :: thesis: for A, B being Subset of T
for n being Element of NAT holds Fint (A /\ B),n = (Fint A,n) /\ (Fint B,n)
let A, B be Subset of T; :: thesis: for n being Element of NAT holds Fint (A /\ B),n = (Fint A,n) /\ (Fint B,n)
defpred S1[ Element of NAT ] means (Fint (A /\ B)) . $1 = ((Fint A) . $1) /\ ((Fint B) . $1);
A1:
for n being Element of NAT holds S1[n]
let n be Element of NAT ; :: thesis: Fint (A /\ B),n = (Fint A,n) /\ (Fint B,n)
thus
Fint (A /\ B),n = (Fint A,n) /\ (Fint B,n)
by A1; :: thesis: verum