let n be Nat; :: thesis: for R being NatRelStr of n
for x, y being set st x in n & y in n & [x,y] in the InternalRel of (Mycielskian R) holds
[x,y] in the InternalRel of R

let R be NatRelStr of n; :: thesis: for x, y being set st x in n & y in n & [x,y] in the InternalRel of (Mycielskian R) holds
[x,y] in the InternalRel of R

let a, b be set ; :: thesis: ( a in n & b in n & [a,b] in the InternalRel of (Mycielskian R) implies [a,b] in the InternalRel of R )
assume that
A: a in n and
B: b in n and
C: [a,b] in the InternalRel of (Mycielskian R) ; :: thesis: [a,b] in the InternalRel of R
set iR = the InternalRel of R;
set MR = Mycielskian R;
set iMR = the InternalRel of (Mycielskian R);
D: the InternalRel of (Mycielskian R) = ((( the InternalRel of R \/ { [x,(y + n)] where x, y is Element of NAT : [x,y] in the InternalRel of R } ) \/ { [(x + n),y] where x, y is Element of NAT : [x,y] in the InternalRel of R } ) \/ [:{(2 * n)},((2 * n) \ n):]) \/ [:((2 * n) \ n),{(2 * n)}:] by LMR;
per cases ( [a,b] in the InternalRel of R or [a,b] in { [x,(y + n)] where x, y is Element of NAT : [x,y] in the InternalRel of R } or [a,b] in { [(x + n),y] where x, y is Element of NAT : [x,y] in the InternalRel of R } or [a,b] in [:{(2 * n)},((2 * n) \ n):] or [a,b] in [:((2 * n) \ n),{(2 * n)}:] ) by C, D, U5;
suppose [a,b] in the InternalRel of R ; :: thesis: [a,b] in the InternalRel of R
hence [a,b] in the InternalRel of R ; :: thesis: verum
end;
suppose [a,b] in { [x,(y + n)] where x, y is Element of NAT : [x,y] in the InternalRel of R } ; :: thesis: [a,b] in the InternalRel of R
then consider x, y being Element of NAT such that
A1: [a,b] = [x,(y + n)] and
[x,y] in the InternalRel of R ;
b = y + n by A1, ZFMISC_1:33;
then y + n < n by B, NAT_1:45;
then y < n - n by XREAL_1:22;
then y < 0 ;
hence [a,b] in the InternalRel of R ; :: thesis: verum
end;
suppose [a,b] in { [(x + n),y] where x, y is Element of NAT : [x,y] in the InternalRel of R } ; :: thesis: [a,b] in the InternalRel of R
then consider x, y being Element of NAT such that
A1: [a,b] = [(x + n),y] and
[x,y] in the InternalRel of R ;
a = x + n by A1, ZFMISC_1:33;
then x + n < n by A, NAT_1:45;
then x < n - n by XREAL_1:22;
then x < 0 ;
hence [a,b] in the InternalRel of R ; :: thesis: verum
end;
suppose [a,b] in [:{(2 * n)},((2 * n) \ n):] ; :: thesis: [a,b] in the InternalRel of R
then consider c, d being set such that
A1: c in {(2 * n)} and
d in (2 * n) \ n and
C1: [a,b] = [c,d] by ZFMISC_1:def 2;
D1: c = 2 * n by A1, TARSKI:def 1;
E1: c = a by C1, ZFMISC_1:33;
n + n < n by A, E1, D1, NAT_1:45;
then n < n - n by XREAL_1:22;
then n < 0 ;
hence [a,b] in the InternalRel of R ; :: thesis: verum
end;
suppose [a,b] in [:((2 * n) \ n),{(2 * n)}:] ; :: thesis: [a,b] in the InternalRel of R
then consider c, d being set such that
c in (2 * n) \ n and
B1: d in {(2 * n)} and
C1: [a,b] = [c,d] by ZFMISC_1:def 2;
D1: d = 2 * n by B1, TARSKI:def 1;
E1: d = b by C1, ZFMISC_1:33;
n + n < n by B, E1, D1, NAT_1:45;
then n < n - n by XREAL_1:22;
then n < 0 ;
hence [a,b] in the InternalRel of R ; :: thesis: verum
end;
end;