theorem Th75:
  for o being OperSymbol of S st
  o = In((the connectives of S).11, the carrier' of S)
  holds the_arity_of o = <*the_array_sort_of S,I*> &
  the_result_sort_of o = I
  proof
    let o be OperSymbol of S;
    assume A1: o = In((the connectives of S).11, the carrier' of S);
    11+3 <= len the connectives of S by AOFA_A00:def 51;
    then 11 <= len the connectives of S by XXREAL_0:2;
    then 11 in dom the connectives of S by FINSEQ_3:25;
    then o = (the connectives of S).11 by A1,FUNCT_1:102,SUBSET_1:def 8;
    then o is_of_type <*the_array_sort_of S,I*>, I by Th73;
    hence the_arity_of o = <*the_array_sort_of S,I*> &
    the_result_sort_of o = I;
  end;
