let W be Tree; for p being FinSequence of NAT st p in W holds
W = W with-replacement p,(W | p)
let p be FinSequence of NAT ; ( p in W implies W = W with-replacement p,(W | p) )
assume A1:
p in W
; W = W with-replacement p,(W | p)
now let q be
FinSequence of
NAT ;
( ( q in W implies q in W with-replacement p,(W | p) ) & ( q in W with-replacement p,(W | p) implies q in W ) )thus
(
q in W implies
q in W with-replacement p,
(W | p) )
( q in W with-replacement p,(W | p) implies q in W )assume that A10:
q in W with-replacement p,
(W | p)
and A11:
not
q in W
;
contradiction
ex
r being
FinSequence of
NAT st
(
r in W | p &
q = p ^ r )
by A1, A10, A11, TREES_1:def 12;
hence
contradiction
by A1, A11, TREES_1:def 9;
verum end;
hence
W = W with-replacement p,(W | p)
by Th7; verum