let t, t1 be Tree; for xi being Element of t holds (t with-replacement (xi,t1)) | xi = t1
let xi be Element of t; (t with-replacement (xi,t1)) | xi = t1
let p be FinSequence of NAT ; TREES_2:def 1 ( ( not p in (t with-replacement (xi,t1)) | xi or p in t1 ) & ( not p in t1 or p in (t with-replacement (xi,t1)) | xi ) )
A1:
xi in t with-replacement (xi,t1)
by TREES_1:def 9;
assume
p in t1
; p in (t with-replacement (xi,t1)) | xi
then
xi ^ p in t with-replacement (xi,t1)
by TREES_1:def 9;
hence
p in (t with-replacement (xi,t1)) | xi
by A1, TREES_1:def 6; verum