The definition of $\text{Sat}([φ],s)$ can be found here.
All I want is an explanation of what each line in this definition means and how $\text{Sat}([φ],s)$ works. The only relevant thing that I have found is the following comment ( source ):
He is referring to truth in the set-theoretic universe (not the natural numbers), and the class R is a truth function, for the clauses in the definition assert that R obeys the Tarskian recursion, and the final clause asserts that phi is true of s, according to the truth predicate R.
([ψ] = `x_i ∈ x_j' ∧ t(x_1) ∈ t(x_j))
; 2)([ψ] = `(θ∧ξ)' ∧ R([θ],t) ∧ R([ξ],t))
; 3)([ψ] = `∃x_i (&theta)' and, for some an x_i-variant t' of t, R([θ],t'))
– lyrically wicked Oct 20 '18 at 12:07([ψ] = `∃x_i (&theta)' and, for some an x_i-variant t' of t, R([θ],t'))
– lyrically wicked Oct 20 '18 at 12:54∃x_i (&theta)
mean? – lyrically wicked Oct 20 '18 at 13:55for some an x_i-variant t' of t
as [for some $x_i$-variant $t'$ of $t$]? – lyrically wicked Oct 20 '18 at 14:11