let X be set ; :: thesis: for Si being SigmaField of X
for FSi being FinSequence of Si holds Intersection FSi in Si

let Si be SigmaField of X; :: thesis: for FSi being FinSequence of Si holds Intersection FSi in Si
let FSi be FinSequence of Si; :: thesis: Intersection FSi in Si
per cases ( FSi = {} or FSi <> {} ) ;
end;