let V be SetValuation; for P being Permutation of V
for p, q being Element of HP-WFF st Perm (P,p) is with_fixpoint & Perm (P,q) is without_fixpoints holds
Perm (P,(p => q)) is without_fixpoints
let P be Permutation of V; for p, q being Element of HP-WFF st Perm (P,p) is with_fixpoint & Perm (P,q) is without_fixpoints holds
Perm (P,(p => q)) is without_fixpoints
let p, q be Element of HP-WFF ; ( Perm (P,p) is with_fixpoint & Perm (P,q) is without_fixpoints implies Perm (P,(p => q)) is without_fixpoints )
given x1 being object such that A1:
x1 is_a_fixpoint_of Perm (P,p)
; ABIAN:def 5 ( not Perm (P,q) is without_fixpoints or Perm (P,(p => q)) is without_fixpoints )
reconsider xx1 = x1 as set by TARSKI:1;
assume A2:
for x2 being object holds not x2 is_a_fixpoint_of Perm (P,q)
; ABIAN:def 5 Perm (P,(p => q)) is without_fixpoints
let x be object ; ABIAN:def 5 not x is_a_fixpoint_of Perm (P,(p => q))
assume A3:
x is_a_fixpoint_of Perm (P,(p => q))
; contradiction
A4:
x in dom (Perm (P,(p => q)))
by A3, ABIAN:def 3;
SetVal (V,(p => q)) = Funcs ((SetVal (V,p)),(SetVal (V,q)))
by HILBERT3:32;
then consider f being Function such that
A5:
x = f
and
( dom f = SetVal (V,p) & rng f c= SetVal (V,q) )
by A4, FUNCT_2:def 2;
f . xx1 is_a_fixpoint_of Perm (P,q)
by A3, A1, A5, HILBERT3:40;
hence
contradiction
by A2; verum