svoid ai_facts(Set set, LS newFacts) { for (S fact : newFacts) if (!set.contains("Untrue: " + fact)) set.add(fact); }