instancesuchC
InstancesuchC is a term sometimes used in computing and formal logic to denote the collection of objects that are instances of a class C and satisfy a given predicate. It is not a formal standard name in mainstream programming languages, but it appears in teaching materials and pseudocode to illustrate the idea of filtering an object's instances by a condition.
In formal notation, instancesuchC is conceptually equivalent to the set of objects x in C for which
Examples help clarify the idea. If C denotes a class Person and P(x) expresses x.age > 18, then
Relation to related notions includes instance-of relations (which objects are members of C) and set-builder notation