theorem Th32:
  J,v |= VERUM(Al)
proof
  (Valuations_in(Al,A) --> TRUE).v = TRUE by FUNCOP_1:7;
  then (Valid(VERUM(Al),J)).v = TRUE by Lm1;
  hence thesis;
end;
