let U1, U2 be non empty set ; for n being Nat
for R being Relation of U1,U2 holds n -placesOf (R ~) = (n -placesOf R) ~
let n be Nat; for R being Relation of U1,U2 holds n -placesOf (R ~) = (n -placesOf R) ~
let R be Relation of U1,U2; n -placesOf (R ~) = (n -placesOf R) ~
set N1 = n -tuples_on U1;
set N2 = n -tuples_on U2;
set IT = { [q,p] where p is Element of n -tuples_on U1, q is Element of n -tuples_on U2 : for j being set st j in Seg n holds
[(p . j),(q . j)] in R } ;
reconsider Q = R ~ as Relation of U2,U1 ;
reconsider Rn = n -placesOf R as Relation of (n -tuples_on U1),(n -tuples_on U2) ;
reconsider LH = n -placesOf Q as Relation of (n -tuples_on U2),(n -tuples_on U1) ;
reconsider RH = Rn ~ as Relation of (n -tuples_on U2),(n -tuples_on U1) ;
then A2:
LH c= RH
by TARSKI:def 3;
then
RH ~ c= LH ~
by TARSKI:def 3;
then
(RH ~) \ (LH ~) = {}
;
then
(RH \ LH) ~ = {}
by RELAT_1:24;
then
((RH \ LH) ~) ~ = {}
;
then
RH c= LH
by XBOOLE_1:37;
hence
n -placesOf (R ~) = (n -placesOf R) ~
by A2; verum