I have been trying to understand some first-order logic, but it's basically seeming like randomly-generated nonsense.
$ A \equiv ( \exists y \enspace \lnot Q(x,y)\lor \forall z Q(x,z))$ where $t\equiv c,$
so $A[t/x] \equiv ( \exists y \enspace \lnot Q(c,y)\lor \forall z Q(c,z)).$
$ A \equiv ( \exists y \enspace \lnot Q(x,y)\lor \forall z Q(x,z))$ where $t\equiv y,$
so $A[t/x] \equiv ( \exists y \enspace \lnot Q(x,y)\lor \forall z Q(y,z)).$
Why did we arbitrarily choose to substitute in for t in some parts of the formulae but not in others?