begin
theorem
for
x1,
x2,
x3,
y1,
y2,
y3 being
set holds
[:{x1,x2,x3},{y1,y2,y3}:] = {[x1,y1],[x1,y2],[x1,y3],[x2,y1],[x2,y2],[x2,y3],[x3,y1],[x3,y2],[x3,y3]}
theorem Th3:
for
x being
set for
n being
Nat st
x in n holds
x is
Nat
theorem Th10:
for
a,
b,
c,
d being
set holds
not ( (
a = b implies
c = d ) & (
c = d implies
a = b ) & not
((a,b) --> (c,d)) " = (
c,
d)
--> (
a,
b) )
theorem
for
i,
j,
n being
Nat st
i < j &
j in n holds
i in n
begin
Lm1:
for S, R being non empty RelStr st S,R are_isomorphic holds
card the InternalRel of S = card the InternalRel of R
begin