I understand most of the rules regarding bound variables, substitution instances etc. (or at least I think I do), but the issue is that I don't seem to be able to take it all the way. For instance, given the interpretation:
Domain: {1,2,3}
a: 1 b: 2 c: 3
F: {1,2}
G: {3}
H: {}
R: {(1,1), (2,1), (1,3), (3,3)}
How does one determine the truth value of the sentence: (Ey)(Ax)Rxy
I understand that in the substitution instance for 'a' we end up with (Ax)Rxa, but I don't know how to take it any farther. Essentially, my textbook explains the rules for getting to this point, but not what the next step is!
Do I end up having to simply evaluate (Ax)Rxa? So: Raa, Rba, Rca, making the substitution instance false since Rca is false and it's a universal quantifier? (And this holds true for the substitution instances for b and c as well, making the whole sentence false, since (Ex) needs at least one instance to be true?)
Another example: (-(Ez)Hz) -> {(Ax)[Fx v (Ey)(-Fy & Rxy)] -> (Az)Gz}
Then (substitution instance for a):
-Ha -> (Ax)[Fx v (Ey)(-Fy & Rxy)] -> (Az)Gz}
-Ha -> {[Fa v (Ey)(-Fy & Rxy)] -> (Az)Gz}
...and so on? Then, once the truth value for substitution instance 'a' has been established, repeat with substitution instance 'b' then 'c'? It seems extraordinarily unwieldy, especially seeing as I would then have to evaluate the "smallest" quantifier by a, b, c first, then do the same with the next largest, and etc.
My final question is regarding a sentence with the form: (Ex)Fx & (Ex)Gx
For substitution instance 'a', would I start with Fa & (Ex)Gx?
Then:
Fa & Ga = F
Fa & Gb = F
Fa & Gc = T
Making the whole sentence true? (due to only needing one instance to be true since it's an existential quantifier). If the sentence was instead (Ax)Fx & (Ex)Gx, I would need to also run the substitution instances for b and c as well (so Fb & Ga, Fb & Gb, etc.).
I've been trying to figure this out for the last couple of days, essentially trying to reverse engineer the process from the examples in my professor's slides and the groundwork rules laid out in the textbook. I hope I'm on the right track, and would greatly appreciate any insight you could help give me!