You, Eggs, Tomato, and Shakshuka are constant symbols: refer to objects, not predicates (true/false).
the things that look like function calls are called predicates. Predicates take objects as arguments and evaluate to true or false.
typically, you’ll have a list of predicates, what they stand for, and how many arguments they take. It’ll be given separately than the formulas you write.
what remains are traditional propositional connectives.
the less-than sign is just another predicate. Binary predicates are sometimes written in infix notation this way. Numbers are not “built-in”, they’re constant objects just like “You”
Equality
$=$ predicate says whether two objects are equal to one another