let n be Nat; the InternalRel of (Necklace n) = { [i,(i + 1)] where i is Element of NAT : i + 1 < n } \/ { [(i + 1),i] where i is Element of NAT : i + 1 < n }
set I = { [i,(i + 1)] where i is Element of NAT : i + 1 < n } ;
{ [i,(i + 1)] where i is Element of NAT : i + 1 < n } is Relation-like
then reconsider I = { [i,(i + 1)] where i is Element of NAT : i + 1 < n } as Relation ;
set B = n -SuccRelStr ;
deffunc H1( Element of NAT ) -> Element of NAT = $1;
deffunc H2( Element of NAT ) -> Element of omega = $1 + 1;
defpred S1[ Element of NAT ] means $1 + 1 < n;
set R = { [H2(i),H1(i)] where i is Element of NAT : S1[i] } ;
A1:
I = { [H1(i),H2(i)] where i is Element of NAT : S1[i] }
;
A2:
I ~ = { [H2(i),H1(i)] where i is Element of NAT : S1[i] }
from NECKLACE:sch 1(A1);
the InternalRel of (n -SuccRelStr) = I
by Def6;
hence
the InternalRel of (Necklace n) = { [i,(i + 1)] where i is Element of NAT : i + 1 < n } \/ { [(i + 1),i] where i is Element of NAT : i + 1 < n }
by A2, Def7; verum