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]
proof
A2: S1[ 0 ]
proof
(Fint (A /\ B)) . 0 = A /\ B by Def4
.= ((Fint A) . 0 ) /\ B by Def4
.= ((Fint A) . 0 ) /\ ((Fint B) . 0 ) by Def4 ;
hence S1[ 0 ] ; :: thesis: verum
end;
A3: for k being Element of NAT st S1[k] holds
S1[k + 1]
proof
let k be Element of NAT ; :: thesis: ( S1[k] implies S1[k + 1] )
assume A4: S1[k] ; :: thesis: S1[k + 1]
(Fint (A /\ B)) . (k + 1) = (Fint (A /\ B),k) ^i by Def4
.= ((Fint A,k) ^i ) /\ ((Fint B,k) ^i ) by A4, Th10
.= (Fint A,(k + 1)) /\ ((Fint B,k) ^i ) by Def4
.= ((Fint A) . (k + 1)) /\ ((Fint B) . (k + 1)) by Def4 ;
hence S1[k + 1] ; :: thesis: verum
end;
for n being Element of NAT holds S1[n] from NAT_1:sch 1(A2, A3);
hence for n being Element of NAT holds S1[n] ; :: thesis: verum
end;
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