reserve T,T1,T2 for TopSpace,
  A,B for Subset of T,
  F for Subset of T|A,
  G,G1, G2 for Subset-Family of T,
  U,W for open Subset of T|A,
  p for Point of T|A,
  n for Nat,
  I for Integer;
reserve Af for finite-ind Subset of T,
  Tf for finite-ind TopSpace;

theorem
  [:T1,T2:] is finite-ind implies [:T2,T1:] is finite-ind & ind [:T1,T2
  :] = ind [:T2,T1:]
proof
  assume
A1: [:T1,T2:] is finite-ind;
  per cases;
  suppose
A2: T1 is empty or T2 is empty;
    then ind[:T1,T2:]=-1 by Th6;
    hence thesis by A2,Th6;
  end;
  suppose
    T1 is non empty & T2 is non empty;
    then [:T1,T2:],[:T2,T1:]are_homeomorphic by YELLOW12:44;
    hence thesis by A1,Lm9;
  end;
end;
