let F be ManySortedSet of NAT ; :: thesis: for n being object holds
( n is Nat iff n in dom F )

let n be object ; :: thesis: ( n is Nat iff n in dom F )
hereby :: thesis: ( n in dom F implies n is Nat ) end;
assume n in dom F ; :: thesis: n is Nat
hence n is Nat ; :: thesis: verum