set x = A | a;
A1:
dom (A | a) = (dom A) | a
by TREES_2:def 10;
then reconsider db = dom (A | a) as finite Tree ;
reconsider x = A | a as finite DecoratedTree of [:NAT,NAT:] by A1, Lm2;
now ( db is finite & ( for v being Element of db holds
( branchdeg v <= 2 & ( not branchdeg v = 0 or x . v = [0,0] or ex k being Nat st x . v = [3,k] ) & ( not branchdeg v = 1 or x . v = [1,0] or x . v = [1,1] ) & ( branchdeg v = 2 implies x . v = [2,0] ) ) ) )thus
db is
finite
;
for v being Element of db holds
( branchdeg v <= 2 & ( not branchdeg v = 0 or x . v = [0,0] or ex k being Nat st x . v = [3,k] ) & ( not branchdeg v = 1 or x . v = [1,0] or x . v = [1,1] ) & ( branchdeg v = 2 implies x . v = [2,0] ) )let v be
Element of
db;
( branchdeg v <= 2 & ( not branchdeg v = 0 or x . v = [0,0] or ex k being Nat st x . v = [3,k] ) & ( not branchdeg v = 1 or x . v = [1,0] or x . v = [1,1] ) & ( branchdeg v = 2 implies x . v = [2,0] ) )set da =
dom A;
reconsider v9 =
v as
Element of
(dom A) | a by TREES_2:def 10;
v in db
;
then A2:
v in (dom A) | a
by TREES_2:def 10;
then reconsider w =
a ^ v as
Element of
dom A by TREES_1:def 6;
(
succ v9,
succ w are_equipotent &
succ v9 = succ v )
by Th11, TREES_2:def 10;
then
card (succ v) = card (succ w)
by CARD_1:5;
then
branchdeg v = card (succ w)
by TREES_2:def 12;
then A3:
branchdeg v = branchdeg w
by TREES_2:def 12;
hence
branchdeg v <= 2
by Def5;
( ( not branchdeg v = 0 or x . v = [0,0] or ex k being Nat st x . v = [3,k] ) & ( not branchdeg v = 1 or x . v = [1,0] or x . v = [1,1] ) & ( branchdeg v = 2 implies x . v = [2,0] ) )thus
( not
branchdeg v = 0 or
x . v = [0,0] or ex
k being
Nat st
x . v = [3,k] )
( ( not branchdeg v = 1 or x . v = [1,0] or x . v = [1,1] ) & ( branchdeg v = 2 implies x . v = [2,0] ) )thus
( not
branchdeg v = 1 or
x . v = [1,0] or
x . v = [1,1] )
( branchdeg v = 2 implies x . v = [2,0] )thus
(
branchdeg v = 2 implies
x . v = [2,0] )
verum end;
hence
A | a is MP-wff
by Def5; verum